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 org.springframework.boot.aot from 3.0.11 to 3.0.12 #2527

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 19, 2023

Bumps org.springframework.boot.aot from 3.0.11 to 3.0.12.

Release notes

Sourced from org.springframework.boot.aot's releases.

v3.0.12

⚠️ Noteworthy Changes

  • The behavior of spring.jms.listener.concurrency has been corrected to match the documentation (#37180). If you were setting spring.jms.listener.concurrency without also setting spring.jms.listener.max-concurrency, please review your configuration when upgrading.

🐞 Bug Fixes

  • Constructor binding with a custom collection type does not work #37940
  • @Order does not work on (CommandLine|Application)Runner @Bean methods #37937
  • @ComponentScan on a test class is processed when creating a test context but is not included in the context's cache key #37923
  • Restarter creates memory leak in tests #37919
  • Gradle plugin uses to-be-deprecated API for getting and setting file permissions #37880
  • Task executor metrics are not registered when using lazy initialization #37837
  • Gradle AOT processing tasks do not use project's Java toolchain #37717
  • NPE from Jetty's WebSocketUpgradeFilter when testing with @SpringBootTest, @AutoConfigureMockMvc, and MockMvc #37660
  • AOT processing fails when a @WebServlet found by scanning is annotated with @MultipartConfig #37637
  • AspectJ transaction management with compile-time weaving does not work with spring.main.lazy-initialization=true #37631
  • fileMode and dirMode are not applied to all entries in an archive produced by BootJar #37587
  • Managed types for Neo4j are not used in Neo4j Data auto configuration #37574
  • Application fails to start when an optional config import cannot be resolved #37569
  • Contrary to the documentation, setting spring.jms.listener.concurrency alone configures the maximum concurrency #37552
  • Dependency management for kafka-server-common with a test classifier is missing #37541
  • RepackageMojo doesn't support 1 digit numerical values for project.build.outputTimestamp #37534
  • @WebListener does not work in a native image without additional reflection hints #36008
  • Unwanted Logback status messages are sometimes logged during startup #34505

📔 Documentation

  • Remove link to LiveReload website due to timeout #37690
  • Refer to ActiveMQ as ActiveMQ "Classic" #37614
  • Removal of spring.webflux.multipart.streaming is not documented #37608
  • Document support for Java 21 #37531
  • Use more idiomatic Kotlin in example for "Map Health Indicators to Micrometer Metrics" #37509
  • Add Javadoc since for AbstractAotMojo.getSession() #37462

🔨 Dependency Upgrades

  • Upgrade to Couchbase Client 3.4.11 #37754
  • Upgrade to Dropwizard Metrics 4.2.21 #37896
  • Upgrade to Infinispan 14.0.19.Final #37846
  • Upgrade to Jetty 11.0.17 #37847
  • Upgrade to Jetty Reactive HTTPClient 3.0.9 #37930
  • Upgrade to jOOQ 3.17.16 #37848
  • Upgrade to Micrometer 1.10.12 #37678
  • Upgrade to Micrometer Tracing 1.0.11 #37679
  • Upgrade to Neo4j Java Driver 5.13.0 #37792
  • Upgrade to Netty 4.1.100.Final #37849
  • Upgrade to Reactor Bom 2022.0.12 #37680
  • Upgrade to RxJava3 3.1.8 #37757
  • Upgrade to Spring AMQP 3.0.10 #37681

... (truncated)

Commits
  • 6e967bc Release v3.0.12
  • 18267be Merge branch '2.7.x' into 3.0.x
  • fe69930 Correct configuration of Sonatype credentials used for promotion
  • 8b6b637 Polish CI pipeline
  • 6945d3d Next development version (v2.7.18-SNAPSHOT)
  • e778355 Upgrade to Java 21.0.1+12
  • 53d0497 Upgrade to Java 17.0.9+11
  • 812023a Upgrade to Ubuntu Jammy 20231004
  • bc8a631 Merge branch '2.7.x' into 3.0.x
  • c7d6fbc Upgrade to Ubuntu Jammy 20231004
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.boot.aot](https://github.com/spring-projects/spring-boot) from 3.0.11 to 3.0.12.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.0.11...v3.0.12)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the type: dependency-upgrade A dependency upgrade label Oct 19, 2023
@dependabot dependabot bot added this to the 3.0.x milestone Oct 19, 2023
@marcusdacoregio marcusdacoregio modified the milestones: 3.0.x, 3.0.5 Oct 19, 2023
@marcusdacoregio marcusdacoregio merged commit db7b19b into 3.0.x Oct 19, 2023
3 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/3.0.x/org.springframework.boot.aot-3.0.12 branch October 19, 2023 13:22
@marcusdacoregio marcusdacoregio modified the milestones: 3.0.5, 3.0.x Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: dependency-upgrade A dependency upgrade
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant