Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump spring-native.version from 0.10.1 to 0.12.2 #160

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 3, 2023

Bumps spring-native.version from 0.10.1 to 0.12.2.
Updates spring-native from 0.10.1 to 0.12.2

Release notes

Sourced from spring-native's releases.

0.12.2

⭐ Compatibility

  • Add PerConnectionLRUFactory for MySQL JDBC driver #1684

🐞 Bug Fixes

  • @Order doesnt work with native build #1694

📔 Documentation

  • Add note to docs that mentions that the project is superseded #1742

🔨 Dependency Upgrades

  • Fix Spring Boot 2.7.6+ compatiblity #1740

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

0.12.1

⭐ New Features

  • Add hint for Sleuth R2dbcTransactionManager instrumentation #1663

⭐ Compatibility

  • Add R2DBC PostgreSQL support #1626
  • Add support for EntityGraph #1619
  • Missing reflection entries for com.zaxxer.hikari.HikariDataSource #1599

🐞 Bug Fixes

  • InitializationHint for build time initialization of class not recognized #1660
  • Regression in (Simple)ClientHttpRequestFactory concerning Nativehints #1636
  • Do not set native image system property in NativeListener #1625
  • jdbc-tx tests don't work with GraalVM 22.1 #1584
  • AOP do not support '*' on class field with execution pointcut designator #1580

📔 Documentation

  • Document how to use an alternative native image toolkit #1623

🔨 Dependency Upgrades

  • Upgrade to Native Build Tools 0.9.13 #1638

... (truncated)

Commits
  • 3f6a226 Release 0.12.2
  • 89b4bbd Update issue and PR templates
  • 3516195 Update issue and PR templates
  • 8b6847d Update issue templates
  • 4641eca Add Spring Boot 3 important note in the support section too.
  • 6a365b6 Skip agent samples in AOT mode
  • 697840d Upgrade to Spring Boot 2.7.7
  • 3d655ba add note to docs that mentions that the project is superseded by Spring Boot 3
  • cf648f6 Polishing
  • 2fd3739 Update README after Spring Boot 3.0.0 release
  • Additional commits viewable in compare view

Updates spring-aot-maven-plugin from 0.10.1 to 0.12.2

Release notes

Sourced from spring-aot-maven-plugin's releases.

0.12.2

⭐ Compatibility

  • Add PerConnectionLRUFactory for MySQL JDBC driver #1684

🐞 Bug Fixes

  • @Order doesnt work with native build #1694

📔 Documentation

  • Add note to docs that mentions that the project is superseded #1742

🔨 Dependency Upgrades

  • Fix Spring Boot 2.7.6+ compatiblity #1740

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

0.12.1

⭐ New Features

  • Add hint for Sleuth R2dbcTransactionManager instrumentation #1663

⭐ Compatibility

  • Add R2DBC PostgreSQL support #1626
  • Add support for EntityGraph #1619
  • Missing reflection entries for com.zaxxer.hikari.HikariDataSource #1599

🐞 Bug Fixes

  • InitializationHint for build time initialization of class not recognized #1660
  • Regression in (Simple)ClientHttpRequestFactory concerning Nativehints #1636
  • Do not set native image system property in NativeListener #1625
  • jdbc-tx tests don't work with GraalVM 22.1 #1584
  • AOP do not support '*' on class field with execution pointcut designator #1580

📔 Documentation

  • Document how to use an alternative native image toolkit #1623

🔨 Dependency Upgrades

  • Upgrade to Native Build Tools 0.9.13 #1638

... (truncated)

Commits
  • 3f6a226 Release 0.12.2
  • 89b4bbd Update issue and PR templates
  • 3516195 Update issue and PR templates
  • 8b6847d Update issue templates
  • 4641eca Add Spring Boot 3 important note in the support section too.
  • 6a365b6 Skip agent samples in AOT mode
  • 697840d Upgrade to Spring Boot 2.7.7
  • 3d655ba add note to docs that mentions that the project is superseded by Spring Boot 3
  • cf648f6 Polishing
  • 2fd3739 Update README after Spring Boot 3.0.0 release
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `spring-native.version` from 0.10.1 to 0.12.2.

Updates `spring-native` from 0.10.1 to 0.12.2
- [Release notes](https://github.com/spring-projects-experimental/spring-native/releases)
- [Commits](spring-attic/spring-native@0.10.1...0.12.2)

Updates `spring-aot-maven-plugin` from 0.10.1 to 0.12.2
- [Release notes](https://github.com/spring-projects-experimental/spring-native/releases)
- [Commits](spring-attic/spring-native@0.10.1...0.12.2)

---
updated-dependencies:
- dependency-name: org.springframework.experimental:spring-native
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.springframework.experimental:spring-aot-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants