Skip to content

Bump spring-native.version from 0.10.1 to 0.11.2#128

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/spring-native.version-0.11.2
Closed

Bump spring-native.version from 0.10.1 to 0.11.2#128
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/spring-native.version-0.11.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 25, 2022

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

Release notes

Sourced from spring-native's releases.

0.11.2

⭐ New Features

  • Skip Maven AOT test sources generation when tests are skipped #1461
  • Sort the factories in "spring.factories" #1424
  • Fix factory name with spaces in "spring.factories" #1421
  • Properly disable devtools in AOT mode #1419
  • Provide meaningful error message when logback.xml is detected #1415
  • Provide a way to execute tests with regular code path (not AOT one) #1356
  • Allow to not invoke the test aot task with Gradle #1338

⭐ Compatibility

  • data-jpa sample native image won't start with @EnableJpaRepositories #1405
  • Throw AnnotationException show that has no persistent id property #1397
  • Add Coroutines reflection inference #769

⭐ Optimizations

  • Review Spring Security hints for servlet #1392

🐞 Bug Fixes

  • Prepend AOT jar to classpath for bootJar Gradle task #1466
  • dependsOn attribute lost in AOT generated bean registration #1458
  • StackOverflowError when scanning hints for ConfigurationProperties with cross references #1420
  • RefreshScope beans are created albeit the feature being disabled explicitly #1413
  • ConstructorArgumentValues should only be assigned when indexed argument values are present #1403
  • ResolvableType - java.lang.IllegalArgumentException: Mismatched number of generics specified #1401
  • NPE during AOT generation when @ConfigurationProperties contains generic property #1396
  • Refine TypeModelProcessor class filtering and error handling #1376
  • Regression in ClientHttpRequestFactoryHints #1370
  • Runtime dependencies imported in ContextBootstrapInitializer code cause IDE compilation issues #1093

📔 Documentation

  • Improve AOT and build setup documentation structure #1467
  • Document that running application is broken in IDEA when delegated to Gradle #1465
  • java.lang.IllegalStateException: Multiple privileged packages #1414
  • Document that -parameters javac flag is mandatory with native #1412
  • Document that beans defined in a profile aren't picked at runtime unless the profile is enabled when AOT runs #1411
  • Improve Windows support documentation #1319

🔨 Dependency Upgrades

  • Upgrade GRPC to 1.43.2 and protobuf to 3.19.2 #1433
  • Upgrade to Kotlin 1.6.10 #1437
  • Upgrade to Spring Boot 2.6.3 #1441

❤️ Contributors

... (truncated)

Commits
  • 6be4d2e Release 0.11.2
  • 246f4fb Improve reference documentation structure
  • 481267e Provide IDE documentation for the IDE mode
  • b61c258 Revert manual hint
  • 493424f Revert "Reuse ConfigurationPropertiesBinder registration infrastructure"
  • f6d949b Improve Windows support documentation
  • 5b6fa3c Polish
  • 23b78bc Prepend aot jar to classpath for bootJar and bootRun
  • b19e11e Skip Maven AOT test sources generation when tests are skipped
  • 9070c1c Fix a regression in ClientHttpRequestFactoryHints
  • Additional commits viewable in compare view

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

Release notes

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

0.11.2

⭐ New Features

  • Skip Maven AOT test sources generation when tests are skipped #1461
  • Sort the factories in "spring.factories" #1424
  • Fix factory name with spaces in "spring.factories" #1421
  • Properly disable devtools in AOT mode #1419
  • Provide meaningful error message when logback.xml is detected #1415
  • Provide a way to execute tests with regular code path (not AOT one) #1356
  • Allow to not invoke the test aot task with Gradle #1338

⭐ Compatibility

  • data-jpa sample native image won't start with @EnableJpaRepositories #1405
  • Throw AnnotationException show that has no persistent id property #1397
  • Add Coroutines reflection inference #769

⭐ Optimizations

  • Review Spring Security hints for servlet #1392

🐞 Bug Fixes

  • Prepend AOT jar to classpath for bootJar Gradle task #1466
  • dependsOn attribute lost in AOT generated bean registration #1458
  • StackOverflowError when scanning hints for ConfigurationProperties with cross references #1420
  • RefreshScope beans are created albeit the feature being disabled explicitly #1413
  • ConstructorArgumentValues should only be assigned when indexed argument values are present #1403
  • ResolvableType - java.lang.IllegalArgumentException: Mismatched number of generics specified #1401
  • NPE during AOT generation when @ConfigurationProperties contains generic property #1396
  • Refine TypeModelProcessor class filtering and error handling #1376
  • Regression in ClientHttpRequestFactoryHints #1370
  • Runtime dependencies imported in ContextBootstrapInitializer code cause IDE compilation issues #1093

📔 Documentation

  • Improve AOT and build setup documentation structure #1467
  • Document that running application is broken in IDEA when delegated to Gradle #1465
  • java.lang.IllegalStateException: Multiple privileged packages #1414
  • Document that -parameters javac flag is mandatory with native #1412
  • Document that beans defined in a profile aren't picked at runtime unless the profile is enabled when AOT runs #1411
  • Improve Windows support documentation #1319

🔨 Dependency Upgrades

  • Upgrade GRPC to 1.43.2 and protobuf to 3.19.2 #1433
  • Upgrade to Kotlin 1.6.10 #1437
  • Upgrade to Spring Boot 2.6.3 #1441

❤️ Contributors

... (truncated)

Commits
  • 6be4d2e Release 0.11.2
  • 246f4fb Improve reference documentation structure
  • 481267e Provide IDE documentation for the IDE mode
  • b61c258 Revert manual hint
  • 493424f Revert "Reuse ConfigurationPropertiesBinder registration infrastructure"
  • f6d949b Improve Windows support documentation
  • 5b6fa3c Polish
  • 23b78bc Prepend aot jar to classpath for bootJar and bootRun
  • b19e11e Skip Maven AOT test sources generation when tests are skipped
  • 9070c1c Fix a regression in ClientHttpRequestFactoryHints
  • 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.11.2.

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

Updates `spring-aot-maven-plugin` from 0.10.1 to 0.11.2
- [Release notes](https://github.com/spring-projects-experimental/spring-native/releases)
- [Commits](spring-attic/spring-native@0.10.1...0.11.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] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 25, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 1, 2022

Superseded by #131.

@dependabot dependabot bot closed this Mar 1, 2022
@dependabot dependabot bot deleted the dependabot/maven/spring-native.version-0.11.2 branch March 1, 2022 20:11
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