You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by GitBox <gi...@apache.org> on 2021/02/18 17:10:07 UTC

[GitHub] [fineract] renovate-bot opened a new pull request #1628: chore(deps): update spring boot

renovate-bot opened a new pull request #1628:
URL: https://github.com/apache/fineract/pull/1628


   [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
   
   This PR contains the following updates:
   
   | Package | Change | Age | Adoption | Passing | Confidence |
   |---|---|---|---|---|---|
   | [org.springframework.boot:org.springframework.boot.gradle.plugin](https://spring.io/projects/spring-boot) ([source](https://togithub.com/spring-projects/spring-boot)) | `2.3.5.RELEASE` -> `2.4.2` | [![age](https://badges.renovateapi.com/packages/maven/org.springframework.boot:org.springframework.boot.gradle.plugin/2.4.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.springframework.boot:org.springframework.boot.gradle.plugin/2.4.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.springframework.boot:org.springframework.boot.gradle.plugin/2.4.2/compatibility-slim/2.3.5.RELEASE)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.springframework.boot:org.springframework.boot.gradle.plugin/2.4.2/confidence-slim/2.3.5.RELEASE)](https://docs.renovatebot.com/merge-conf
 idence/) |
   | [org.springframework.boot:spring-boot-dependencies](https://spring.io/projects/spring-boot) ([source](https://togithub.com/spring-projects/spring-boot)) | `2.3.5.RELEASE` -> `2.4.3` | [![age](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-dependencies/2.4.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-dependencies/2.4.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-dependencies/2.4.3/compatibility-slim/2.3.5.RELEASE)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-dependencies/2.4.3/confidence-slim/2.3.5.RELEASE)](https://docs.renovatebot.com/merge-confidence/) |
   
   ---
   
   ### Release Notes
   
   <details>
   <summary>spring-projects/spring-boot</summary>
   
   ### [`v2.4.2`](https://togithub.com/spring-projects/spring-boot/releases/v2.4.2)
   
   ##### :star: New Features
   
   -   Add API for PropertySource resource location retrieval [#&#8203;24504](https://togithub.com/spring-projects/spring-boot/issues/24504)
   
   ##### :beetle: Bug Fixes
   
   -   DataSourceUnwrapper calls Wrapper.isWrapperFor with a interface rather than an class causing HikariDataSourceMetricsRegistry failure [#&#8203;24841](https://togithub.com/spring-projects/spring-boot/issues/24841)
   -   Wrong logging pattern with multiple web applications [#&#8203;24835](https://togithub.com/spring-projects/spring-boot/issues/24835)
   -   Configuration metadata json does not include spring.config.use-legacy-processing [#&#8203;24816](https://togithub.com/spring-projects/spring-boot/issues/24816)
   -   Setting -Dspring.devtools.restart.enabled=true has no effect when the class loader class name does not contain AppClassLoader [#&#8203;24797](https://togithub.com/spring-projects/spring-boot/issues/24797)
   -   Auto-configured JdbcSessionDataSourceInitializer does not use the `@SpringSessionDataSource` if available [#&#8203;24790](https://togithub.com/spring-projects/spring-boot/issues/24790)
   -   Error `Invalid entry size` when build application with a dependency jar larger than 2,147,483,647 bytes with Gradle [#&#8203;24768](https://togithub.com/spring-projects/spring-boot/issues/24768)
   -   Default servlet location is not registered using a ServletContextResource [#&#8203;24748](https://togithub.com/spring-projects/spring-boot/issues/24748)
   -   bootRun task does not use the project's toolchain by default [#&#8203;24738](https://togithub.com/spring-projects/spring-boot/issues/24738)
   -   BootRun does not consider configured javaLauncher when determining JVM arguments for an optimized launch [#&#8203;24735](https://togithub.com/spring-projects/spring-boot/issues/24735)
   -   spring.profiles.include is silently ignored when used in a profile-specific document [#&#8203;24733](https://togithub.com/spring-projects/spring-boot/issues/24733)
   -   main application.yaml overrides test application.properties [#&#8203;24719](https://togithub.com/spring-projects/spring-boot/issues/24719)
   -   Actuator 'configprops' endpoint does not show inputs for `@Name` parameters [#&#8203;24713](https://togithub.com/spring-projects/spring-boot/issues/24713)
   -   Exploded archives launched using the launcher have an incorrectly ordered classpath that also contains non-existent jar files [#&#8203;24710](https://togithub.com/spring-projects/spring-boot/issues/24710)
   -   spring-boot:build-image has a layout parameter that cannot be always be honoured [#&#8203;24689](https://togithub.com/spring-projects/spring-boot/issues/24689)
   -   FailureAnalyzers' unmet dependency errors add noise to logs [#&#8203;24683](https://togithub.com/spring-projects/spring-boot/issues/24683)
   -   WebTestClient base path is not set to the application context path [#&#8203;24678](https://togithub.com/spring-projects/spring-boot/issues/24678)
   -   Support JSR-305 `@Nullable` annotations on endpoint methods [#&#8203;24672](https://togithub.com/spring-projects/spring-boot/issues/24672)
   -   JSR-305 `@Nullable` cannot be used to indicate that a parameter to an endpoint operation is optional [#&#8203;24670](https://togithub.com/spring-projects/spring-boot/issues/24670)
   -   ConfigDataEnvironment doesn't register updated Binder [#&#8203;24669](https://togithub.com/spring-projects/spring-boot/issues/24669)
   -   WebServer implementations should return -1 if not listening on a port [#&#8203;24657](https://togithub.com/spring-projects/spring-boot/issues/24657)
   -   Support JSR-305 `@Nullable` annotations on endpoint methods [#&#8203;24654](https://togithub.com/spring-projects/spring-boot/issues/24654)
   -   Handle missing manifest files in JarTypeFilter [#&#8203;24597](https://togithub.com/spring-projects/spring-boot/pull/24597)
   -   ConfigDataLocationNotFoundException thrown at application startup with configserver: config imports, that are not even meant for the current profile [#&#8203;24584](https://togithub.com/spring-projects/spring-boot/issues/24584)
   -   Maven resources plugin execution generates a warning with a vanilla project [#&#8203;24576](https://togithub.com/spring-projects/spring-boot/issues/24576)
   -   BootstrapContext Binder cannot be used if accessed early [#&#8203;24559](https://togithub.com/spring-projects/spring-boot/issues/24559)
   -   Opening a connection to a jar:war: URL created by Tomcat results in an illegal reflective access warning on Java 13+ [#&#8203;24554](https://togithub.com/spring-projects/spring-boot/issues/24554)
   -   Enforce that builder and run images are pulled from the same authenticated registry [#&#8203;24552](https://togithub.com/spring-projects/spring-boot/issues/24552)
   -   Actuator doesn't use the CORS Configuration with default security configuration and Spring MVC [#&#8203;24542](https://togithub.com/spring-projects/spring-boot/issues/24542)
   -   Avoid duplicate classes in MergedContextConfiguration [#&#8203;24536](https://togithub.com/spring-projects/spring-boot/issues/24536)
   -   Image is built from jar file when when using war packaging with Gradle [#&#8203;24535](https://togithub.com/spring-projects/spring-boot/issues/24535)
   -   configtree not working with Kubernetes projected volume [#&#8203;24530](https://togithub.com/spring-projects/spring-boot/issues/24530)
   -   Netty Web Server will not start if using Unix Domain Sockets [#&#8203;24529](https://togithub.com/spring-projects/spring-boot/issues/24529)
   -   Application Startup Fails For Existing, Non-Optional Config Location, Resulting In ConfigDataLocationNotFoundException [#&#8203;24499](https://togithub.com/spring-projects/spring-boot/issues/24499)
   -   Exceptions are still translated by JdbcTransactionManager when spring.dao.exceptiontranslation.enabled is false [#&#8203;24321](https://togithub.com/spring-projects/spring-boot/issues/24321)
   -   Persistent and RelationshipProperties-annotated types are not scanned with Spring Data Neo4j [#&#8203;24239](https://togithub.com/spring-projects/spring-boot/pull/24239)
   -   flashMapManager and themeResolver beans can no longer be configured without enabling bean overriding [#&#8203;24207](https://togithub.com/spring-projects/spring-boot/issues/24207)
   
   ##### :notebook_with_decorative_cover: Documentation
   
   -   Fix documentation on probes states during graceful shutdown [#&#8203;24843](https://togithub.com/spring-projects/spring-boot/issues/24843)
   -   Clarify behaviour of WebServerFactory in reference guide [#&#8203;24707](https://togithub.com/spring-projects/spring-boot/issues/24707)
   -   Migrate away from pivotal-legacy/homebrew-tap [#&#8203;24681](https://togithub.com/spring-projects/spring-boot/issues/24681)
   -   Fix javadoc typo in ConfigDataLocation [#&#8203;24660](https://togithub.com/spring-projects/spring-boot/pull/24660)
   -   Harmonize ActiveMQ Artemis naming [#&#8203;24587](https://togithub.com/spring-projects/spring-boot/issues/24587)
   -   Update version of git-properties plugin in the docs [#&#8203;24572](https://togithub.com/spring-projects/spring-boot/issues/24572)
   -   Improve "Git Commit Information" reference documentation [#&#8203;24570](https://togithub.com/spring-projects/spring-boot/issues/24570)
   -   Clarify when SpEL expressions in application properties are evaluated [#&#8203;24565](https://togithub.com/spring-projects/spring-boot/issues/24565)
   -   Reorder documentation about building images [#&#8203;24563](https://togithub.com/spring-projects/spring-boot/issues/24563)
   -   Update documentation containing examples of WebSecurityConfigurerAdapter [#&#8203;24551](https://togithub.com/spring-projects/spring-boot/issues/24551)
   -   Improve error message when attempting to build an image when using war packaging with Maven [#&#8203;24538](https://togithub.com/spring-projects/spring-boot/issues/24538)
   -   Testing Properties missing from Application Properties Appendix [#&#8203;24518](https://togithub.com/spring-projects/spring-boot/issues/24518)
   -   Update reference guide to refine note on excluding spring-boot-configuration-processor explicitly [#&#8203;24498](https://togithub.com/spring-projects/spring-boot/issues/24498)
   -   Document warning about InMemoryOAuth2AuthorizedClientService [#&#8203;24313](https://togithub.com/spring-projects/spring-boot/issues/24313)
   
   ##### :hammer: Dependency Upgrades
   
   -   Upgrade to AppEngine SDK 1.9.84 [#&#8203;24721](https://togithub.com/spring-projects/spring-boot/issues/24721)
   -   Upgrade to Byte Buddy 1.10.19 [#&#8203;24722](https://togithub.com/spring-projects/spring-boot/issues/24722)
   -   Upgrade to Dependency Management Plugin 1.0.11.RELEASE [#&#8203;24827](https://togithub.com/spring-projects/spring-boot/issues/24827)
   -   Upgrade to Dropwizard Metrics 4.1.17 [#&#8203;24723](https://togithub.com/spring-projects/spring-boot/issues/24723)
   -   Upgrade to Hibernate 5.4.27.Final [#&#8203;24724](https://togithub.com/spring-projects/spring-boot/issues/24724)
   -   Upgrade to Hibernate Validator 6.1.7.Final [#&#8203;24725](https://togithub.com/spring-projects/spring-boot/issues/24725)
   -   Upgrade to Jackson Bom 2.11.4 [#&#8203;24726](https://togithub.com/spring-projects/spring-boot/issues/24726)
   -   Upgrade to Jetty Reactive HTTPClient 1.1.5 [#&#8203;24727](https://togithub.com/spring-projects/spring-boot/issues/24727)
   -   Upgrade to Johnzon 1.2.9 [#&#8203;24728](https://togithub.com/spring-projects/spring-boot/issues/24728)
   -   Upgrade to Lettuce 6.0.2.RELEASE [#&#8203;24802](https://togithub.com/spring-projects/spring-boot/issues/24802)
   -   Upgrade to Micrometer 1.6.3 [#&#8203;24786](https://togithub.com/spring-projects/spring-boot/issues/24786)
   -   Upgrade to Netty 4.1.58.Final [#&#8203;24828](https://togithub.com/spring-projects/spring-boot/issues/24828)
   -   Upgrade to Netty tcNative 2.0.36.Final [#&#8203;24829](https://togithub.com/spring-projects/spring-boot/issues/24829)
   -   Upgrade to Reactor 2020.0.3 [#&#8203;24698](https://togithub.com/spring-projects/spring-boot/issues/24698)
   -   Upgrade to Spring AMQP 2.3.4 [#&#8203;24702](https://togithub.com/spring-projects/spring-boot/issues/24702)
   -   Upgrade to Spring Data 2020.0.3 [#&#8203;24700](https://togithub.com/spring-projects/spring-boot/issues/24700)
   -   Upgrade to Spring Framework 5.3.3 [#&#8203;24699](https://togithub.com/spring-projects/spring-boot/issues/24699)
   -   Upgrade to Spring HATEOAS 1.2.3 [#&#8203;24803](https://togithub.com/spring-projects/spring-boot/issues/24803)
   -   Upgrade to Spring Integration 5.4.3 [#&#8203;24701](https://togithub.com/spring-projects/spring-boot/issues/24701)
   -   Upgrade to Spring Kafka 2.6.5 [#&#8203;24703](https://togithub.com/spring-projects/spring-boot/issues/24703)
   -   Upgrade to Spring Retry 1.3.1 [#&#8203;24730](https://togithub.com/spring-projects/spring-boot/issues/24730)
   -   Upgrade to Thymeleaf 3.0.12  [#&#8203;24602](https://togithub.com/spring-projects/spring-boot/issues/24602)
   -   Upgrade to Thymeleaf Layout Dialect 2.5.2 [#&#8203;24731](https://togithub.com/spring-projects/spring-boot/issues/24731)
   
   ##### :heart: Contributors
   
   We'd like to thank all the contributors who worked on this release!
   
   -   [@&#8203;izeye](https://togithub.com/izeye)
   -   [@&#8203;dreis2211](https://togithub.com/dreis2211)
   -   [@&#8203;edwardsre](https://togithub.com/edwardsre)
   -   [@&#8203;runningcode](https://togithub.com/runningcode)
   -   [@&#8203;spartusch](https://togithub.com/spartusch)
   -   [@&#8203;meistermeier](https://togithub.com/meistermeier)
   -   [@&#8203;andrey4623](https://togithub.com/andrey4623)
   -   [@&#8203;asheCarry](https://togithub.com/asheCarry)
   
   ### [`v2.4.1`](https://togithub.com/spring-projects/spring-boot/releases/v2.4.1)
   
   ##### :beetle: Bug Fixes
   
   -   Wildcard config file locations from the working directory override each other [#&#8203;24428](https://togithub.com/spring-projects/spring-boot/issues/24428)
   -   Configuration property binding processes JavaBean methods in a non-deterministic order which may result in variable behavior [#&#8203;24425](https://togithub.com/spring-projects/spring-boot/issues/24425)
   -   JPA repositories mode should not be deferred by default [#&#8203;24401](https://togithub.com/spring-projects/spring-boot/issues/24401)
   -   `@Name` support for value object binding fails with Kotlin classes [#&#8203;24379](https://togithub.com/spring-projects/spring-boot/issues/24379)
   -   Allow recursive profile group references [#&#8203;24327](https://togithub.com/spring-projects/spring-boot/pull/24327)
   -   Correct external application properties load order  [#&#8203;24308](https://togithub.com/spring-projects/spring-boot/issues/24308)
   -   Wrapper types are not displayed in actuator env endpoint [#&#8203;24307](https://togithub.com/spring-projects/spring-boot/issues/24307)
   -   OriginTrackedPropertiesLoader#isNewDocument has wrong visibility [#&#8203;24268](https://togithub.com/spring-projects/spring-boot/pull/24268)
   -   Redis health indicator requests more information than it needs resulting in unnecessarily large responses from Redis [#&#8203;24251](https://togithub.com/spring-projects/spring-boot/issues/24251)
   -   ErrorAttributeOptions.excluding throws IllegalArgumentException if includes is empty [#&#8203;24234](https://togithub.com/spring-projects/spring-boot/issues/24234)
   -   Actuator web endpoints cannot respond with custom HTTP status codes when running on MVC or WebFlux [#&#8203;24223](https://togithub.com/spring-projects/spring-boot/issues/24223)
   -   Missing Spring Integration metrics due to the MeterRegistry bean being looked for before it has been defined [#&#8203;24220](https://togithub.com/spring-projects/spring-boot/issues/24220)
   -   LocaleResolver (MVC) and LocaleContextResolver (WebFlux) beans will back off if a user provides a bean of the same type and a custom name but Framework will then use its own default [#&#8203;24209](https://togithub.com/spring-projects/spring-boot/issues/24209)
   -   DevTools still refers to deprecated keys [#&#8203;24203](https://togithub.com/spring-projects/spring-boot/issues/24203)
   -   DataSourceUnwrapper calls Wrapper.isWrapperFor with a class rather than an interface causing Oracle UCP warnings [#&#8203;24200](https://togithub.com/spring-projects/spring-boot/issues/24200)
   -   WebFluxTags performs unnecessary Pattern compilation when ignoring trailing slashes [#&#8203;24194](https://togithub.com/spring-projects/spring-boot/issues/24194)
   -   elasticsearch-rest-client-sniffer is missing from the dependency management for Elasticsearch's REST client modules [#&#8203;24186](https://togithub.com/spring-projects/spring-boot/issues/24186)
   -   No converter is found when binding a non-string property via config tree  [#&#8203;24171](https://togithub.com/spring-projects/spring-boot/issues/24171)
   -   LoggingSystem calls with Log4J throws NullPointerException [#&#8203;24163](https://togithub.com/spring-projects/spring-boot/issues/24163)
   -   Any line that is immediately after a line that contains only a # is lost when reading application properties files [#&#8203;24158](https://togithub.com/spring-projects/spring-boot/issues/24158)
   -   Ensure the WebClient to be present before enabling the WebTestClientContextCustomizer [#&#8203;24152](https://togithub.com/spring-projects/spring-boot/pull/24152)
   -   ConfigDataResourceNotFoundException incorrectly thrown for valid classpath locations [#&#8203;24143](https://togithub.com/spring-projects/spring-boot/issues/24143)
   
   ##### :notebook_with_decorative_cover: Documentation
   
   -   Document how to use Devtools without an IDE [#&#8203;24410](https://togithub.com/spring-projects/spring-boot/issues/24410)
   -   Add link to appendix from error handling documentation [#&#8203;24408](https://togithub.com/spring-projects/spring-boot/issues/24408)
   -   Document how to run unit tests [#&#8203;24301](https://togithub.com/spring-projects/spring-boot/pull/24301)
   -   Invalid ErrorAttributesOptions#getInclude Javadoc [#&#8203;24259](https://togithub.com/spring-projects/spring-boot/issues/24259)
   -   Fix typo in TomcatWebServer Javadoc [#&#8203;24245](https://togithub.com/spring-projects/spring-boot/pull/24245)
   -   Security properties appendix contains spring.session and spring.ldap properties that belong elsewhere [#&#8203;24196](https://togithub.com/spring-projects/spring-boot/issues/24196)
   -   Rename "sla" to "slo" in reference documentation [#&#8203;24162](https://togithub.com/spring-projects/spring-boot/issues/24162)
   -   Document the granularity for property document imports [#&#8203;22987](https://togithub.com/spring-projects/spring-boot/issues/22987)
   
   ##### :hammer: Dependency Upgrades
   
   -   Upgrade to Caffeine 2.8.8 [#&#8203;24443](https://togithub.com/spring-projects/spring-boot/issues/24443)
   -   Upgrade to DB2 JDBC 11.5.5.0 [#&#8203;24383](https://togithub.com/spring-projects/spring-boot/issues/24383)
   -   Upgrade to Dropwizard Metrics 4.1.16 [#&#8203;24384](https://togithub.com/spring-projects/spring-boot/issues/24384)
   -   Upgrade to Groovy 2.5.14 [#&#8203;24385](https://togithub.com/spring-projects/spring-boot/issues/24385)
   -   Upgrade to Hibernate 5.4.25.Final [#&#8203;24386](https://togithub.com/spring-projects/spring-boot/issues/24386)
   -   Upgrade to HttpCore 4.4.14 [#&#8203;24387](https://togithub.com/spring-projects/spring-boot/issues/24387)
   -   Upgrade to Infinispan 11.0.8.Final [#&#8203;24388](https://togithub.com/spring-projects/spring-boot/issues/24388)
   -   Upgrade to Jetty 9.4.35.v20201120 [#&#8203;24389](https://togithub.com/spring-projects/spring-boot/issues/24389)
   -   Upgrade to jOOQ 3.14.4 [#&#8203;24390](https://togithub.com/spring-projects/spring-boot/issues/24390)
   -   Upgrade to Kotlin 1.4.21 [#&#8203;24391](https://togithub.com/spring-projects/spring-boot/issues/24391)
   -   Upgrade to Kotlin Coroutines 1.4.2 [#&#8203;24392](https://togithub.com/spring-projects/spring-boot/issues/24392)
   -   Upgrade to MariaDB 2.7.1 [#&#8203;24393](https://togithub.com/spring-projects/spring-boot/issues/24393)
   -   Upgrade to Micrometer 1.6.2 [#&#8203;24281](https://togithub.com/spring-projects/spring-boot/issues/24281)
   -   Upgrade to Mockito 3.6.28 [#&#8203;24394](https://togithub.com/spring-projects/spring-boot/issues/24394)
   -   Upgrade to Netty 4.1.55.Final [#&#8203;24444](https://togithub.com/spring-projects/spring-boot/issues/24444)
   -   Upgrade to Netty tcNative 2.0.35.Final [#&#8203;24445](https://togithub.com/spring-projects/spring-boot/issues/24445)
   -   Upgrade to Nimbus JOSE JWT 9.1.3 [#&#8203;24395](https://togithub.com/spring-projects/spring-boot/issues/24395)
   -   Upgrade to Reactor 2020.0.2 [#&#8203;24275](https://togithub.com/spring-projects/spring-boot/issues/24275)
   -   Upgrade to Spring AMQP 2.3.2 [#&#8203;24288](https://togithub.com/spring-projects/spring-boot/issues/24288)
   -   Upgrade to Spring Batch 4.3.1 [#&#8203;24291](https://togithub.com/spring-projects/spring-boot/issues/24291)
   -   Upgrade to Spring Data 2020.0.2 [#&#8203;24284](https://togithub.com/spring-projects/spring-boot/issues/24284)
   -   Upgrade to Spring Framework 5.3.2 [#&#8203;24278](https://togithub.com/spring-projects/spring-boot/issues/24278)
   -   Upgrade to Spring HATEOAS 1.2.2 [#&#8203;24285](https://togithub.com/spring-projects/spring-boot/issues/24285)
   -   Upgrade to Spring Integration 5.4.2 [#&#8203;24442](https://togithub.com/spring-projects/spring-boot/issues/24442)
   -   Upgrade to Spring Kafka 2.6.4 [#&#8203;24294](https://togithub.com/spring-projects/spring-boot/issues/24294)
   -   Upgrade to Spring Security 5.4.2 [#&#8203;24297](https://togithub.com/spring-projects/spring-boot/issues/24297)
   -   Upgrade to SQLite JDBC 3.32.3.3 [#&#8203;24446](https://togithub.com/spring-projects/spring-boot/issues/24446)
   -   Upgrade to Tomcat 9.0.41 [#&#8203;24447](https://togithub.com/spring-projects/spring-boot/issues/24447)
   -   Upgrade to Undertow 2.2.3.Final [#&#8203;24397](https://togithub.com/spring-projects/spring-boot/issues/24397)
   
   ##### :heart: Contributors
   
   We'd like to thank all the contributors who worked on this release!
   
   -   [@&#8203;joca-bt](https://togithub.com/joca-bt)
   -   [@&#8203;izeye](https://togithub.com/izeye)
   -   [@&#8203;xJoeWoo](https://togithub.com/xJoeWoo)
   -   [@&#8203;gesellix](https://togithub.com/gesellix)
   -   [@&#8203;dreis2211](https://togithub.com/dreis2211)
   -   [@&#8203;stokpop](https://togithub.com/stokpop)
   -   [@&#8203;CubeOfCheese](https://togithub.com/CubeOfCheese)
   -   [@&#8203;artembilan](https://togithub.com/artembilan)
   -   [@&#8203;wanderleisouza](https://togithub.com/wanderleisouza)
   -   [@&#8203;JimStockwell](https://togithub.com/JimStockwell)
   -   [@&#8203;SCORE1387](https://togithub.com/SCORE1387)
   
   ### [`v2.4.0`](https://togithub.com/spring-projects/spring-boot/releases/v2.4.0)
   
   ##### :star: New Features
   
   -   Provide a property or environment variable to enable DevTools' restarter irrespective of how the application was launched [#&#8203;21424](https://togithub.com/spring-projects/spring-boot/issues/21424)
   
   ##### :beetle: Bug Fixes
   
   -   Using last modified for static resources in reproducible archives and images causes unwanted browser caching [#&#8203;24099](https://togithub.com/spring-projects/spring-boot/issues/24099)
   -   BootJar's afterResolve action causes resolution failures with the Versions plugin due to configurations being copied and made resolvable [#&#8203;24072](https://togithub.com/spring-projects/spring-boot/issues/24072)
   -   Configuration metadata annotation processor may use the wrong accessor for boolean properties [#&#8203;24059](https://togithub.com/spring-projects/spring-boot/issues/24059)
   -   When using Tomcat, key and trust store passwords set via javax.net.ssl system properties are overwritten with null when Spring Boot's equivalent properties have not been set [#&#8203;24053](https://togithub.com/spring-projects/spring-boot/issues/24053)
   -   Config files no longer loaded if they contain a hidden path element  [#&#8203;24043](https://togithub.com/spring-projects/spring-boot/issues/24043)
   -   `@DataJpaTest` using H2 with schema.sql and spring.datasource.schema-username fails [#&#8203;24024](https://togithub.com/spring-projects/spring-boot/issues/24024)
   -   "java.lang.IllegalStateException: zip file closed" when call JarFileWrapper.stream() of spring-boot-loader  [#&#8203;24017](https://togithub.com/spring-projects/spring-boot/issues/24017)
   -   JdbcStoreTypeConfiguration picks transaction of primary data source when Quartz data source is not the primary data source [#&#8203;24015](https://togithub.com/spring-projects/spring-boot/issues/24015)
   -   TestTypeExcludeFilter does not implement hashCode and equals as required by its super-class [#&#8203;24013](https://togithub.com/spring-projects/spring-boot/issues/24013)
   -   Our auto-configuration should not use `@PostConstruct` as it's ignored on Java 11+ without a dependency on jakarta-annotation-api [#&#8203;24010](https://togithub.com/spring-projects/spring-boot/issues/24010)
   -   `@MockBean` fields are not reset for JUnit 5 `@Nested` tests using `@WebMvcTest` [#&#8203;23984](https://togithub.com/spring-projects/spring-boot/issues/23984)
   -   ClasspathLoggingApplicationListener logs the classpath as unknown on Java 11 and later [#&#8203;23138](https://togithub.com/spring-projects/spring-boot/issues/23138)
   
   ##### :notebook_with_decorative_cover: Documentation
   
   -   Fix link to Flyway callback docs [#&#8203;24122](https://togithub.com/spring-projects/spring-boot/issues/24122)
   -   Fix deprecation warnings in javadoc comments [#&#8203;24120](https://togithub.com/spring-projects/spring-boot/pull/24120)
   -   Provide more details about overriding SpringPhysicalNamingStrategy's case insensitive flag [#&#8203;24062](https://togithub.com/spring-projects/spring-boot/issues/24062)
   -   Clarify documentation regarding relaxed binding of environment variables [#&#8203;24033](https://togithub.com/spring-projects/spring-boot/issues/24033)
   -   Enhance spring.datasource.initialization-mode property description [#&#8203;24030](https://togithub.com/spring-projects/spring-boot/issues/24030)
   -   Recommend disabling context path redirects when using proxy-terminated SSL with Tomcat [#&#8203;24026](https://togithub.com/spring-projects/spring-boot/issues/24026)
   -   Improve Spring Session back off documentation [#&#8203;24019](https://togithub.com/spring-projects/spring-boot/issues/24019)
   -   Clarify the javadoc of AutoConfigureTestDatabase to make it clearer that it only replaces the main DataSource [#&#8203;24007](https://togithub.com/spring-projects/spring-boot/issues/24007)
   -   Recommend that bean definitions provide as much type information as possible [#&#8203;24005](https://togithub.com/spring-projects/spring-boot/issues/24005)
   -   logging.file.\* properties flagged with error level while they are still honoured [#&#8203;23995](https://togithub.com/spring-projects/spring-boot/issues/23995)
   -   Add missing default value for enum-based configuration properties [#&#8203;23992](https://togithub.com/spring-projects/spring-boot/issues/23992)
   -   Configuration property replacement metadata for spring.resources.cache.cachecontrol.stale-while-revalidate is invalid [#&#8203;23980](https://togithub.com/spring-projects/spring-boot/issues/23980)
   
   ##### :hammer: Dependency Upgrades
   
   -   Upgrade to AppEngine SDK 1.9.83 [#&#8203;24082](https://togithub.com/spring-projects/spring-boot/issues/24082)
   -   Upgrade to AssertJ 3.18.1 [#&#8203;24126](https://togithub.com/spring-projects/spring-boot/issues/24126)
   -   Upgrade to Byte Buddy 1.10.18 [#&#8203;24083](https://togithub.com/spring-projects/spring-boot/issues/24083)
   -   Upgrade to Couchbase Client 3.0.10 [#&#8203;24084](https://togithub.com/spring-projects/spring-boot/issues/24084)
   -   Upgrade to Hibernate 5.4.23.Final [#&#8203;24085](https://togithub.com/spring-projects/spring-boot/issues/24085)
   -   Upgrade to Infinispan 11.0.5.Final [#&#8203;24127](https://togithub.com/spring-projects/spring-boot/issues/24127)
   -   Upgrade to Jetty 9.4.34.v20201102 [#&#8203;24047](https://togithub.com/spring-projects/spring-boot/issues/24047)
   -   Upgrade to jOOQ 3.14.3 [#&#8203;24128](https://togithub.com/spring-projects/spring-boot/issues/24128)
   -   Upgrade to Kotlin Coroutines 1.4.1 [#&#8203;24087](https://togithub.com/spring-projects/spring-boot/issues/24087)
   -   Upgrade to Micrometer 1.6.1 [#&#8203;24051](https://togithub.com/spring-projects/spring-boot/issues/24051)
   -   Upgrade to Netty 4.1.54.Final [#&#8203;24129](https://togithub.com/spring-projects/spring-boot/issues/24129)
   -   Upgrade to Nimbus JOSE JWT 9.1.2 [#&#8203;24088](https://togithub.com/spring-projects/spring-boot/issues/24088)
   -   Upgrade to Pooled JMS 1.2.1 [#&#8203;24089](https://togithub.com/spring-projects/spring-boot/issues/24089)
   -   Upgrade to Reactor 2020.0.1 [#&#8203;24110](https://togithub.com/spring-projects/spring-boot/issues/24110)
   -   Upgrade to SendGrid 4.6.8 [#&#8203;24090](https://togithub.com/spring-projects/spring-boot/issues/24090)
   -   Upgrade to Spring AMQP 2.3.1 [#&#8203;24073](https://togithub.com/spring-projects/spring-boot/issues/24073)
   -   Upgrade to Spring Data 2020.0.1 [#&#8203;24036](https://togithub.com/spring-projects/spring-boot/issues/24036)
   -   Upgrade to Spring Framework 5.3.1 [#&#8203;24035](https://togithub.com/spring-projects/spring-boot/issues/24035)
   -   Upgrade to Spring HATEOAS 1.2.1 [#&#8203;24091](https://togithub.com/spring-projects/spring-boot/issues/24091)
   -   Upgrade to Spring Integration 5.4.1 [#&#8203;24097](https://togithub.com/spring-projects/spring-boot/issues/24097)
   -   Upgrade to Spring Kafka 2.6.3 [#&#8203;24074](https://togithub.com/spring-projects/spring-boot/issues/24074)
   -   Upgrade to Spring Session 2020.0.1 [#&#8203;24098](https://togithub.com/spring-projects/spring-boot/issues/24098)
   
   ##### :heart: Contributors
   
   We'd like to thank all the contributors who worked on this release!
   
   -   [@&#8203;izeye](https://togithub.com/izeye)
   -   [@&#8203;dreis2211](https://togithub.com/dreis2211)
   -   [@&#8203;dsyer](https://togithub.com/dsyer)
   
   ### [`v2.3.9.RELEASE`](https://togithub.com/spring-projects/spring-boot/releases/v2.3.9.RELEASE)
   
   ##### :beetle: Bug Fixes
   
   -   Migrations performed by Flyway or Liquibase may not have completed before the database is accessed via jOOQ [#&#8203;25279](https://togithub.com/spring-projects/spring-boot/pull/25279)
   -   Dependency management for Hibernate's new hibernate-micrometer module is missing [#&#8203;25277](https://togithub.com/spring-projects/spring-boot/issues/25277)
   -   DatabaseDriver does not detect Amazon Redshift correctly [#&#8203;25265](https://togithub.com/spring-projects/spring-boot/pull/25265)
   -   Missing RabbitMQ metrics if bean is defined as a ConnectionFactory [#&#8203;25138](https://togithub.com/spring-projects/spring-boot/issues/25138)
   -   A ContextRefreshedEvent from a child context may result in deadlock when using JPA deferred repositories [#&#8203;24966](https://togithub.com/spring-projects/spring-boot/issues/24966)
   -   Spring Data Solr support is not flagged as deprecated   [#&#8203;24942](https://togithub.com/spring-projects/spring-boot/issues/24942)
   -   Failures when recording metrics in MetricsClientHttpRequestInterceptor may interfere with RestTemplate's main behaviour [#&#8203;24753](https://togithub.com/spring-projects/spring-boot/pull/24753)
   -   WebMvcTest and WebFluxTest ignore user-provided Thymeleaf IDialect beans [#&#8203;24149](https://togithub.com/spring-projects/spring-boot/issues/24149)
   
   ##### :notebook_with_decorative_cover: Documentation
   
   -   Update the Gradle plugin documentation to recommend the maven-publish plugin over the maven plugin [#&#8203;25299](https://togithub.com/spring-projects/spring-boot/pull/25299)
   -   Document Kafka Streams metrics support [#&#8203;25272](https://togithub.com/spring-projects/spring-boot/pull/25272)
   -   Default values of integer properties in the application properties appendix are rendered as decimals [#&#8203;25172](https://togithub.com/spring-projects/spring-boot/issues/25172)
   -   bootRun project property command line example is incomplete [#&#8203;25012](https://togithub.com/spring-projects/spring-boot/pull/25012)
   -   Document the need to use the launcher to be able to use application.\* properties in a custom banner [#&#8203;24982](https://togithub.com/spring-projects/spring-boot/pull/24982)
   -   CONTRIBUTING.adoc contains broken link to spring-javaformat-intellij-idea-plugin [#&#8203;24864](https://togithub.com/spring-projects/spring-boot/issues/24864)
   -   Since 2.3.8 and 2.4.2, the documented index format does not match the implementation [#&#8203;24856](https://togithub.com/spring-projects/spring-boot/issues/24856)
   -   Add version to reference docs index [#&#8203;24848](https://togithub.com/spring-projects/spring-boot/issues/24848)
   -   Document logging.register-shutdown-hook and why you may want to enable it [#&#8203;24507](https://togithub.com/spring-projects/spring-boot/issues/24507)
   -   Add some guidance to the reference documentation about diagnosing unexpected property values [#&#8203;24336](https://togithub.com/spring-projects/spring-boot/pull/24336)
   -   Clarify when retaining . characters in property keys requires bracket notation to be used [#&#8203;23390](https://togithub.com/spring-projects/spring-boot/issues/23390)
   -   Highlight that Duration and Period conversion is provided by the ApplicationConversionService and, by default, is not available for web conversion [#&#8203;22718](https://togithub.com/spring-projects/spring-boot/issues/22718)
   
   ##### :hammer: Dependency Upgrades
   
   -   Upgrade to AppEngine SDK 1.9.86 [#&#8203;25189](https://togithub.com/spring-projects/spring-boot/issues/25189)
   -   Upgrade to Byte Buddy 1.10.20 [#&#8203;25190](https://togithub.com/spring-projects/spring-boot/issues/25190)
   -   Upgrade to FreeMarker 2.3.31 [#&#8203;25334](https://togithub.com/spring-projects/spring-boot/issues/25334)
   -   Upgrade to Hazelcast 3.12.12 [#&#8203;25191](https://togithub.com/spring-projects/spring-boot/issues/25191)
   -   Upgrade to Hibernate 5.4.28.Final [#&#8203;25192](https://togithub.com/spring-projects/spring-boot/issues/25192)
   -   Upgrade to Janino 3.1.3 [#&#8203;25193](https://togithub.com/spring-projects/spring-boot/issues/25193)
   -   Upgrade to Jaybird 3.0.10 [#&#8203;25194](https://togithub.com/spring-projects/spring-boot/issues/25194)
   -   Upgrade to Jetty 9.4.36.v20210114 [#&#8203;25195](https://togithub.com/spring-projects/spring-boot/issues/25195)
   -   Upgrade to Johnzon 1.2.10 [#&#8203;25196](https://togithub.com/spring-projects/spring-boot/issues/25196)
   -   Upgrade to JUnit 4.13.2 [#&#8203;25335](https://togithub.com/spring-projects/spring-boot/issues/25335)
   -   Upgrade to Lombok 1.18.18 [#&#8203;25197](https://togithub.com/spring-projects/spring-boot/issues/25197)
   -   Upgrade to Micrometer 1.5.11 [#&#8203;25285](https://togithub.com/spring-projects/spring-boot/issues/25285)
   -   Upgrade to MySQL 8.0.23 [#&#8203;25198](https://togithub.com/spring-projects/spring-boot/issues/25198)
   -   Upgrade to Neo4j OGM 3.2.20 [#&#8203;25199](https://togithub.com/spring-projects/spring-boot/issues/25199)
   -   Upgrade to Netty 4.1.59.Final [#&#8203;25200](https://togithub.com/spring-projects/spring-boot/issues/25200)
   -   Upgrade to Reactor Dysprosium-SR17 [#&#8203;25280](https://togithub.com/spring-projects/spring-boot/issues/25280)
   -   Upgrade to RxJava2 2.2.21 [#&#8203;25336](https://togithub.com/spring-projects/spring-boot/issues/25336)
   -   Upgrade to Spring AMQP 2.2.15.RELEASE [#&#8203;25284](https://togithub.com/spring-projects/spring-boot/issues/25284)
   -   Upgrade to Spring Data Neumann-SR7 [#&#8203;25282](https://togithub.com/spring-projects/spring-boot/issues/25282)
   -   Upgrade to Spring Framework 5.2.13 [#&#8203;25281](https://togithub.com/spring-projects/spring-boot/issues/25281)
   -   Upgrade to Spring HATEOAS 1.1.4.RELEASE [#&#8203;25337](https://togithub.com/spring-projects/spring-boot/issues/25337)
   -   Upgrade to Spring Integration 5.3.6.RELEASE [#&#8203;25283](https://togithub.com/spring-projects/spring-boot/issues/25283)
   -   Upgrade to Spring Security 5.3.8.RELEASE [#&#8203;25201](https://togithub.com/spring-projects/spring-boot/issues/25201)
   -   Upgrade to Spring Session Bom Dragonfruit-SR2 [#&#8203;25202](https://togithub.com/spring-projects/spring-boot/issues/25202)
   -   Upgrade to Tomcat 9.0.43 [#&#8203;25203](https://togithub.com/spring-projects/spring-boot/issues/25203)
   -   Upgrade to Undertow 2.1.6.Final [#&#8203;25204](https://togithub.com/spring-projects/spring-boot/issues/25204)
   
   ##### :heart: Contributors
   
   We'd like to thank all the contributors who worked on this release!
   
   -   [@&#8203;robert-smith-911](https://togithub.com/robert-smith-911)
   -   [@&#8203;izeye](https://togithub.com/izeye)
   -   [@&#8203;dreis2211](https://togithub.com/dreis2211)
   -   [@&#8203;eddumelendez](https://togithub.com/eddumelendez)
   -   [@&#8203;melburne](https://togithub.com/melburne)
   -   [@&#8203;jongmin92](https://togithub.com/jongmin92)
   -   [@&#8203;rand0m86](https://togithub.com/rand0m86)
   -   [@&#8203;wesuga](https://togithub.com/wesuga)
   -   [@&#8203;bono007](https://togithub.com/bono007)
   
   ### [`v2.3.8.RELEASE`](https://togithub.com/spring-projects/spring-boot/releases/v2.3.8.RELEASE)
   
   ##### :beetle: Bug Fixes
   
   -   Default servlet location is not registered using a ServletContextResource [#&#8203;24747](https://togithub.com/spring-projects/spring-boot/issues/24747)
   -   DataSourceUnwrapper calls Wrapper.isWrapperFor with a interface rather than an class causing HikariDataSourceMetricsRegistry failure [#&#8203;24697](https://togithub.com/spring-projects/spring-boot/issues/24697)
   -   JSR-305 `@Nullable` cannot be used to indicate that a parameter to an endpoint operation is optional [#&#8203;24647](https://togithub.com/spring-projects/spring-boot/issues/24647)
   -   FailureAnalyzers' unmet dependency errors add noise to logs [#&#8203;24630](https://togithub.com/spring-projects/spring-boot/issues/24630)
   -   Auto-configured JdbcSessionDataSourceInitializer does not use the `@SpringSessionDataSource` if available [#&#8203;24624](https://togithub.com/spring-projects/spring-boot/issues/24624)
   -   Error `Invalid entry size` when build application with a dependency jar larger than 2,147,483,647 bytes with Gradle [#&#8203;24618](https://togithub.com/spring-projects/spring-boot/issues/24618)
   -   WebServer implementations should return -1 if not listening on a port [#&#8203;24606](https://togithub.com/spring-projects/spring-boot/pull/24606)
   -   Avoid duplicate classes in MergedContextConfiguration [#&#8203;24532](https://togithub.com/spring-projects/spring-boot/pull/24532)
   -   Image is built from jar file when when using war packaging with Gradle [#&#8203;24521](https://togithub.com/spring-projects/spring-boot/issues/24521)
   -   bootRun task does not use the project's toolchain by default [#&#8203;24517](https://togithub.com/spring-projects/spring-boot/issues/24517)
   -   BootRun does not consider configured javaLauncher when determining JVM arguments for an optimized launch [#&#8203;24512](https://togithub.com/spring-projects/spring-boot/issues/24512)
   -   Exploded archives launched using the launcher have an incorrectly ordered classpath that also contains non-existent jar files [#&#8203;24192](https://togithub.com/spring-projects/spring-boot/issues/24192)
   -   spring-boot:build-image has a layout parameter that cannot be always be honoured [#&#8203;24105](https://togithub.com/spring-projects/spring-boot/issues/24105)
   -   WebTestClient base path is not set to the application context path [#&#8203;24168](https://togithub.com/spring-projects/spring-boot/issues/24168)
   -   Opening a connection to a jar:war: URL created by Tomcat results in an illegal reflective access warning on Java 13+ [#&#8203;18631](https://togithub.com/spring-projects/spring-boot/issues/18631)
   
   ##### :notebook_with_decorative_cover: Documentation
   
   -   Clarify behaviour of WebServerFactory in reference guide [#&#8203;24705](https://togithub.com/spring-projects/spring-boot/issues/24705)
   -   Migrate away from pivotal-legacy/homebrew-tap [#&#8203;24680](https://togithub.com/spring-projects/spring-boot/issues/24680)
   -   Document warning about `InMemoryOAuth2AuthorizedClientService` [#&#8203;24596](https://togithub.com/spring-projects/spring-boot/issues/24596)
   -   Harmonize ActiveMQ Artemis naming [#&#8203;24586](https://togithub.com/spring-projects/spring-boot/issues/24586)
   -   Update version of git-properties plugin in the docs [#&#8203;24567](https://togithub.com/spring-projects/spring-boot/issues/24567)
   -   Reorder documentation about building images [#&#8203;24560](https://togithub.com/spring-projects/spring-boot/issues/24560)
   -   Clarify when SpEL expressions in application properties are evaluated [#&#8203;24531](https://togithub.com/spring-projects/spring-boot/issues/24531)
   -   Improve error message when attempting to build an image when using war packaging with Maven [#&#8203;24522](https://togithub.com/spring-projects/spring-boot/issues/24522)
   -   Testing Properties missing from Application Properties Appendix [#&#8203;24486](https://togithub.com/spring-projects/spring-boot/issues/24486)
   -   Improve "Git Commit Information" reference documentation [#&#8203;24205](https://togithub.com/spring-projects/spring-boot/issues/24205)
   
   ##### :hammer: Dependency Upgrades
   
   -   Upgrade to AppEngine SDK 1.9.84 [#&#8203;24754](https://togithub.com/spring-projects/spring-boot/issues/24754)
   -   Upgrade to Byte Buddy 1.10.19 [#&#8203;24755](https://togithub.com/spring-projects/spring-boot/issues/24755)
   -   Upgrade to Dependency Management Plugin 1.0.11.RELEASE [#&#8203;24821](https://togithub.com/spring-projects/spring-boot/issues/24821)
   -   Upgrade to Dropwizard Metrics 4.1.17 [#&#8203;24756](https://togithub.com/spring-projects/spring-boot/issues/24756)
   -   Upgrade to Hazelcast 3.12.11 [#&#8203;24757](https://togithub.com/spring-projects/spring-boot/issues/24757)
   -   Upgrade to Hibernate 5.4.27.Final [#&#8203;24758](https://togithub.com/spring-projects/spring-boot/issues/24758)
   -   Upgrade to Hibernate Validator 6.1.7.Final [#&#8203;24759](https://togithub.com/spring-projects/spring-boot/issues/24759)
   -   Upgrade to Jackson Bom 2.11.4 [#&#8203;24760](https://togithub.com/spring-projects/spring-boot/issues/24760)
   -   Upgrade to Jetty Reactive HTTPClient 1.1.5 [#&#8203;24761](https://togithub.com/spring-projects/spring-boot/issues/24761)
   -   Upgrade to Johnzon 1.2.9 [#&#8203;24762](https://togithub.com/spring-projects/spring-boot/issues/24762)
   -   Upgrade to Lettuce 5.3.6.RELEASE [#&#8203;24801](https://togithub.com/spring-projects/spring-boot/issues/24801)
   -   Upgrade to Micrometer 1.5.10 [#&#8203;24785](https://togithub.com/spring-projects/spring-boot/issues/24785)
   -   Upgrade to Neo4j OGM 3.2.19 [#&#8203;24763](https://togithub.com/spring-projects/spring-boot/issues/24763)
   -   Upgrade to Netty 4.1.58.Final [#&#8203;24822](https://togithub.com/spring-projects/spring-boot/issues/24822)
   -   Upgrade to Netty tcNative 2.0.36.Final [#&#8203;24823](https://togithub.com/spring-projects/spring-boot/issues/24823)
   -   Upgrade to Reactor Dysprosium-SR16 [#&#8203;24765](https://togithub.com/spring-projects/spring-boot/issues/24765)
   -   Upgrade to Spring AMQP 2.2.14.RELEASE [#&#8203;24824](https://togithub.com/spring-projects/spring-boot/issues/24824)
   -   Upgrade to Spring Integration 5.3.5.RELEASE [#&#8203;24825](https://togithub.com/spring-projects/spring-boot/issues/24825)
   -   Upgrade to Spring Kafka 2.5.11.RELEASE [#&#8203;24826](https://togithub.com/spring-projects/spring-boot/issues/24826)
   -   Upgrade to Thymeleaf 3.0.12  [#&#8203;24599](https://togithub.com/spring-projects/spring-boot/issues/24599)
   
   ##### :heart: Contributors
   
   We'd like to thank all the contributors who worked on this release!
   
   -   [@&#8203;izeye](https://togithub.com/izeye)
   -   [@&#8203;dreis2211](https://togithub.com/dreis2211)
   -   [@&#8203;runningcode](https://togithub.com/runningcode)
   -   [@&#8203;spartusch](https://togithub.com/spartusch)
   -   [@&#8203;andrey4623](https://togithub.com/andrey4623)
   
   ### [`v2.3.7.RELEASE`](https://togithub.com/spring-projects/spring-boot/releases/v2.3.7.RELEASE)
   
   ##### :beetle: Bug Fixes
   
   -   Configuration property binding processes JavaBean methods in a non-deterministic order which may result in variable behavior [#&#8203;24424](https://togithub.com/spring-projects/spring-boot/issues/24424)
   -   Redis health indicator requests more information than it needs resulting in unnecessarily large responses from Redis [#&#8203;24250](https://togithub.com/spring-projects/spring-boot/issues/24250)
   -   JPA repositories mode should not be deferred by default [#&#8203;24249](https://togithub.com/spring-projects/spring-boot/issues/24249)
   -   ErrorAttributeOptions.excluding throws IllegalArgumentException if includes is empty [#&#8203;24230](https://togithub.com/spring-projects/spring-boot/pull/24230)
   -   Actuator web endpoints cannot respond with custom HTTP status codes when running on MVC or WebFlux [#&#8203;24222](https://togithub.com/spring-projects/spring-boot/issues/24222)
   -   Missing Spring Integration metrics due to the MeterRegistry bean being looked for before it has been defined [#&#8203;24219](https://togithub.com/spring-projects/spring-boot/issues/24219)
   -   WebFluxTags performs unnecessary Pattern compilation when ignoring trailing slashes [#&#8203;24193](https://togithub.com/spring-projects/spring-boot/issues/24193)
   -   elasticsearch-rest-client-sniffer is missing from the dependency management for Elasticsearch's REST client modules [#&#8203;24185](https://togithub.com/spring-projects/spring-boot/issues/24185)
   -   DataSourceUnwrapper calls Wrapper.isWrapperFor with a class rather than an interface causing Oracle UCP warnings [#&#8203;24154](https://togithub.com/spring-projects/spring-boot/issues/24154)
   
   ##### :notebook_with_decorative_cover: Documentation
   
   -   Document how to use Devtools without an IDE [#&#8203;24409](https://togithub.com/spring-projects/spring-boot/issues/24409)
   -   Add link to appendix from error handling documentation [#&#8203;24407](https://togithub.com/spring-projects/spring-boot/issues/24407)
   -   Invalid ErrorAttributesOptions#getInclude Javadoc [#&#8203;24257](https://togithub.com/spring-projects/spring-boot/pull/24257)
   -   Security properties appendix contains spring.session and spring.ldap properties that belong elsewhere [#&#8203;24195](https://togithub.com/spring-projects/spring-boot/issues/24195)
   -   Rename "sla" to "slo" in reference documentation [#&#8203;24160](https://togithub.com/spring-projects/spring-boot/pull/24160)
   
   ##### :hammer: Dependency Upgrades
   
   -   Upgrade to ActiveMQ 5.15.14 [#&#8203;24436](https://togithub.com/spring-projects/spring-boot/issues/24436)
   -   Upgrade to Caffeine 2.8.8 [#&#8203;24437](https://togithub.com/spring-projects/spring-boot/issues/24437)
   -   Upgrade to DB2 JDBC 11.5.5.0 [#&#8203;24369](https://togithub.com/spring-projects/spring-boot/issues/24369)
   -   Upgrade to Dropwizard Metrics 4.1.16 [#&#8203;24370](https://togithub.com/spring-projects/spring-boot/issues/24370)
   -   Upgrade to Groovy 2.5.14 [#&#8203;24371](https://togithub.com/spring-projects/spring-boot/issues/24371)
   -   Upgrade to Hibernate 5.4.25.Final [#&#8203;24372](https://togithub.com/spring-projects/spring-boot/issues/24372)
   -   Upgrade to HttpCore 4.4.14 [#&#8203;24373](https://togithub.com/spring-projects/spring-boot/issues/24373)
   -   Upgrade to Jetty 9.4.35.v20201120 [#&#8203;24374](https://togithub.com/spring-projects/spring-boot/issues/24374)
   -   Upgrade to Micrometer 1.5.9 [#&#8203;24427](https://togithub.com/spring-projects/spring-boot/issues/24427)
   -   Upgrade to Netty 4.1.55.Final [#&#8203;24438](https://togithub.com/spring-projects/spring-boot/issues/24438)
   -   Upgrade to Netty tcNative 2.0.35.Final [#&#8203;24439](https://togithub.com/spring-projects/spring-boot/issues/24439)
   -   Upgrade to Reactor Dysprosium-SR15 [#&#8203;24274](https://togithub.com/spring-projects/spring-boot/issues/24274)
   -   Upgrade to Spring AMQP 2.2.13 [#&#8203;24287](https://togithub.com/spring-projects/spring-boot/issues/24287)
   -   Upgrade to Spring Batch 4.2.5 [#&#8203;24290](https://togithub.com/spring-projects/spring-boot/issues/24290)
   -   Upgrade to Spring Data Neumann-SR6 [#&#8203;24283](https://togithub.com/spring-projects/spring-boot/issues/24283)
   -   Upgrade to Spring Framework 5.2.12 [#&#8203;24277](https://togithub.com/spring-projects/spring-boot/issues/24277)
   -   Upgrade to Spring HATEOAS 1.1.3 [#&#8203;24419](https://togithub.com/spring-projects/spring-boot/issues/24419)
   -   Upgrade to Spring Kafka 2.5.10 [#&#8203;24293](https://togithub.com/spring-projects/spring-boot/issues/24293)
   -   Upgrade to Spring Security 5.3.6 [#&#8203;24296](https://togithub.com/spring-projects/spring-boot/issues/24296)
   -   Upgrade to Tomcat 9.0.41 [#&#8203;24440](https://togithub.com/spring-projects/spring-boot/issues/24440)
   -   Upgrade to Undertow 2.1.5.Final [#&#8203;24441](https://togithub.com/spring-projects/spring-boot/issues/24441)
   
   ##### :heart: Contributors
   
   We'd like to thank all the contributors who worked on this release!
   
   -   [@&#8203;izeye](https://togithub.com/izeye)
   -   [@&#8203;xJoeWoo](https://togithub.com/xJoeWoo)
   -   [@&#8203;stokpop](https://togithub.com/stokpop)
   -   [@&#8203;CubeOfCheese](https://togithub.com/CubeOfCheese)
   -   [@&#8203;artembilan](https://togithub.com/artembilan)
   -   [@&#8203;wanderleisouza](https://togithub.com/wanderleisouza)
   -   [@&#8203;JimStockwell](https://togithub.com/JimStockwell)
   -   [@&#8203;SCORE1387](https://togithub.com/SCORE1387)
   
   ### [`v2.3.6.RELEASE`](https://togithub.com/spring-projects/spring-boot/releases/v2.3.6.RELEASE)
   
   ##### :beetle: Bug Fixes
   
   -   Configuration metadata annotation processor may use the wrong accessor for boolean properties [#&#8203;24058](https://togithub.com/spring-projects/spring-boot/issues/24058)
   -   When using Tomcat, key and trust store passwords set via javax.net.ssl system properties are overwritten with null when Spring Boot's equivalent properties have not been set [#&#8203;24052](https://togithub.com/spring-projects/spring-boot/issues/24052)
   -   `@DataJpaTest` using H2 with schema.sql and spring.datasource.schema-username fails [#&#8203;24023](https://togithub.com/spring-projects/spring-boot/issues/24023)
   -   JdbcStoreTypeConfiguration picks transaction of primary data source when Quartz data source is not the primary data source [#&#8203;24014](https://togithub.com/spring-projects/spring-boot/issues/24014)
   -   TestTypeExcludeFilter does not implement hashCode and equals as required by its super-class [#&#8203;24012](https://togithub.com/spring-projects/spring-boot/issues/24012)
   -   Our auto-configuration should not use `@PostConstruct` as it's ignored on Java 11+ without a dependency on jakarta-annotation-api [#&#8203;24009](https://togithub.com/spring-projects/spring-boot/issues/24009)
   -   Config files no longer loaded if they contain a hidden path element [#&#8203;23983](https://togithub.com/spring-projects/spring-boot/issues/23983)
   -   "java.lang.IllegalStateException: zip file closed" when call JarFileWrapper.stream() of spring-boot-loader  [#&#8203;23821](https://togithub.com/spring-projects/spring-boot/issues/23821)
   
   ##### :notebook_with_decorative_cover: Documentation
   
   -   Fix link to Flyway callback docs [#&#8203;24121](https://togithub.com/spring-projects/spring-boot/issues/24121)
   -   Provide more details about overriding SpringPhysicalNamingStrategy's case insensitive flag [#&#8203;24060](https://togithub.com/spring-projects/spring-boot/issues/24060)
   -   Clarify documentation regarding relaxed binding of environment variables [#&#8203;24032](https://togithub.com/spring-projects/spring-boot/issues/24032)
   -   Enhance spring.datasource.initialization-mode property description [#&#8203;24029](https://togithub.com/spring-projects/spring-boot/issues/24029)
   -   Recommend disabling context path redirects when using proxy-terminated SSL with Tomcat [#&#8203;24025](https://togithub.com/spring-projects/spring-boot/issues/24025)
   -   Improve Spring Session back off documentation [#&#8203;24018](https://togithub.com/spring-projects/spring-boot/issues/24018)
   -   Clarify the javadoc of AutoConfigureTestDatabase to make it clearer that it only replaces the main DataSource [#&#8203;24006](https://togithub.com/spring-projects/spring-boot/issues/24006)
   -   Recommend that bean definitions provide as much type information as possible [#&#8203;24004](https://togithub.com/spring-projects/spring-boot/issues/24004)
   -   Add missing default value for enum-based configuration properties [#&#8203;23991](https://togithub.com/spring-projects/spring-boot/issues/23991)
   
   ##### :hammer: Dependency Upgrades
   
   -   Upgrade to AppEngine SDK 1.9.83 [#&#8203;24077](https://togithub.com/spring-projects/spring-boot/issues/24077)
   -   Upgrade to Byte Buddy 1.10.18 [#&#8203;24078](https://togithub.com/spring-projects/spring-boot/issues/24078)
   -   Upgrade to Couchbase Client 3.0.10 [#&#8203;24079](https://togithub.com/spring-projects/spring-boot/issues/24079)
   -   Upgrade to Hibernate 5.4.23.Final [#&#8203;24080](https://togithub.com/spring-projects/spring-boot/issues/24080)
   -   Upgrade to Jetty 9.4.34.v20201102 [#&#8203;24046](https://togithub.com/spring-projects/spring-boot/issues/24046)
   -   Upgrade to jOOQ 3.13.6 [#&#8203;24081](https://togithub.com/spring-projects/spring-boot/issues/24081)
   -   Upgrade to Micrometer 1.5.7 [#&#8203;24050](https://togithub.com/spring-projects/spring-boot/issues/24050)
   -   Upgrade to Neo4j OGM 3.2.18 [#&#8203;24125](https://togithub.com/spring-projects/spring-boot/issues/24125)
   -   Upgrade to Netty 4.1.54.Final [#&#8203;24124](https://togithub.com/spring-projects/spring-boot/issues/24124)
   -   Upgrade to Reactor Dysprosium-SR14 [#&#8203;24109](https://togithub.com/spring-projects/spring-boot/issues/24109)
   -   Upgrade to Spring Framework 5.2.11 [#&#8203;24034](https://togithub.com/spring-projects/spring-boot/issues/24034)
   -   Upgrade to Spring Integration 5.3.4 [#&#8203;24096](https://togithub.com/spring-projects/spring-boot/issues/24096)
   -   Upgrade to Spring Kafka 2.5.8.RELEASE [#&#8203;24075](https://togithub.com/spring-projects/spring-boot/issues/24075)
   
   ##### :heart: Contributors
   
   We'd like to thank all the contributors who worked on this release!
   
   -   [@&#8203;mruzicka](https://togithub.com/mruzicka)
   
   </details>
   
   ---
   
   ### Renovate configuration
   
   :date: **Schedule**: At any time (no schedule defined).
   
   :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
   
   :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
   
   :ghost: **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired.
   
   ---
   
    - [ ] <!-- 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/apache/fineract).


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [fineract] ptuomola commented on pull request #1628: chore(deps): update spring boot to v2.5.4

Posted by GitBox <gi...@apache.org>.
ptuomola commented on pull request #1628:
URL: https://github.com/apache/fineract/pull/1628#issuecomment-917366062


   Sounds good - let's merge it given it works


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@fineract.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [fineract] awasum commented on pull request #1628: chore(deps): update spring boot to v2.5.4

Posted by GitBox <gi...@apache.org>.
awasum commented on pull request #1628:
URL: https://github.com/apache/fineract/pull/1628#issuecomment-916955555


   @ptuomola  Does this LGTY? This one seem to have resolved itself over time? Or what?
   
   Let me refresh and let it run again.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@fineract.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [fineract] ptuomola merged pull request #1628: chore(deps): update spring boot to v2.5.4

Posted by GitBox <gi...@apache.org>.
ptuomola merged pull request #1628:
URL: https://github.com/apache/fineract/pull/1628


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@fineract.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org