chore(deps): update dependency org.springframework.boot:spring-boot-starter-parent to v3.2.2 #8

Merged
antoine merged 1 commits from renovate/org.springframework.boot-spring-boot-starter-parent-3.x into main 2024-02-03 10:11:13 +00:00
Member

This PR contains the following updates:

Package Type Update Change
org.springframework.boot:spring-boot-starter-parent (source) parent patch 3.2.1 -> 3.2.2

Release Notes

spring-projects/spring-boot (org.springframework.boot:spring-boot-starter-parent)

v3.2.2

Compare Source

🐞 Bug Fixes

  • SslBundle implementations do not provide useful toString() results #​39167
  • JarEntry.getComment() returns incorrect result from NestedJarFile instances #​39166
  • Mixing PEM and JKS certificate material in server.ssl properties does not work #​39158
  • Having AspectJ and Micrometer on the classpath is not a strong enough signal to enable support for Micrometer observation annotations #​39128
  • Actuator endpoints with no operations that use selectors are not accessible when mapped to / #​39122
  • Spring Boot 3.2 app that uses WebFlux, Security, and Actuator may fail to start due to a missing authentication manager #​39096
  • management.observations.http.server.requests.name no longer has any effect #​39083
  • spring.rabbitmq.listener.stream.auto-startup property has no effect #​39078
  • Error mark in the log message for PatternParseException is in the wrong place #​39075
  • Configuring server.jetty.max-connections has no effect #​39052
  • @ConfigurationPropertiesBinding converters that rely on initial CharSequence to String conversion no longer work #​39051
  • Manifest attributes cannot be resolved with the new loader implementation #​38996
  • Throwable from logging system initialization may result in the application silently failing to start #​38963
  • When using Jetty, idle timeout for IO operations and delayed dispatch cannot be set to less than 30000ms #​38960
  • spring-boot-maven-plugin repackage uber jar execution fails when jar is put on WSL network drive #​38956
  • Oracle OJDBC BOM version is flagged not for production use #​38943
  • Connection leak when using jOOQ and spring.jooq.sql-dialect has not been set #​38924
  • AutoConfigurationSorter does not always respect @AutoConfigureOrder(Ordered.LOWEST_PRECEDENCE) #​38916
  • Containers are not started when using @ImportTestcontainers #​38913
  • Even when spring.security.user.name or spring.security.user.password has been configured, user details auto-configuration still backs off when resource server is on the classpath #​38864
  • MockRestServiceServerAutoConfiguration with RestTemplate and RestClient together throws incorrect exception #​38820

📔 Documentation

  • Improve "Sanitize Sensitive Values" section in reference documentation #​39199
  • Fix link to Log4j2's JDK logging adapter documentation #​39171
  • Update CRaC support status link #​39170
  • Remove entry for OCI starter as it is no longer maintained #​39165
  • Update links to Micrometer docs in metrics section of reference docs #​39149
  • Use the term "tags" in documentation consistently #​39125
  • Correct the documentation on injecting dependencies into FailureAnalyzer implementations #​39100
  • Polish reference documentation #​38942
  • Document virtual threads limitations #​38883

🔨 Dependency Upgrades

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​724thomas, @​BenchmarkingBuffalo, @​FBibonne, @​Wzy19930507, @​amparab, @​dependabot[bot], @​dreis2211, @​okohub, @​onobc, @​sdeleuze, @​skcskitano, and @​tobias-lippert


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [org.springframework.boot:spring-boot-starter-parent](https://spring.io/projects/spring-boot) ([source](https://github.com/spring-projects/spring-boot)) | parent | patch | `3.2.1` -> `3.2.2` | --- ### Release Notes <details> <summary>spring-projects/spring-boot (org.springframework.boot:spring-boot-starter-parent)</summary> ### [`v3.2.2`](https://github.com/spring-projects/spring-boot/releases/tag/v3.2.2) [Compare Source](https://github.com/spring-projects/spring-boot/compare/v3.2.1...v3.2.2) #### :lady_beetle: Bug Fixes - SslBundle implementations do not provide useful toString() results [#&#8203;39167](https://github.com/spring-projects/spring-boot/issues/39167) - JarEntry.getComment() returns incorrect result from NestedJarFile instances [#&#8203;39166](https://github.com/spring-projects/spring-boot/issues/39166) - Mixing PEM and JKS certificate material in server.ssl properties does not work [#&#8203;39158](https://github.com/spring-projects/spring-boot/issues/39158) - Having AspectJ and Micrometer on the classpath is not a strong enough signal to enable support for Micrometer observation annotations [#&#8203;39128](https://github.com/spring-projects/spring-boot/issues/39128) - Actuator endpoints with no operations that use selectors are not accessible when mapped to / [#&#8203;39122](https://github.com/spring-projects/spring-boot/issues/39122) - Spring Boot 3.2 app that uses WebFlux, Security, and Actuator may fail to start due to a missing authentication manager [#&#8203;39096](https://github.com/spring-projects/spring-boot/issues/39096) - management.observations.http.server.requests.name no longer has any effect [#&#8203;39083](https://github.com/spring-projects/spring-boot/issues/39083) - spring.rabbitmq.listener.stream.auto-startup property has no effect [#&#8203;39078](https://github.com/spring-projects/spring-boot/issues/39078) - Error mark in the log message for PatternParseException is in the wrong place [#&#8203;39075](https://github.com/spring-projects/spring-boot/issues/39075) - Configuring server.jetty.max-connections has no effect [#&#8203;39052](https://github.com/spring-projects/spring-boot/pull/39052) - `@ConfigurationPropertiesBinding` converters that rely on initial CharSequence to String conversion no longer work [#&#8203;39051](https://github.com/spring-projects/spring-boot/issues/39051) - Manifest attributes cannot be resolved with the new loader implementation [#&#8203;38996](https://github.com/spring-projects/spring-boot/issues/38996) - Throwable from logging system initialization may result in the application silently failing to start [#&#8203;38963](https://github.com/spring-projects/spring-boot/issues/38963) - When using Jetty, idle timeout for IO operations and delayed dispatch cannot be set to less than 30000ms [#&#8203;38960](https://github.com/spring-projects/spring-boot/issues/38960) - spring-boot-maven-plugin repackage uber jar execution fails when jar is put on WSL network drive [#&#8203;38956](https://github.com/spring-projects/spring-boot/issues/38956) - Oracle OJDBC BOM version is flagged not for production use [#&#8203;38943](https://github.com/spring-projects/spring-boot/issues/38943) - Connection leak when using jOOQ and spring.jooq.sql-dialect has not been set [#&#8203;38924](https://github.com/spring-projects/spring-boot/pull/38924) - AutoConfigurationSorter does not always respect `@AutoConfigureOrder`(Ordered.LOWEST_PRECEDENCE) [#&#8203;38916](https://github.com/spring-projects/spring-boot/issues/38916) - Containers are not started when using `@ImportTestcontainers` [#&#8203;38913](https://github.com/spring-projects/spring-boot/issues/38913) - Even when spring.security.user.name or spring.security.user.password has been configured, user details auto-configuration still backs off when resource server is on the classpath [#&#8203;38864](https://github.com/spring-projects/spring-boot/issues/38864) - MockRestServiceServerAutoConfiguration with RestTemplate and RestClient together throws incorrect exception [#&#8203;38820](https://github.com/spring-projects/spring-boot/issues/38820) #### :notebook_with_decorative_cover: Documentation - Improve "Sanitize Sensitive Values" section in reference documentation [#&#8203;39199](https://github.com/spring-projects/spring-boot/issues/39199) - Fix link to Log4j2's JDK logging adapter documentation [#&#8203;39171](https://github.com/spring-projects/spring-boot/issues/39171) - Update CRaC support status link [#&#8203;39170](https://github.com/spring-projects/spring-boot/pull/39170) - Remove entry for OCI starter as it is no longer maintained [#&#8203;39165](https://github.com/spring-projects/spring-boot/issues/39165) - Update links to Micrometer docs in metrics section of reference docs [#&#8203;39149](https://github.com/spring-projects/spring-boot/issues/39149) - Use the term "tags" in documentation consistently [#&#8203;39125](https://github.com/spring-projects/spring-boot/pull/39125) - Correct the documentation on injecting dependencies into FailureAnalyzer implementations [#&#8203;39100](https://github.com/spring-projects/spring-boot/issues/39100) - Polish reference documentation [#&#8203;38942](https://github.com/spring-projects/spring-boot/pull/38942) - Document virtual threads limitations [#&#8203;38883](https://github.com/spring-projects/spring-boot/issues/38883) #### :hammer: Dependency Upgrades - Upgrade to MySQL 8.3.0 [#&#8203;39081](https://github.com/spring-projects/spring-boot/issues/39081) - Upgrade to Byte Buddy 1.14.11 [#&#8203;39184](https://github.com/spring-projects/spring-boot/issues/39184) - Upgrade to Groovy 4.0.17 [#&#8203;39185](https://github.com/spring-projects/spring-boot/issues/39185) - Upgrade to jOOQ 3.18.9 [#&#8203;39186](https://github.com/spring-projects/spring-boot/issues/39186) - Upgrade to Kotlin 1.9.22 [#&#8203;39187](https://github.com/spring-projects/spring-boot/issues/39187) - Upgrade to Lettuce 6.3.1.RELEASE [#&#8203;39188](https://github.com/spring-projects/spring-boot/issues/39188) - Upgrade to MariaDB 3.3.2 [#&#8203;38901](https://github.com/spring-projects/spring-boot/issues/38901) - Upgrade to Micrometer 1.12.2 [#&#8203;38978](https://github.com/spring-projects/spring-boot/issues/38978) - Upgrade to Micrometer Tracing 1.2.2 [#&#8203;38979](https://github.com/spring-projects/spring-boot/issues/38979) - Upgrade to Neo4j Java Driver 5.15.0 [#&#8203;39136](https://github.com/spring-projects/spring-boot/issues/39136) - Upgrade to Netty 4.1.105.Final [#&#8203;39189](https://github.com/spring-projects/spring-boot/issues/39189) - Upgrade to Pulsar 3.1.2 [#&#8203;39190](https://github.com/spring-projects/spring-boot/issues/39190) - Upgrade to Pulsar Reactive 0.5.2 [#&#8203;39191](https://github.com/spring-projects/spring-boot/issues/39191) - Upgrade to R2DBC MySQL 1.0.6 [#&#8203;39192](https://github.com/spring-projects/spring-boot/issues/39192) - Upgrade to R2DBC Postgresql 1.0.4.RELEASE [#&#8203;39193](https://github.com/spring-projects/spring-boot/issues/39193) - Upgrade to R2DBC Proxy 1.1.4.RELEASE [#&#8203;39194](https://github.com/spring-projects/spring-boot/issues/39194) - Upgrade to Reactor Bom 2023.0.2 [#&#8203;38980](https://github.com/spring-projects/spring-boot/issues/38980) - Upgrade to SLF4J 2.0.11 [#&#8203;39195](https://github.com/spring-projects/spring-boot/issues/39195) - Upgrade to Spring Data Bom 2023.1.2 [#&#8203;38981](https://github.com/spring-projects/spring-boot/issues/38981) - Upgrade to Spring Framework 6.1.3 [#&#8203;38982](https://github.com/spring-projects/spring-boot/issues/38982) - Upgrade to Spring Pulsar 1.0.2 [#&#8203;38994](https://github.com/spring-projects/spring-boot/issues/38994) - Upgrade to Spring WS 4.0.10 [#&#8203;39130](https://github.com/spring-projects/spring-boot/issues/39130) - Upgrade to Tomcat 10.1.18 [#&#8203;39196](https://github.com/spring-projects/spring-boot/issues/39196) #### :heart: Contributors Thank you to all the contributors who worked on this release: [@&#8203;724thomas](https://github.com/724thomas), [@&#8203;BenchmarkingBuffalo](https://github.com/BenchmarkingBuffalo), [@&#8203;FBibonne](https://github.com/FBibonne), [@&#8203;Wzy19930507](https://github.com/Wzy19930507), [@&#8203;amparab](https://github.com/amparab), [@&#8203;dependabot](https://github.com/dependabot)\[bot], [@&#8203;dreis2211](https://github.com/dreis2211), [@&#8203;okohub](https://github.com/okohub), [@&#8203;onobc](https://github.com/onobc), [@&#8203;sdeleuze](https://github.com/sdeleuze), [@&#8203;skcskitano](https://github.com/skcskitano), and [@&#8203;tobias-lippert](https://github.com/tobias-lippert) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
renovate-bot added 1 commit 2024-01-20 00:07:02 +00:00
antoine merged commit f166dc6550 into main 2024-02-03 10:11:13 +00:00
antoine deleted branch renovate/org.springframework.boot-spring-boot-starter-parent-3.x 2024-02-03 10:11:13 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: java/java-template#8
No description provided.