Closed renovate[bot] closed 1 year ago
As this PR has been closed unmerged, Renovate will now ignore this update (3.0.4). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps
array of your renovate config.
If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.
This PR contains the following updates:
3.0.2
->3.0.4
Release Notes
spring-projects/spring-boot
### [`v3.0.4`](https://togithub.com/spring-projects/spring-boot/releases/tag/v3.0.4) [Compare Source](https://togithub.com/spring-projects/spring-boot/compare/v3.0.3...v3.0.4) ##### :lady_beetle: Bug Fixes - Maven plugin uses timezone-local timestamps when outputTimestamp is used [#34430](https://togithub.com/spring-projects/spring-boot/issues/34430) - org.springframework.boot.web.embedded.jetty.GracefulShutdown uses the wrong class to create its logger [#34419](https://togithub.com/spring-projects/spring-boot/issues/34419) - `@ConfigurationProperties` with initialized nested record properties values no longer bind [#34407](https://togithub.com/spring-projects/spring-boot/issues/34407) - Custom ConfigDataLocationResolver/ConfigDataLoader fails in 3.0.x when combined with spring-boot-devtools [#34372](https://togithub.com/spring-projects/spring-boot/issues/34372) - defaultTracingObservationHandler is not ordered as documented [#34216](https://togithub.com/spring-projects/spring-boot/pull/34216) - Spring Boot 3 does not provide a configuration property for configuring red metrics custom tag keys [#34194](https://togithub.com/spring-projects/spring-boot/issues/34194) ##### :notebook_with_decorative_cover: Documentation - Document support for Gradle 8 [#34462](https://togithub.com/spring-projects/spring-boot/issues/34462) - Update Batch documentation [#34437](https://togithub.com/spring-projects/spring-boot/pull/34437) - Add link to Failover starter [#34422](https://togithub.com/spring-projects/spring-boot/issues/34422) - Fix typo in external-config.adoc [#34414](https://togithub.com/spring-projects/spring-boot/issues/34414) - Fix typo [#34398](https://togithub.com/spring-projects/spring-boot/pull/34398) - Use plugins DSL consistently in Spring Boot Gradle Plugin docs [#34391](https://togithub.com/spring-projects/spring-boot/issues/34391) ##### :hammer: Dependency Upgrades - Upgrade to Couchbase Client 3.4.3 [#34445](https://togithub.com/spring-projects/spring-boot/issues/34445) - Upgrade to Dropwizard Metrics 4.2.17 [#34446](https://togithub.com/spring-projects/spring-boot/issues/34446) - Upgrade to Jetty 11.0.14 [#34447](https://togithub.com/spring-projects/spring-boot/issues/34447) - Upgrade to Reactor Bom 2022.0.4 [#34444](https://togithub.com/spring-projects/spring-boot/issues/34444) - Upgrade to Spring Data Bom 2022.0.3 [#34439](https://togithub.com/spring-projects/spring-boot/issues/34439) - Upgrade to Spring Framework 6.0.6 [#34440](https://togithub.com/spring-projects/spring-boot/issues/34440) - Upgrade to Spring Kafka 3.0.4 [#34441](https://togithub.com/spring-projects/spring-boot/issues/34441) ##### :heart: Contributors Thank you to all the contributors who worked on this release: [@1993heqiang](https://togithub.com/1993heqiang), [@anandmnair](https://togithub.com/anandmnair), [@dalbani](https://togithub.com/dalbani), [@fmbenhassine](https://togithub.com/fmbenhassine), [@izeye](https://togithub.com/izeye), [@jongwooo](https://togithub.com/jongwooo), and [@ttddyy](https://togithub.com/ttddyy) ### [`v3.0.3`](https://togithub.com/spring-projects/spring-boot/releases/tag/v3.0.3) [Compare Source](https://togithub.com/spring-projects/spring-boot/compare/v3.0.2...v3.0.3) #### :lady_beetle: Bug Fixes - ClassNotFoundException during AOT processing of Logback XML that references a variable when defining a component's class [#34336](https://togithub.com/spring-projects/spring-boot/issues/34336) - Logback configuration errors are not reported when running as a native image [#34315](https://togithub.com/spring-projects/spring-boot/issues/34315) - Dependency management for Spring LDAP includes spring-ldap-core-tiger which no longer exists [#34299](https://togithub.com/spring-projects/spring-boot/issues/34299) - Kotlin ConfigurationProperties default values are not picked up when nativeRun is used [#34157](https://togithub.com/spring-projects/spring-boot/issues/34157) - Maven Plugin's PropertiesMergingResourceTransformer closes InputStream when it should not do so [#34072](https://togithub.com/spring-projects/spring-boot/issues/34072) - Actuator Health web endpoint broken with Gson and Java 17 [#34070](https://togithub.com/spring-projects/spring-boot/issues/34070) - Manifests of jars built with Gradle do not have a Implementation entries [#34059](https://togithub.com/spring-projects/spring-boot/issues/34059) - Spies are not reset after test execution when using `@SpyBean` [#34044](https://togithub.com/spring-projects/spring-boot/issues/34044) - Using devtools with Reactive application results in slower restarts [#34036](https://togithub.com/spring-projects/spring-boot/issues/34036) - spring-boot-dependencies manages mysql:mysql-connector-java which no longer exists [#34021](https://togithub.com/spring-projects/spring-boot/issues/34021) - Dependency management for Mongo's Java Driver is incomplete [#34019](https://togithub.com/spring-projects/spring-boot/issues/34019) - jOOQ DefaultConfiguration does not use TransactionProvider [#33979](https://togithub.com/spring-projects/spring-boot/pull/33979) - ObservationFilter beans are not registered automatically [#33968](https://togithub.com/spring-projects/spring-boot/issues/33968) - Properties Migrator does not detect properties of Map type that are marked as deprecated [#33963](https://togithub.com/spring-projects/spring-boot/issues/33963) - Dependency management for some Angus Mail modules uses the wrong artifact ID [#33947](https://togithub.com/spring-projects/spring-boot/issues/33947) - ElasticsearchClientAutoConfiguration causes global ObjectMapper to be overwritten [#33426](https://togithub.com/spring-projects/spring-boot/issues/33426) #### :notebook_with_decorative_cover: Documentation - Updated documentation for `@ConfigurationProperties` bean naming rules [#34192](https://togithub.com/spring-projects/spring-boot/issues/34192) - Document additional configuration that is required for spring.mvc.throw-exception-if-no-handler-found=true to be effective [#34190](https://togithub.com/spring-projects/spring-boot/issues/34190) - Use Maven Central for release downloads in CLI installation documentation [#34161](https://togithub.com/spring-projects/spring-boot/issues/34161) - Update Customizing Sanitization documentation as built-in key-based sanitization is no longer performed [#34051](https://togithub.com/spring-projects/spring-boot/pull/34051) - Add Redis application properties example [#34041](https://togithub.com/spring-projects/spring-boot/issues/34041) - Restore "Use Jedis Instead of Lettuce" how-to documentation [#33995](https://togithub.com/spring-projects/spring-boot/issues/33995) - Actuator section is missing from documentation overview [#33933](https://togithub.com/spring-projects/spring-boot/issues/33933) - Add Javadoc since to OperationParameter.getAnnotation() [#33919](https://togithub.com/spring-projects/spring-boot/issues/33919) #### :hammer: Dependency Upgrades - Upgrade to Byte Buddy 1.12.23 [#34255](https://togithub.com/spring-projects/spring-boot/issues/34255) - Upgrade to Caffeine 3.1.4 [#34256](https://togithub.com/spring-projects/spring-boot/issues/34256) - Upgrade to Dropwizard Metrics 4.2.16 [#34258](https://togithub.com/spring-projects/spring-boot/issues/34258) - Upgrade to Glassfish JAXB 4.0.2 [#34259](https://togithub.com/spring-projects/spring-boot/issues/34259) - Upgrade to Groovy 4.0.9 [#34260](https://togithub.com/spring-projects/spring-boot/issues/34260) - Upgrade to Hibernate 6.1.7.Final [#34261](https://togithub.com/spring-projects/spring-boot/issues/34261) - Upgrade to Jackson Bom 2.14.2 [#34262](https://togithub.com/spring-projects/spring-boot/issues/34262) - Upgrade to Jaybird 4.0.9.java11 [#34263](https://togithub.com/spring-projects/spring-boot/issues/34263) - Upgrade to Jersey 3.1.1 [#34264](https://togithub.com/spring-projects/spring-boot/issues/34264) - Upgrade to jOOQ 3.17.8 [#34265](https://togithub.com/spring-projects/spring-boot/issues/34265) - Upgrade to Lettuce 6.2.3.RELEASE [#34266](https://togithub.com/spring-projects/spring-boot/issues/34266) - Upgrade to Lombok 1.18.26 [#34267](https://togithub.com/spring-projects/spring-boot/issues/34267) - Upgrade to Micrometer 1.10.4 [#34148](https://togithub.com/spring-projects/spring-boot/issues/34148) - Upgrade to Micrometer Tracing 1.0.2 [#34160](https://togithub.com/spring-projects/spring-boot/issues/34160) - Upgrade to Native Build Tools Plugin 0.9.20 [#34268](https://togithub.com/spring-projects/spring-boot/issues/34268) - Upgrade to Neo4j Java Driver 5.4.0 [#34344](https://togithub.com/spring-projects/spring-boot/issues/34344) - Upgrade to Netty 4.1.89.Final [#34269](https://togithub.com/spring-projects/spring-boot/issues/34269) - Upgrade to Postgresql 42.5.4 [#34270](https://togithub.com/spring-projects/spring-boot/issues/34270) - Upgrade to R2DBC Postgresql 1.0.1.RELEASE [#34271](https://togithub.com/spring-projects/spring-boot/issues/34271) - Upgrade to Reactor Bom 2022.0.3 [#34149](https://togithub.com/spring-projects/spring-boot/issues/34149) - Upgrade to Spring AMQP 3.0.2 [#34322](https://togithub.com/spring-projects/spring-boot/issues/34322) - Upgrade to Spring Batch 5.0.1 [#34150](https://togithub.com/spring-projects/spring-boot/issues/34150) - Upgrade to Spring Data Bom 2022.0.2 [#34151](https://togithub.com/spring-projects/spring-boot/issues/34151) - Upgrade to Spring Framework 6.0.5 [#34152](https://togithub.com/spring-projects/spring-boot/issues/34152) - Upgrade to Spring GraphQL 1.1.2 [#34323](https://togithub.com/spring-projects/spring-boot/issues/34323) - Upgrade to Spring HATEOAS 2.0.2 [#34272](https://togithub.com/spring-projects/spring-boot/issues/34272) - Upgrade to Spring Integration 6.0.3 [#34039](https://togithub.com/spring-projects/spring-boot/issues/34039) - Upgrade to Spring Kafka 3.0.3 [#34153](https://togithub.com/spring-projects/spring-boot/issues/34153) - Upgrade to Spring LDAP 3.0.1 [#34154](https://togithub.com/spring-projects/spring-boot/issues/34154) - Upgrade to Spring Security 6.0.2 [#34155](https://togithub.com/spring-projects/spring-boot/issues/34155) - Upgrade to Spring WS 4.0.2 [#34156](https://togithub.com/spring-projects/spring-boot/issues/34156) - Upgrade to Undertow 2.3.4.Final [#34273](https://togithub.com/spring-projects/spring-boot/issues/34273) #### :heart: Contributors Thank you to all the contributors who worked on this release: [@Anubhav-2000](https://togithub.com/Anubhav-2000), [@artembilan](https://togithub.com/artembilan), [@ath0s](https://togithub.com/ath0s), [@enimiste](https://togithub.com/enimiste), [@izeye](https://togithub.com/izeye), [@jprinet](https://togithub.com/jprinet), [@krzyk](https://togithub.com/krzyk), [@marcel-wollschlaeger](https://togithub.com/marcel-wollschlaeger), [@mhalbritter](https://togithub.com/mhalbritter), [@michaldo](https://togithub.com/michaldo), and [@sannanansari](https://togithub.com/sannanansari)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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.