This repository was archived by the owner on Sep 16, 2023. It is now read-only.
Commit 2fd512b
authored
deps: update spring.version to v2.5.0 (#516)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.springframework.boot:spring-boot-maven-plugin](https://spring.io/projects/spring-boot) ([source](https://togithub.com/spring-projects/spring-boot)) | `2.4.5` -> `2.5.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [org.springframework.boot:spring-boot-starter-thymeleaf](https://spring.io/projects/spring-boot) ([source](https://togithub.com/spring-projects/spring-boot)) | `2.4.5` -> `2.5.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [org.springframework.boot:spring-boot-starter-web](https://spring.io/projects/spring-boot) ([source](https://togithub.com/spring-projects/spring-boot)) | `2.4.5` -> `2.5.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>spring-projects/spring-boot</summary> ### [`v2.5.0`](https://togithub.com/spring-projects/spring-boot/releases/v2.5.0) [Compare Source](https://togithub.com/spring-projects/spring-boot/compare/v2.4.6...v2.5.0) For full [upgrade instructions](https://togithub.com/spring-projects/spring-boot/wiki/Spring-Boot-2.5-Release-Notes#upgrading-from-spring-boot-24) and [new and noteworthy features](https://togithub.com/spring-projects/spring-boot/wiki/Spring-Boot-2.5-Release-Notes#new-and-noteworthy) please see the [release notes](https://togithub.com/spring-projects/spring-boot/wiki/Spring-Boot-2.5-Release-Notes). #### 🪲 Bug Fixes - Auto-configured resource handlers don't get applied to child contexts [#​26623](https://togithub.com/spring-projects/spring-boot/issues/26623) - Actuator doesn't use the CORS Configuration with default security configuration and Spring Webflux [#​26614](https://togithub.com/spring-projects/spring-boot/issues/26614) - Actuator doesn't use the CORS Configuration with default security configuration and Spring MVC [#​26612](https://togithub.com/spring-projects/spring-boot/issues/26612) - SpringApplication additional profiles and active profiles ordering changed with Spring Boot 2.4 [#​26610](https://togithub.com/spring-projects/spring-boot/issues/26610) - An active request delays Jetty's shutdown by 30 seconds [#​26608](https://togithub.com/spring-projects/spring-boot/issues/26608) - SmartInitializingSingleton beans are not working with lazy initialization [#​26606](https://togithub.com/spring-projects/spring-boot/issues/26606) - MVC and WebFlux metrics filters adversely affect the response when metrics recording fails [#​26596](https://togithub.com/spring-projects/spring-boot/issues/26596) - ConfigDataResolvers cannot signal that they should be skipped [#​26585](https://togithub.com/spring-projects/spring-boot/issues/26585) - Remote devtools endpoint cannot be accessed if actuator and spring security are on the classpath [#​26584](https://togithub.com/spring-projects/spring-boot/issues/26584) - The error message when a wildcard directory location does not match any files is misleading [#​26583](https://togithub.com/spring-projects/spring-boot/issues/26583) - Mandatory locations with pattern fail with exception [#​26582](https://togithub.com/spring-projects/spring-boot/issues/26582) - Non-optional locations with wildcards fail if no files are contributed [#​26581](https://togithub.com/spring-projects/spring-boot/issues/26581) - Profiles programmatically set on the Envionment are no longer merged with active profile properties [#​26580](https://togithub.com/spring-projects/spring-boot/issues/26580) - Use of spring.profiles.include in a profile-specific document is not detected when it's configured as a YAML list [#​26575](https://togithub.com/spring-projects/spring-boot/issues/26575) - ConfigurationProperties is retrieved via classpath scanning but does not indicate it should be indexed [#​26463](https://togithub.com/spring-projects/spring-boot/issues/26463) - BufferingApplicationStartup fails with NoSuchElementException [#​26458](https://togithub.com/spring-projects/spring-boot/issues/26458) - Building an image fails when using a custom buildpack image with long file names [#​26445](https://togithub.com/spring-projects/spring-boot/issues/26445) - Additional profiles are processed too late when legacy processing is used [#​26434](https://togithub.com/spring-projects/spring-boot/issues/26434) - Config data location does not exist error can be thrown if a profile-specific properties file is directly imported [#​26402](https://togithub.com/spring-projects/spring-boot/issues/26402) - StandardConfigDataLoader can import profile specific files in incorrect order [#​26401](https://togithub.com/spring-projects/spring-boot/issues/26401) - Resolvability and consumability of productionRuntimeClasspath are not aligned with runtimeClasspath [#​26365](https://togithub.com/spring-projects/spring-boot/issues/26365) - ObjectMapper provided by JacksonAutoConfiguration via JacksonClusterEnvironmentBuilderCustomizer breaks Couchbase driver [#​26363](https://togithub.com/spring-projects/spring-boot/issues/26363) - Empty value in spring.config.import causes NullPointerException [#​26346](https://togithub.com/spring-projects/spring-boot/issues/26346) - `@DataRedisTest` does not consider `RedisReactiveAutoConfiguration` [#​26328](https://togithub.com/spring-projects/spring-boot/issues/26328) - When a single bean causes a dependency cycle the failure analysis does not clearly illustrate the cycle [#​26323](https://togithub.com/spring-projects/spring-boot/issues/26323) - SpringBootConfiguration is retrieved via classpath scanning but does not indicate it should be indexed [#​26318](https://togithub.com/spring-projects/spring-boot/issues/26318) - Maven spring-boot:build-image ignores ZIP layout [#​26313](https://togithub.com/spring-projects/spring-boot/issues/26313) - bootBuildImage does not pick up targetCompatibility when it's configured after task is customised [#​26301](https://togithub.com/spring-projects/spring-boot/issues/26301) - Configuration item metadata ordering is not consistent [#​26277](https://togithub.com/spring-projects/spring-boot/issues/26277) - `@EnableAutoConfiguration` and `@ImportAutoConfiguration` use different class loaders to find candidate configurations [#​26237](https://togithub.com/spring-projects/spring-boot/issues/26237) - 'spring.web.resources.cache.use-last-modified=false' doesn't work with Spring MVC [#​26233](https://togithub.com/spring-projects/spring-boot/issues/26233) - Restore support for binding configuration properties from RandomValuePropertySource [#​26201](https://togithub.com/spring-projects/spring-boot/issues/26201) - `@Scheduled` method not triggered when spring.main.lazy-initialization=true [#​26156](https://togithub.com/spring-projects/spring-boot/issues/26156) - When classes in spring-core and spring-boot are loaded by different ClassLoaders, spring-boot cannot find its own config data location resolvers [#​26155](https://togithub.com/spring-projects/spring-boot/issues/26155) - ConfigFileApplicationListener#loadPostProcessors can not load EnvironmentPostProcessor in child classLoader [#​26126](https://togithub.com/spring-projects/spring-boot/issues/26126) #### 📔 Documentation - Info endpoint in reference doc has outdated defaults [#​26591](https://togithub.com/spring-projects/spring-boot/pull/26591) - Update documentation following the release of Spock Framework 2.0 [#​26586](https://togithub.com/spring-projects/spring-boot/pull/26586) - Update Gradle docs to use module replacement rather than dependency substitution [#​26526](https://togithub.com/spring-projects/spring-boot/issues/26526) - Improve documentation of TestRestTemplate's fault tolerance [#​26522](https://togithub.com/spring-projects/spring-boot/issues/26522) - Document that the heap dump endpoint requires a HotSpot JVM [#​26474](https://togithub.com/spring-projects/spring-boot/issues/26474) - Suggest enabling the default servlet when using Jersey as a filter [#​26452](https://togithub.com/spring-projects/spring-boot/issues/26452) - Document support for Gradle 6.9 [#​26409](https://togithub.com/spring-projects/spring-boot/issues/26409) - Fix wrong reference to Cassandra in DockerImageNames#couchbase [#​26406](https://togithub.com/spring-projects/spring-boot/issues/26406) - PDF documentation include hidden code elements [#​26373](https://togithub.com/spring-projects/spring-boot/issues/26373) - Move Working with the Code from CONTRIBUTING.adoc to the wiki [#​26334](https://togithub.com/spring-projects/spring-boot/issues/26334) - Fix typo in NamedContributors Javadoc [#​26325](https://togithub.com/spring-projects/spring-boot/issues/26325) - Polish README [#​26320](https://togithub.com/spring-projects/spring-boot/pull/26320) - Fix link to Webservices reference docs [#​26316](https://togithub.com/spring-projects/spring-boot/pull/26316) - Document property names to enable reactive health indicators [#​26299](https://togithub.com/spring-projects/spring-boot/issues/26299) - Documentation has wrong key for DataSourceHealthIndicator [#​26283](https://togithub.com/spring-projects/spring-boot/issues/26283) - Reorder a few howtos [#​26262](https://togithub.com/spring-projects/spring-boot/issues/26262) - Align documentation with main default branch name [#​26257](https://togithub.com/spring-projects/spring-boot/issues/26257) - Align Maven version in system requirements with what is actually tested [#​26211](https://togithub.com/spring-projects/spring-boot/issues/26211) - Document that MeterFilters are only applied to the Spring-managed MeterRegistry [#​26186](https://togithub.com/spring-projects/spring-boot/issues/26186) - Use new update site for Spring Java Format's Eclipse plugin [#​26172](https://togithub.com/spring-projects/spring-boot/issues/26172) - spring.profiles.include has outdated sourceType in configuration metadata [#​26165](https://togithub.com/spring-projects/spring-boot/issues/26165) - Include spring.profiles.group in additional-spring-configuration-metadata.json [#​26164](https://togithub.com/spring-projects/spring-boot/issues/26164) - Enhance multiple entity manager factories online documentation [#​26160](https://togithub.com/spring-projects/spring-boot/issues/26160) - SQL init schema-locations and data-locations are missing metadata to cause them to be handled as Resources [#​26154](https://togithub.com/spring-projects/spring-boot/issues/26154) - Replacements for spring.datasource.schema and spring.datasource.data are documented incorrectly [#​26150](https://togithub.com/spring-projects/spring-boot/pull/26150) #### 🔨 Dependency Upgrades - Upgrade to ActiveMQ 5.16.2 [#​26528](https://togithub.com/spring-projects/spring-boot/issues/26528) - Upgrade to Caffeine 2.9.1 [#​26529](https://togithub.com/spring-projects/spring-boot/issues/26529) - Upgrade to Cassandra Driver 4.11.1 [#​26530](https://togithub.com/spring-projects/spring-boot/issues/26530) - Upgrade to Couchbase Client 3.1.5 [#​26531](https://togithub.com/spring-projects/spring-boot/issues/26531) - Upgrade to Dropwizard Metrics 4.1.21 [#​26532](https://togithub.com/spring-projects/spring-boot/issues/26532) - Upgrade to Ehcache 2.10.9.2 [#​26533](https://togithub.com/spring-projects/spring-boot/issues/26533) - Upgrade to Ehcache3 3.9.3 [#​26534](https://togithub.com/spring-projects/spring-boot/issues/26534) - Upgrade to Elasticsearch 7.12.1 [#​26535](https://togithub.com/spring-projects/spring-boot/issues/26535) - Upgrade to Glassfish JAXB 2.3.4 [#​26536](https://togithub.com/spring-projects/spring-boot/issues/26536) - Upgrade to Groovy 3.0.8 [#​26537](https://togithub.com/spring-projects/spring-boot/issues/26537) - Upgrade to Hazelcast 4.1.3 [#​26538](https://togithub.com/spring-projects/spring-boot/issues/26538) - Upgrade to Hibernate 5.4.31.Final [#​26539](https://togithub.com/spring-projects/spring-boot/issues/26539) - Upgrade to HttpClient5 5.0.4 [#​26540](https://togithub.com/spring-projects/spring-boot/issues/26540) - Upgrade to HttpCore5 5.1.1 [#​26541](https://togithub.com/spring-projects/spring-boot/issues/26541) - Upgrade to Infinispan 12.1.3.Final [#​26542](https://togithub.com/spring-projects/spring-boot/issues/26542) - Upgrade to Janino 3.1.4 [#​26543](https://togithub.com/spring-projects/spring-boot/issues/26543) - Upgrade to JBoss Transaction SPI 7.6.1.Final [#​26544](https://togithub.com/spring-projects/spring-boot/issues/26544) - Upgrade to Jedis 3.6.0 [#​26545](https://togithub.com/spring-projects/spring-boot/issues/26545) - Upgrade to Jetty 9.4.41.v20210516 [#​26603](https://togithub.com/spring-projects/spring-boot/issues/26603) - Upgrade to Jetty Reactive HTTPClient 1.1.8 [#​26546](https://togithub.com/spring-projects/spring-boot/issues/26546) - Upgrade to Johnzon 1.2.11 [#​26548](https://togithub.com/spring-projects/spring-boot/issues/26548) - Upgrade to jOOQ 3.14.9 [#​26549](https://togithub.com/spring-projects/spring-boot/issues/26549) - Upgrade to Json-smart 2.4.7 [#​26550](https://togithub.com/spring-projects/spring-boot/issues/26550) - Upgrade to JUnit Jupiter 5.7.2 [#​26551](https://togithub.com/spring-projects/spring-boot/issues/26551) - Upgrade to Kafka 2.7.1 [#​26552](https://togithub.com/spring-projects/spring-boot/issues/26552) - Upgrade to Kotlin 1.5.0 [#​26553](https://togithub.com/spring-projects/spring-boot/issues/26553) - Upgrade to Kotlin Coroutines 1.5.0 [#​26568](https://togithub.com/spring-projects/spring-boot/issues/26568) - Upgrade to Lettuce 6.1.2.RELEASE [#​26554](https://togithub.com/spring-projects/spring-boot/issues/26554) - Upgrade to Liquibase 4.3.5 [#​26555](https://togithub.com/spring-projects/spring-boot/issues/26555) - Upgrade to MariaDB 2.7.3 [#​26556](https://togithub.com/spring-projects/spring-boot/issues/26556) - Upgrade to Micrometer 1.7.0 [#​26379](https://togithub.com/spring-projects/spring-boot/issues/26379) - Upgrade to MySQL 8.0.25 [#​26557](https://togithub.com/spring-projects/spring-boot/issues/26557) - Upgrade to Neo4j Java Driver 4.2.5 [#​26558](https://togithub.com/spring-projects/spring-boot/issues/26558) - Upgrade to Netty 4.1.65.Final [#​26604](https://togithub.com/spring-projects/spring-boot/issues/26604) - Upgrade to Netty tcNative 2.0.39.Final [#​26560](https://togithub.com/spring-projects/spring-boot/issues/26560) - Upgrade to Pooled JMS 1.2.2 [#​26561](https://togithub.com/spring-projects/spring-boot/issues/26561) - Upgrade to Postgresql 42.2.20 [#​26562](https://togithub.com/spring-projects/spring-boot/issues/26562) - Upgrade to R2DBC Bom Arabba-SR10 [#​26563](https://togithub.com/spring-projects/spring-boot/issues/26563) - Upgrade to Reactor 2020.0.7 [#​26359](https://togithub.com/spring-projects/spring-boot/issues/26359) - Upgrade to SAAJ Impl 1.5.3 [#​26564](https://togithub.com/spring-projects/spring-boot/issues/26564) - Upgrade to Solr 8.8.2 [#​26565](https://togithub.com/spring-projects/spring-boot/issues/26565) - Upgrade to Spring AMQP 2.3.7 [#​26384](https://togithub.com/spring-projects/spring-boot/issues/26384) - Upgrade to Spring Batch 4.3.3 [#​26392](https://togithub.com/spring-projects/spring-boot/issues/26392) - Upgrade to Spring Data 2021.0.1 [#​26382](https://togithub.com/spring-projects/spring-boot/issues/26382) - Upgrade to Spring Framework 5.3.7 [#​26361](https://togithub.com/spring-projects/spring-boot/issues/26361) - Upgrade to Spring HATEOAS 1.3.1 [#​26380](https://togithub.com/spring-projects/spring-boot/issues/26380) - Upgrade to Spring Integration 5.5.0 [#​26388](https://togithub.com/spring-projects/spring-boot/issues/26388) - Upgrade to Spring Kafka 2.7.1 [#​26386](https://togithub.com/spring-projects/spring-boot/issues/26386) - Upgrade to Spring LDAP 2.3.4 [#​26394](https://togithub.com/spring-projects/spring-boot/issues/26394) - Upgrade to Spring Security 5.5.0 [#​26387](https://togithub.com/spring-projects/spring-boot/issues/26387) - Upgrade to Spring Session 2021.0.0 [#​26389](https://togithub.com/spring-projects/spring-boot/issues/26389) - Upgrade to Spring WS 3.1.1 [#​26390](https://togithub.com/spring-projects/spring-boot/issues/26390) - Upgrade to Thymeleaf Layout Dialect 2.5.3 [#​26566](https://togithub.com/spring-projects/spring-boot/issues/26566) - Upgrade to Tomcat 9.0.46 [#​26567](https://togithub.com/spring-projects/spring-boot/issues/26567) #### ❤️ Contributors We'd like to thank all the contributors who worked on this release! - [@​agg505](https://togithub.com/agg505) - [@​zuisong](https://togithub.com/zuisong) - [@​dreis2211](https://togithub.com/dreis2211) - [@​matthiasstock](https://togithub.com/matthiasstock) - [@​nicce](https://togithub.com/nicce) - [@​weixsun](https://togithub.com/weixsun) - [@​crocarneiro](https://togithub.com/crocarneiro) - [@​vsriram92](https://togithub.com/vsriram92) - [@​izeye](https://togithub.com/izeye) - [@​zoosm3](https://togithub.com/zoosm3) - [@​Haarolean](https://togithub.com/Haarolean) - [@​k163377](https://togithub.com/k163377) - [@​nguyensach](https://togithub.com/nguyensach) - [@​xenoterracide](https://togithub.com/xenoterracide) - [@​katielevy1](https://togithub.com/katielevy1) - [@​LichKing-lee](https://togithub.com/LichKing-lee) - [@​slawekjaranowski](https://togithub.com/slawekjaranowski) - [@​zeldigas](https://togithub.com/zeldigas) - [@​hatefpalizgar](https://togithub.com/hatefpalizgar) ### [`v2.4.6`](https://togithub.com/spring-projects/spring-boot/releases/v2.4.6) [Compare Source](https://togithub.com/spring-projects/spring-boot/compare/v2.4.5...v2.4.6) ##### 🪲 Bug Fixes - Actuator doesn't use the CORS Configuration with default security configuration and Spring MVC [#​26611](https://togithub.com/spring-projects/spring-boot/issues/26611) - An active request delays Jetty's shutdown by 30 seconds [#​26607](https://togithub.com/spring-projects/spring-boot/issues/26607) - SmartInitializingSingleton beans are not working with lazy initialization [#​26605](https://togithub.com/spring-projects/spring-boot/issues/26605) - MVC and WebFlux metrics filters adversely affect the response when metrics recording fails [#​26595](https://togithub.com/spring-projects/spring-boot/issues/26595) - Mandatory locations with pattern fail with exception [#​26577](https://togithub.com/spring-projects/spring-boot/issues/26577) - Non-optional locations with wildcards fail if no files are contributed [#​26468](https://togithub.com/spring-projects/spring-boot/issues/26468) - ConfigurationProperties is retrieved via classpath scanning but does not indicate it should be indexed [#​26462](https://togithub.com/spring-projects/spring-boot/issues/26462) - The error message when a wildcard directory location does not match any files is misleading [#​26415](https://togithub.com/spring-projects/spring-boot/issues/26415) - StandardConfigDataLoader can import profile specific files in incorrect order [#​26400](https://togithub.com/spring-projects/spring-boot/issues/26400) - Resolvability and consumability of productionRuntimeClasspath are not aligned with runtimeClasspath [#​26364](https://togithub.com/spring-projects/spring-boot/issues/26364) - Empty value in spring.config.import causes NullPointerException [#​26342](https://togithub.com/spring-projects/spring-boot/issues/26342) - `@DataRedisTest` does not consider `RedisReactiveAutoConfiguration` [#​26327](https://togithub.com/spring-projects/spring-boot/issues/26327) - When a single bean causes a dependency cycle the failure analysis does not clearly illustrate the cycle [#​26322](https://togithub.com/spring-projects/spring-boot/issues/26322) - SpringBootConfiguration is retrieved via classpath scanning but does not indicate it should be indexed [#​26317](https://togithub.com/spring-projects/spring-boot/issues/26317) - Maven spring-boot:build-image ignores ZIP layout [#​26312](https://togithub.com/spring-projects/spring-boot/issues/26312) - bootBuildImage does not pick up targetCompatibility when it's configured after task is customised [#​26300](https://togithub.com/spring-projects/spring-boot/issues/26300) - Configuration item metadata ordering is not consistent [#​26275](https://togithub.com/spring-projects/spring-boot/issues/26275) - `@EnableAutoConfiguration` and `@ImportAutoConfiguration` use different class loaders to find candidate configurations [#​26236](https://togithub.com/spring-projects/spring-boot/issues/26236) - 'spring.web.resources.cache.use-last-modified=false' doesn't work with Spring MVC [#​26212](https://togithub.com/spring-projects/spring-boot/issues/26212) - Use of spring.profiles.include in a profile-specific document is not detected when it's configured as a YAML list [#​26205](https://togithub.com/spring-projects/spring-boot/pull/26205) - SpringApplication additional profiles and active profiles ordering changed with Spring Boot 2.4 [#​26189](https://togithub.com/spring-projects/spring-boot/issues/26189) - Profiles programmatically set on the Envionment are no longer merged with active profile properties [#​26151](https://togithub.com/spring-projects/spring-boot/issues/26151) - When classes in spring-core and spring-boot are loaded by different ClassLoaders, spring-boot cannot find its own config data location resolvers [#​26149](https://togithub.com/spring-projects/spring-boot/pull/26149) - Config data location does not exist error can be thrown if a profile-specific properties file is directly imported [#​26147](https://togithub.com/spring-projects/spring-boot/issues/26147) - Profile cannot easily be deduced from StandardConfigDataResource [#​25940](https://togithub.com/spring-projects/spring-boot/issues/25940) - ConfigDataResolvers cannot signal that they should be skipped [#​25894](https://togithub.com/spring-projects/spring-boot/issues/25894) - Remote devtools endpoint cannot be accessed if actuator and spring security are on the classpath [#​25868](https://togithub.com/spring-projects/spring-boot/pull/25868) - Additional profiles are processed too late when legacy processing is used [#​25817](https://togithub.com/spring-projects/spring-boot/pull/25817) - BufferingApplicationStartup fails with NoSuchElementException [#​25792](https://togithub.com/spring-projects/spring-boot/issues/25792) - `@Scheduled` method not triggered when spring.main.lazy-initialization=true [#​25315](https://togithub.com/spring-projects/spring-boot/issues/25315) - Actuator doesn't use the CORS Configuration with default security configuration and Spring Webflux [#​24541](https://togithub.com/spring-projects/spring-boot/issues/24541) ##### 📔 Documentation - Update Gradle docs to use module replacement rather than dependency substitution [#​26525](https://togithub.com/spring-projects/spring-boot/issues/26525) - Improve documentation of TestRestTemplate's fault tolerance [#​26521](https://togithub.com/spring-projects/spring-boot/issues/26521) - Document that the heap dump endpoint requires a HotSpot JVM [#​26473](https://togithub.com/spring-projects/spring-boot/issues/26473) - Fix wrong reference to Cassandra in DockerImageNames#couchbase [#​26405](https://togithub.com/spring-projects/spring-boot/issues/26405) - Move Working with the Code from CONTRIBUTING.adoc to the wiki [#​26333](https://togithub.com/spring-projects/spring-boot/issues/26333) - Fix typo in NamedContributors Javadoc [#​26324](https://togithub.com/spring-projects/spring-boot/issues/26324) - Document property names to enable reactive health indicators [#​26298](https://togithub.com/spring-projects/spring-boot/issues/26298) - Documentation has wrong key for DataSourceHealthIndicator [#​26282](https://togithub.com/spring-projects/spring-boot/issues/26282) - Align documentation with main default branch name [#​26256](https://togithub.com/spring-projects/spring-boot/issues/26256) - Align Maven version in system requirements with what is actually tested [#​26210](https://togithub.com/spring-projects/spring-boot/issues/26210) - Document that MeterFilters are only applied to the Spring-managed MeterRegistry [#​26185](https://togithub.com/spring-projects/spring-boot/issues/26185) - Use new update site for Spring Java Format's Eclipse plugin [#​26171](https://togithub.com/spring-projects/spring-boot/issues/26171) - spring.profiles.include has outdated sourceType in configuration metadata [#​26163](https://togithub.com/spring-projects/spring-boot/issues/26163) - Enhance multiple entity manager factories online documentation [#​26159](https://togithub.com/spring-projects/spring-boot/issues/26159) - Include spring.profiles.group in additional-spring-configuration-metadata.json [#​26127](https://togithub.com/spring-projects/spring-boot/issues/26127) - Suggest enabling the default servlet when using Jersey as a filter [#​25733](https://togithub.com/spring-projects/spring-boot/issues/25733) ##### 🔨 Dependency Upgrades - Upgrade to ActiveMQ 5.16.2 [#​26496](https://togithub.com/spring-projects/spring-boot/issues/26496) - Upgrade to Dropwizard Metrics 4.1.21 [#​26497](https://togithub.com/spring-projects/spring-boot/issues/26497) - Upgrade to Ehcache 2.10.9.2 [#​26498](https://togithub.com/spring-projects/spring-boot/issues/26498) - Upgrade to Ehcache3 3.9.3 [#​26499](https://togithub.com/spring-projects/spring-boot/issues/26499) - Upgrade to Hibernate 5.4.31.Final [#​26500](https://togithub.com/spring-projects/spring-boot/issues/26500) - Upgrade to Infinispan 11.0.11.Final [#​26501](https://togithub.com/spring-projects/spring-boot/issues/26501) - Upgrade to Janino 3.1.4 [#​26502](https://togithub.com/spring-projects/spring-boot/issues/26502) - Upgrade to JBoss Transaction SPI 7.6.1.Final [#​26503](https://togithub.com/spring-projects/spring-boot/issues/26503) - Upgrade to Jetty 9.4.41.v20210516 [#​26601](https://togithub.com/spring-projects/spring-boot/issues/26601) - Upgrade to Jetty Reactive HTTPClient 1.1.8 [#​26504](https://togithub.com/spring-projects/spring-boot/issues/26504) - Upgrade to Johnzon 1.2.11 [#​26506](https://togithub.com/spring-projects/spring-boot/issues/26506) - Upgrade to jOOQ 3.14.9 [#​26507](https://togithub.com/spring-projects/spring-boot/issues/26507) - Upgrade to Json-smart 2.3.1 [#​26508](https://togithub.com/spring-projects/spring-boot/issues/26508) - Upgrade to JUnit Jupiter 5.7.2 [#​26509](https://togithub.com/spring-projects/spring-boot/issues/26509) - Upgrade to Kafka 2.6.2 [#​24247](https://togithub.com/spring-projects/spring-boot/issues/24247) - Upgrade to Lettuce 6.0.5.RELEASE [#​26510](https://togithub.com/spring-projects/spring-boot/issues/26510) - Upgrade to MariaDB 2.7.3 [#​26511](https://togithub.com/spring-projects/spring-boot/issues/26511) - Upgrade to Micrometer 1.6.7 [#​26430](https://togithub.com/spring-projects/spring-boot/issues/26430) - Upgrade to MySQL 8.0.25 [#​26512](https://togithub.com/spring-projects/spring-boot/issues/26512) - Upgrade to Neo4j Java Driver 4.1.2 [#​26513](https://togithub.com/spring-projects/spring-boot/issues/26513) - Upgrade to Netty 4.1.65.Final [#​26602](https://togithub.com/spring-projects/spring-boot/issues/26602) - Upgrade to Netty tcNative 2.0.39.Final [#​26514](https://togithub.com/spring-projects/spring-boot/issues/26514) - Upgrade to Pooled JMS 1.2.2 [#​26515](https://togithub.com/spring-projects/spring-boot/issues/26515) - Upgrade to Postgresql 42.2.20 [#​26516](https://togithub.com/spring-projects/spring-boot/issues/26516) - Upgrade to R2DBC Bom Arabba-SR10 [#​26517](https://togithub.com/spring-projects/spring-boot/issues/26517) - Upgrade to Reactor 2020.0.7 [#​26358](https://togithub.com/spring-projects/spring-boot/issues/26358) - Upgrade to Spring AMQP 2.3.7 [#​26383](https://togithub.com/spring-projects/spring-boot/issues/26383) - Upgrade to Spring Batch 4.3.3 [#​26391](https://togithub.com/spring-projects/spring-boot/issues/26391) - Upgrade to Spring Data 2020.0.9 [#​26381](https://togithub.com/spring-projects/spring-boot/issues/26381) - Upgrade to Spring Framework 5.3.7 [#​26360](https://togithub.com/spring-projects/spring-boot/issues/26360) - Upgrade to Spring HATEOAS 1.2.6 [#​26442](https://togithub.com/spring-projects/spring-boot/issues/26442) - Upgrade to Spring Integration 5.4.7 [#​26587](https://togithub.com/spring-projects/spring-boot/issues/26587) - Upgrade to Spring Kafka 2.6.8 [#​26385](https://togithub.com/spring-projects/spring-boot/issues/26385) - Upgrade to Spring LDAP 2.3.4 [#​26393](https://togithub.com/spring-projects/spring-boot/issues/26393) - Upgrade to Thymeleaf Layout Dialect 2.5.3 [#​26518](https://togithub.com/spring-projects/spring-boot/issues/26518) - Upgrade to Tomcat 9.0.46 [#​26519](https://togithub.com/spring-projects/spring-boot/issues/26519) ##### ❤️ Contributors We'd like to thank all the contributors who worked on this release! - [@​dreis2211](https://togithub.com/dreis2211) - [@​matthiasstock](https://togithub.com/matthiasstock) - [@​nicce](https://togithub.com/nicce) - [@​weixsun](https://togithub.com/weixsun) - [@​crocarneiro](https://togithub.com/crocarneiro) - [@​vsriram92](https://togithub.com/vsriram92) - [@​izeye](https://togithub.com/izeye) - [@​zoosm3](https://togithub.com/zoosm3) - [@​Haarolean](https://togithub.com/Haarolean) - [@​k163377](https://togithub.com/k163377) - [@​nguyensach](https://togithub.com/nguyensach) - [@​xenoterracide](https://togithub.com/xenoterracide) - [@​LichKing-lee](https://togithub.com/LichKing-lee) - [@​zeldigas](https://togithub.com/zeldigas) - [@​hatefpalizgar](https://togithub.com/hatefpalizgar) </details> --- ### Configuration 📅 **Schedule**: 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 these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-vision).1 parent 6466c54 commit 2fd512b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments