Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps org.springframework.experimental.aot from 0.11.1 to 0.11.2.

Release notes

Sourced from org.springframework.experimental.aot'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 compatibility score

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 [org.springframework.experimental.aot](https://github.com/spring-projects-experimental/spring-native) from 0.11.1 to 0.11.2.
- [Release notes](https://github.com/spring-projects-experimental/spring-native/releases)
- [Commits](spring-attic/spring-native@0.11.1...0.11.2)

---
updated-dependencies:
- dependency-name: org.springframework.experimental.aot
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from MarcelCoding as a code owner January 26, 2022 00:12
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 26, 2022
@MarcelCoding MarcelCoding changed the title Bump org.springframework.experimental.aot from 0.11.1 to 0.11.2 Bumped org.springframework.experimental.aot from 0.11.1 to 0.11.2 Jan 26, 2022
@MarcelCoding MarcelCoding enabled auto-merge (squash) January 26, 2022 10:03
@MarcelCoding MarcelCoding merged commit a246fdc into main Jan 26, 2022
@MarcelCoding MarcelCoding deleted the dependabot/gradle/org.springframework.experimental.aot-0.11.2 branch January 26, 2022 10:03
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 java Pull requests that update Java code size/XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants