dependabot[bot] opened a new pull request, #381: URL: https://github.com/apache/logging-log4j-samples/pull/381
Bumps the all group with 2 updates in the / directory: [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) and [org.springframework.boot:spring-boot-maven-plugin](https://github.com/spring-projects/spring-boot). Bumps the all group with 3 updates in the /log4j-samples-graalvm directory: [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback), [net.javacrumbs.json-unit:json-unit-assertj](https://github.com/lukas-krecan/JsonUnit) and [org.graalvm.buildtools:native-maven-plugin](https://github.com/graalvm/native-build-tools). Updates `org.springframework.boot:spring-boot-dependencies` from 3.5.7 to 4.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spring-projects/spring-boot/releases">org.springframework.boot:spring-boot-dependencies's releases</a>.</em></p> <blockquote> <h2>v4.0.0</h2> <p>Full <a href="https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-4.0-Release-Notes">release notes for Spring Boot 4.0</a> are available on the wiki. There is also <a href="https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-4.0-Migration-Guide">a migration guide</a> to help you upgrade from Spring Boot 3.5.</p> <h2>:star: New Features</h2> <ul> <li>Change tomcat and jetty runtime modules to starters <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48175">#48175</a></li> <li>Rename spring-boot-kotlin-serialization to align with the name of the Kotlinx module that it pulls in <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48076">#48076</a></li> </ul> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>Error properties are a general web concern and should not be located beneath server.* <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48201">#48201</a></li> <li>With both Jackson 2 and 3 on the classpath, <code>@JsonTest</code> fails due to duplicate jacksonTesterFactoryBean <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48198">#48198</a></li> <li>Gradle war task does not exclude starter POMs from lib-provided <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48197">#48197</a></li> <li>spring.test.webclient.mockrestserviceserver.enabled is not aligned with its module's name <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48193">#48193</a></li> <li>SslMeterBinder doesn't register metrics for dynamically added bundles if no bundles exist at bind time <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48182">#48182</a></li> <li>Properties bound in the child management context ignore the parent's environment prefix <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48177">#48177</a></li> <li>ssl.chain.expiry metrics doesn't update for dynamically registered SSL bundles <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48171">#48171</a></li> <li>Starter for spring-boot-micrometer-metrics is missing <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48161">#48161</a></li> <li>Elasticsearch client's sniffer functionality should not be enabled by default <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48155">#48155</a></li> <li>spring-boot-starter-elasticsearch should depend on elasticsearch-java <a href="https://redirect.github.com/spring-projects/spring-boot/pull/48141">#48141</a></li> <li>Auto-configuration exclusions are checked using a different class loader to the one that loads auto-configuration classes <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48132">#48132</a></li> <li>New arm64 macbooks fail to bootBuildImage due to incorrect platform image <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48128">#48128</a></li> <li>Properties for configuring an isolated JsonMapper or ObjectMapper are incorrectly named <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48116">#48116</a></li> <li>Buildpack fails with recent Docker installs due to hardcoded version in URL <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48103">#48103</a></li> <li>Image building may fail when specifying a platform if an image has already been built with a different platform <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48099">#48099</a></li> <li>Default values of Kotlinx Serialization JSON configuration properties are not documented <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48097">#48097</a></li> <li>Custom XML converters should override defaults in HttpMessageConverters <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48096">#48096</a></li> <li>Kotlin serialization is used too aggressively when other JSON libraries are available <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48070">#48070</a></li> <li>PortInUseException incorrectly thrown on failure to bind port due to Netty IP misconfiguration <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48059">#48059</a></li> <li>Auto-configured JCacheMetrics cannot be customized <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48057">#48057</a></li> <li>WebSecurityCustomizer beans are excluded by WebMvcTest <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48055">#48055</a></li> <li>Deprecated EnvironmentPostProcessor does not resolve arguments <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48047">#48047</a></li> <li>RetryPolicySettings should refer to maxRetries, not maxAttempts <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48023">#48023</a></li> <li>Devtools Restarter does not work with a parameterless main method <a href="https://redirect.github.com/spring-projects/spring-boot/issues/47996">#47996</a></li> <li>Dependency management for Kafka should not manage Scala 2.12 libraries <a href="https://redirect.github.com/spring-projects/spring-boot/pull/47991">#47991</a></li> <li>spring-boot-mail should depend on jakarta.mail:jakarta.mail-api and org.eclipse.angus:angus-mail instead of org.eclipse.angus:jakarta.mail <a href="https://redirect.github.com/spring-projects/spring-boot/issues/47983">#47983</a></li> <li>spring-boot-starter-data-mongodb-reactive has dependency on reactor-test <a href="https://redirect.github.com/spring-projects/spring-boot/issues/47982">#47982</a></li> <li>Support for ReactiveElasticsearchClient is in the wrong module <a href="https://redirect.github.com/spring-projects/spring-boot/issues/47848">#47848</a></li> </ul> <h2>:notebook_with_decorative_cover: Documentation</h2> <ul> <li>Removed property spring.test.webclient.register-rest-template is still documented <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48199">#48199</a></li> <li>Mention support for detecting AWS ECS in "Deploying to the Cloud" <a href="https://redirect.github.com/spring-projects/spring-boot/pull/48170">#48170</a></li> <li>Revise AWS section of "Deploying to the Cloud" in reference manual <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48163">#48163</a></li> <li>Fix typo in PortInUseException Javadoc <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48134">#48134</a></li> <li>Correct section about required setters in "Type-safe Configuration Properties" <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48131">#48131</a></li> <li>Use since attribute in configuration properties deprecation consistently <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48122">#48122</a></li> <li>Document EndpointJsonMapper and management.endpoints.jackson.isolated-json-mapper <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48115">#48115</a></li> <li>Document support for configuring servlet context init parameters using properties <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48112">#48112</a></li> <li>Some configuration properties are not documented in the appendix <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48095">#48095</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spring-projects/spring-boot/commit/1c0e08b4c434b0e77a83098267b2a0f5a3fc56d7"><code>1c0e08b</code></a> Release v4.0.0</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/34879288f9305e8fb4ca292607e0f997e48a60c6"><code>3487928</code></a> Merge branch '3.5.x'</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/29b8e969782bef3802784754c1e970fe513a36dc"><code>29b8e96</code></a> Switch make-default in preparation for Spring Boot 4.0.0</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/88da0ddb940fc4f68a9bf161080cb7b5ef454753"><code>88da0dd</code></a> Merge branch '3.5.x'</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/56feeaa9a036de7fed2ec7e40a4db624adb0858d"><code>56feeaa</code></a> Next development version (v3.5.9-SNAPSHOT)</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/3becdc7d47f5c0a9478d1a734f4ee94f84a1e7bd"><code>3becdc7</code></a> Move server.error properties to spring.web.error</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/2b306329ae0df5ff94ab5846744083fe4df506c7"><code>2b30632</code></a> Merge branch '3.5.x'</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/4f03b44e972fac9ab11b833daa5c1ec328712fd8"><code>4f03b44</code></a> Merge branch '3.4.x' into 3.5.x</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/3d15c13270a78dc6334aee2dd2fac9d7f5c41794"><code>3d15c13</code></a> Next development version (v3.4.13-SNAPSHOT)</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/dc140dfc2ea951b75dbb2ba910972318d919759d"><code>dc140df</code></a> Upgrade to Spring Framework 7.0.1</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-boot/compare/v3.5.7...v4.0.0">compare view</a></li> </ul> </details> <br /> Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.5.7 to 4.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spring-projects/spring-boot/releases">org.springframework.boot:spring-boot-maven-plugin's releases</a>.</em></p> <blockquote> <h2>v4.0.0</h2> <p>Full <a href="https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-4.0-Release-Notes">release notes for Spring Boot 4.0</a> are available on the wiki. There is also <a href="https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-4.0-Migration-Guide">a migration guide</a> to help you upgrade from Spring Boot 3.5.</p> <h2>:star: New Features</h2> <ul> <li>Change tomcat and jetty runtime modules to starters <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48175">#48175</a></li> <li>Rename spring-boot-kotlin-serialization to align with the name of the Kotlinx module that it pulls in <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48076">#48076</a></li> </ul> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>Error properties are a general web concern and should not be located beneath server.* <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48201">#48201</a></li> <li>With both Jackson 2 and 3 on the classpath, <code>@JsonTest</code> fails due to duplicate jacksonTesterFactoryBean <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48198">#48198</a></li> <li>Gradle war task does not exclude starter POMs from lib-provided <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48197">#48197</a></li> <li>spring.test.webclient.mockrestserviceserver.enabled is not aligned with its module's name <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48193">#48193</a></li> <li>SslMeterBinder doesn't register metrics for dynamically added bundles if no bundles exist at bind time <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48182">#48182</a></li> <li>Properties bound in the child management context ignore the parent's environment prefix <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48177">#48177</a></li> <li>ssl.chain.expiry metrics doesn't update for dynamically registered SSL bundles <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48171">#48171</a></li> <li>Starter for spring-boot-micrometer-metrics is missing <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48161">#48161</a></li> <li>Elasticsearch client's sniffer functionality should not be enabled by default <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48155">#48155</a></li> <li>spring-boot-starter-elasticsearch should depend on elasticsearch-java <a href="https://redirect.github.com/spring-projects/spring-boot/pull/48141">#48141</a></li> <li>Auto-configuration exclusions are checked using a different class loader to the one that loads auto-configuration classes <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48132">#48132</a></li> <li>New arm64 macbooks fail to bootBuildImage due to incorrect platform image <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48128">#48128</a></li> <li>Properties for configuring an isolated JsonMapper or ObjectMapper are incorrectly named <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48116">#48116</a></li> <li>Buildpack fails with recent Docker installs due to hardcoded version in URL <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48103">#48103</a></li> <li>Image building may fail when specifying a platform if an image has already been built with a different platform <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48099">#48099</a></li> <li>Default values of Kotlinx Serialization JSON configuration properties are not documented <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48097">#48097</a></li> <li>Custom XML converters should override defaults in HttpMessageConverters <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48096">#48096</a></li> <li>Kotlin serialization is used too aggressively when other JSON libraries are available <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48070">#48070</a></li> <li>PortInUseException incorrectly thrown on failure to bind port due to Netty IP misconfiguration <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48059">#48059</a></li> <li>Auto-configured JCacheMetrics cannot be customized <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48057">#48057</a></li> <li>WebSecurityCustomizer beans are excluded by WebMvcTest <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48055">#48055</a></li> <li>Deprecated EnvironmentPostProcessor does not resolve arguments <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48047">#48047</a></li> <li>RetryPolicySettings should refer to maxRetries, not maxAttempts <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48023">#48023</a></li> <li>Devtools Restarter does not work with a parameterless main method <a href="https://redirect.github.com/spring-projects/spring-boot/issues/47996">#47996</a></li> <li>Dependency management for Kafka should not manage Scala 2.12 libraries <a href="https://redirect.github.com/spring-projects/spring-boot/pull/47991">#47991</a></li> <li>spring-boot-mail should depend on jakarta.mail:jakarta.mail-api and org.eclipse.angus:angus-mail instead of org.eclipse.angus:jakarta.mail <a href="https://redirect.github.com/spring-projects/spring-boot/issues/47983">#47983</a></li> <li>spring-boot-starter-data-mongodb-reactive has dependency on reactor-test <a href="https://redirect.github.com/spring-projects/spring-boot/issues/47982">#47982</a></li> <li>Support for ReactiveElasticsearchClient is in the wrong module <a href="https://redirect.github.com/spring-projects/spring-boot/issues/47848">#47848</a></li> </ul> <h2>:notebook_with_decorative_cover: Documentation</h2> <ul> <li>Removed property spring.test.webclient.register-rest-template is still documented <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48199">#48199</a></li> <li>Mention support for detecting AWS ECS in "Deploying to the Cloud" <a href="https://redirect.github.com/spring-projects/spring-boot/pull/48170">#48170</a></li> <li>Revise AWS section of "Deploying to the Cloud" in reference manual <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48163">#48163</a></li> <li>Fix typo in PortInUseException Javadoc <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48134">#48134</a></li> <li>Correct section about required setters in "Type-safe Configuration Properties" <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48131">#48131</a></li> <li>Use since attribute in configuration properties deprecation consistently <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48122">#48122</a></li> <li>Document EndpointJsonMapper and management.endpoints.jackson.isolated-json-mapper <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48115">#48115</a></li> <li>Document support for configuring servlet context init parameters using properties <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48112">#48112</a></li> <li>Some configuration properties are not documented in the appendix <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48095">#48095</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spring-projects/spring-boot/commit/1c0e08b4c434b0e77a83098267b2a0f5a3fc56d7"><code>1c0e08b</code></a> Release v4.0.0</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/34879288f9305e8fb4ca292607e0f997e48a60c6"><code>3487928</code></a> Merge branch '3.5.x'</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/29b8e969782bef3802784754c1e970fe513a36dc"><code>29b8e96</code></a> Switch make-default in preparation for Spring Boot 4.0.0</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/88da0ddb940fc4f68a9bf161080cb7b5ef454753"><code>88da0dd</code></a> Merge branch '3.5.x'</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/56feeaa9a036de7fed2ec7e40a4db624adb0858d"><code>56feeaa</code></a> Next development version (v3.5.9-SNAPSHOT)</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/3becdc7d47f5c0a9478d1a734f4ee94f84a1e7bd"><code>3becdc7</code></a> Move server.error properties to spring.web.error</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/2b306329ae0df5ff94ab5846744083fe4df506c7"><code>2b30632</code></a> Merge branch '3.5.x'</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/4f03b44e972fac9ab11b833daa5c1ec328712fd8"><code>4f03b44</code></a> Merge branch '3.4.x' into 3.5.x</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/3d15c13270a78dc6334aee2dd2fac9d7f5c41794"><code>3d15c13</code></a> Next development version (v3.4.13-SNAPSHOT)</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/dc140dfc2ea951b75dbb2ba910972318d919759d"><code>dc140df</code></a> Upgrade to Spring Framework 7.0.1</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-boot/compare/v3.5.7...v4.0.0">compare view</a></li> </ul> </details> <br /> Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.5.7 to 4.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spring-projects/spring-boot/releases">org.springframework.boot:spring-boot-maven-plugin's releases</a>.</em></p> <blockquote> <h2>v4.0.0</h2> <p>Full <a href="https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-4.0-Release-Notes">release notes for Spring Boot 4.0</a> are available on the wiki. There is also <a href="https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-4.0-Migration-Guide">a migration guide</a> to help you upgrade from Spring Boot 3.5.</p> <h2>:star: New Features</h2> <ul> <li>Change tomcat and jetty runtime modules to starters <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48175">#48175</a></li> <li>Rename spring-boot-kotlin-serialization to align with the name of the Kotlinx module that it pulls in <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48076">#48076</a></li> </ul> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>Error properties are a general web concern and should not be located beneath server.* <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48201">#48201</a></li> <li>With both Jackson 2 and 3 on the classpath, <code>@JsonTest</code> fails due to duplicate jacksonTesterFactoryBean <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48198">#48198</a></li> <li>Gradle war task does not exclude starter POMs from lib-provided <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48197">#48197</a></li> <li>spring.test.webclient.mockrestserviceserver.enabled is not aligned with its module's name <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48193">#48193</a></li> <li>SslMeterBinder doesn't register metrics for dynamically added bundles if no bundles exist at bind time <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48182">#48182</a></li> <li>Properties bound in the child management context ignore the parent's environment prefix <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48177">#48177</a></li> <li>ssl.chain.expiry metrics doesn't update for dynamically registered SSL bundles <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48171">#48171</a></li> <li>Starter for spring-boot-micrometer-metrics is missing <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48161">#48161</a></li> <li>Elasticsearch client's sniffer functionality should not be enabled by default <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48155">#48155</a></li> <li>spring-boot-starter-elasticsearch should depend on elasticsearch-java <a href="https://redirect.github.com/spring-projects/spring-boot/pull/48141">#48141</a></li> <li>Auto-configuration exclusions are checked using a different class loader to the one that loads auto-configuration classes <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48132">#48132</a></li> <li>New arm64 macbooks fail to bootBuildImage due to incorrect platform image <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48128">#48128</a></li> <li>Properties for configuring an isolated JsonMapper or ObjectMapper are incorrectly named <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48116">#48116</a></li> <li>Buildpack fails with recent Docker installs due to hardcoded version in URL <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48103">#48103</a></li> <li>Image building may fail when specifying a platform if an image has already been built with a different platform <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48099">#48099</a></li> <li>Default values of Kotlinx Serialization JSON configuration properties are not documented <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48097">#48097</a></li> <li>Custom XML converters should override defaults in HttpMessageConverters <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48096">#48096</a></li> <li>Kotlin serialization is used too aggressively when other JSON libraries are available <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48070">#48070</a></li> <li>PortInUseException incorrectly thrown on failure to bind port due to Netty IP misconfiguration <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48059">#48059</a></li> <li>Auto-configured JCacheMetrics cannot be customized <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48057">#48057</a></li> <li>WebSecurityCustomizer beans are excluded by WebMvcTest <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48055">#48055</a></li> <li>Deprecated EnvironmentPostProcessor does not resolve arguments <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48047">#48047</a></li> <li>RetryPolicySettings should refer to maxRetries, not maxAttempts <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48023">#48023</a></li> <li>Devtools Restarter does not work with a parameterless main method <a href="https://redirect.github.com/spring-projects/spring-boot/issues/47996">#47996</a></li> <li>Dependency management for Kafka should not manage Scala 2.12 libraries <a href="https://redirect.github.com/spring-projects/spring-boot/pull/47991">#47991</a></li> <li>spring-boot-mail should depend on jakarta.mail:jakarta.mail-api and org.eclipse.angus:angus-mail instead of org.eclipse.angus:jakarta.mail <a href="https://redirect.github.com/spring-projects/spring-boot/issues/47983">#47983</a></li> <li>spring-boot-starter-data-mongodb-reactive has dependency on reactor-test <a href="https://redirect.github.com/spring-projects/spring-boot/issues/47982">#47982</a></li> <li>Support for ReactiveElasticsearchClient is in the wrong module <a href="https://redirect.github.com/spring-projects/spring-boot/issues/47848">#47848</a></li> </ul> <h2>:notebook_with_decorative_cover: Documentation</h2> <ul> <li>Removed property spring.test.webclient.register-rest-template is still documented <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48199">#48199</a></li> <li>Mention support for detecting AWS ECS in "Deploying to the Cloud" <a href="https://redirect.github.com/spring-projects/spring-boot/pull/48170">#48170</a></li> <li>Revise AWS section of "Deploying to the Cloud" in reference manual <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48163">#48163</a></li> <li>Fix typo in PortInUseException Javadoc <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48134">#48134</a></li> <li>Correct section about required setters in "Type-safe Configuration Properties" <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48131">#48131</a></li> <li>Use since attribute in configuration properties deprecation consistently <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48122">#48122</a></li> <li>Document EndpointJsonMapper and management.endpoints.jackson.isolated-json-mapper <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48115">#48115</a></li> <li>Document support for configuring servlet context init parameters using properties <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48112">#48112</a></li> <li>Some configuration properties are not documented in the appendix <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48095">#48095</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spring-projects/spring-boot/commit/1c0e08b4c434b0e77a83098267b2a0f5a3fc56d7"><code>1c0e08b</code></a> Release v4.0.0</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/34879288f9305e8fb4ca292607e0f997e48a60c6"><code>3487928</code></a> Merge branch '3.5.x'</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/29b8e969782bef3802784754c1e970fe513a36dc"><code>29b8e96</code></a> Switch make-default in preparation for Spring Boot 4.0.0</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/88da0ddb940fc4f68a9bf161080cb7b5ef454753"><code>88da0dd</code></a> Merge branch '3.5.x'</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/56feeaa9a036de7fed2ec7e40a4db624adb0858d"><code>56feeaa</code></a> Next development version (v3.5.9-SNAPSHOT)</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/3becdc7d47f5c0a9478d1a734f4ee94f84a1e7bd"><code>3becdc7</code></a> Move server.error properties to spring.web.error</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/2b306329ae0df5ff94ab5846744083fe4df506c7"><code>2b30632</code></a> Merge branch '3.5.x'</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/4f03b44e972fac9ab11b833daa5c1ec328712fd8"><code>4f03b44</code></a> Merge branch '3.4.x' into 3.5.x</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/3d15c13270a78dc6334aee2dd2fac9d7f5c41794"><code>3d15c13</code></a> Next development version (v3.4.13-SNAPSHOT)</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/dc140dfc2ea951b75dbb2ba910972318d919759d"><code>dc140df</code></a> Upgrade to Spring Framework 7.0.1</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-boot/compare/v3.5.7...v4.0.0">compare view</a></li> </ul> </details> <br /> Updates `ch.qos.logback:logback-classic` from 1.5.20 to 1.5.21 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/qos-ch/logback/releases">ch.qos.logback:logback-classic's releases</a>.</em></p> <blockquote> <h2>Logback 1.5.21</h2> <p><strong>2025-11-10 Release of logback version 1.5.21</strong></p> <p>• Invocations of turbo filters in isDebugEnabled, isInfoEnabled()... remain as they were, untouched. However, any installed instances of TurboFilter are now invoked also from within the log(LoggingEvent) method of <a href="https://github.com/qos-ch/logback/blob/master/logback-classic/src/main/java/ch/qos/logback/classic/Logger.java#L817">Logger</a> with the contents of the LoggingEvent, typically via the fluent API. This fixes <a href="https://redirect.github.com/qos-ch/logback/issues/871">issues/871</a>.</p> <p>• Removed reentry-guard in most subclasses of <code>UnsynchronizedAppenderBase</code> where it was not needed.</p> <p>• <a href="https://logback.qos.ch/manual/configuration.html#auto_configuration">Initialization procedure</a> has been simplified by removing the step instantiating a <code>SerializedModelConfigurator</code>. However, it is still possible to set up <code>SerializedModelConfigurator</code> as a custom configurator.</p> <p>• JsonEncoder is now friendlier to derivation by sub-classes as requested in <a href="https://redirect.github.com/qos-ch/logback/issues/979">issues/979.</a></p> <p>• Fixed XMLLayout thread safety issue reported in <a href="https://jira.qos.ch/browse/LOGBACK-427">LOGBACK-427</a>.</p> <p>• Removed superfluous buffering in Zip, GZ and XZ compression code.</p> <p>• A bit-wise identical binary of this version can be reproduced by building from source code at commit fed6f37ffe3449e40f6a9fffe050936a33116bd1 associated with the tag v_1.5.21. Release built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/qos-ch/logback/commit/fed6f37ffe3449e40f6a9fffe050936a33116bd1"><code>fed6f37</code></a> prepare release 1.5.21</li> <li><a href="https://github.com/qos-ch/logback/commit/b111e897cfdaf2361791d08bfdfe476eea255c84"><code>b111e89</code></a> Initialization procedure has been simplified by removing the step</li> <li><a href="https://github.com/qos-ch/logback/commit/1cd2df4be866ba48ec410ecd2e33855324b62476"><code>1cd2df4</code></a> fix issues/871</li> <li><a href="https://github.com/qos-ch/logback/commit/dea5b956f327236d0872249b9fa12562287167ac"><code>dea5b95</code></a> minor - remove superflous call to Objects.requireNonNull</li> <li><a href="https://github.com/qos-ch/logback/commit/3cecf2983c6a86d3f183b5808e19abf636bc63ad"><code>3cecf29</code></a> add comment for the TurboFilter list ACCEPT case</li> <li><a href="https://github.com/qos-ch/logback/commit/149714232d81fa7844a4518de4b17ae3b77ce648"><code>1497142</code></a> improve performance for 2 or more turbo filters</li> <li><a href="https://github.com/qos-ch/logback/commit/04a7ba558c393070c2eb2c78a1a999ba19d482ee"><code>04a7ba5</code></a> most subclasses of UnsynchronizedAppenderBase do not need a reentry guard</li> <li><a href="https://github.com/qos-ch/logback/commit/ab6a006ad08c328a190de76d71d91f9bbac06364"><code>ab6a006</code></a> add maven cache to github CI, update .github/FUNDING.yml</li> <li><a href="https://github.com/qos-ch/logback/commit/2bf5557a76b7c292253d4aa962da762134796431"><code>2bf5557</code></a> fix failed LegacyPatternLayoutTest#subPattern test due to TZ discrepancies, u...</li> <li><a href="https://github.com/qos-ch/logback/commit/2ca8c527524870b46a4a7c195cbf8e0ee263ca28"><code>2ca8c52</code></a> update funding info</li> <li>Additional commits viewable in <a href="https://github.com/qos-ch/logback/compare/v_1.5.20...v_1.5.21">compare view</a></li> </ul> </details> <br /> Updates `net.javacrumbs.json-unit:json-unit-assertj` from 5.0.0 to 5.1.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/lukas-krecan/JsonUnit/blob/master/RELEASES.md">net.javacrumbs.json-unit:json-unit-assertj's changelog</a>.</em></p> <blockquote> <h2>5.1.0 (2025-11-14)</h2> <ul> <li>Added BOM module <a href="https://redirect.github.com/lukas-krecan/JsonUnit/issues/994">#994</a></li> <li>Dependency updates (especially Spring 7.0.0)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lukas-krecan/JsonUnit/commit/d5bdcd7b29dca6751c6e161aa2a18117cf2352c4"><code>d5bdcd7</code></a> [maven-release-plugin] prepare release json-unit-parent-5.1.0</li> <li><a href="https://github.com/lukas-krecan/JsonUnit/commit/88b0fe316b69410c78c0b8d0142a26cff1e7ed5d"><code>88b0fe3</code></a> Bump spring.version from 7.0.0-RC3 to 7.0.0 (<a href="https://redirect.github.com/lukas-krecan/JsonUnit/issues/1001">#1001</a>)</li> <li><a href="https://github.com/lukas-krecan/JsonUnit/commit/5e8d59b1e1406a0f14a991249314c1a1491dc880"><code>5e8d59b</code></a> Bump ch.qos.logback:logback-classic from 1.5.20 to 1.5.21 (<a href="https://redirect.github.com/lukas-krecan/JsonUnit/issues/1000">#1000</a>)</li> <li><a href="https://github.com/lukas-krecan/JsonUnit/commit/3b8e02a6716779014869dd90fac7fd5b32ea3e28"><code>3b8e02a</code></a> Bump org.apache.maven.plugins:maven-release-plugin from 3.1.1 to 3.2.0 (<a href="https://redirect.github.com/lukas-krecan/JsonUnit/issues/997">#997</a>)</li> <li><a href="https://github.com/lukas-krecan/JsonUnit/commit/a03ca8990d49be878c3bc7970969645254d6d72b"><code>a03ca89</code></a> Bump tools.jackson.core:jackson-databind from 3.0.1 to 3.0.2 (<a href="https://redirect.github.com/lukas-krecan/JsonUnit/issues/999">#999</a>)</li> <li><a href="https://github.com/lukas-krecan/JsonUnit/commit/e3e136dad4add2a737dd99c4d4d6457b3bcf815d"><code>e3e136d</code></a> Refactor removeNullExtraKeysWhereNeeded</li> <li><a href="https://github.com/lukas-krecan/JsonUnit/commit/eb34861511ef2e049232dbeec64999fe9e6bd135"><code>eb34861</code></a> <a href="https://redirect.github.com/lukas-krecan/JsonUnit/issues/994">#994</a> Add BOM (<a href="https://redirect.github.com/lukas-krecan/JsonUnit/issues/996">#996</a>)</li> <li><a href="https://github.com/lukas-krecan/JsonUnit/commit/5b70f398b8fd2d870849391a7f8d1242fbe8219d"><code>5b70f39</code></a> Bump com.uber.nullaway:nullaway from 0.12.11 to 0.12.12 (<a href="https://redirect.github.com/lukas-krecan/JsonUnit/issues/993">#993</a>)</li> <li><a href="https://github.com/lukas-krecan/JsonUnit/commit/e1188941ff05808683b24173b760e1ac277d43d3"><code>e118894</code></a> Bump com.jayway.jsonpath:json-path from 2.9.0 to 2.10.0 (<a href="https://redirect.github.com/lukas-krecan/JsonUnit/issues/991">#991</a>)</li> <li><a href="https://github.com/lukas-krecan/JsonUnit/commit/77426ca018fd44e1d90351b85160be2b2fcc10cd"><code>77426ca</code></a> Bump spring.version from 7.0.0-RC2 to 7.0.0-RC3 (<a href="https://redirect.github.com/lukas-krecan/JsonUnit/issues/989">#989</a>)</li> <li>Additional commits viewable in <a href="https://github.com/lukas-krecan/JsonUnit/compare/json-unit-parent-5.0.0...json-unit-parent-5.1.0">compare view</a></li> </ul> </details> <br /> Updates `org.graalvm.buildtools:native-maven-plugin` from 0.11.2 to 0.11.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/graalvm/native-build-tools/releases">org.graalvm.buildtools:native-maven-plugin's releases</a>.</em></p> <blockquote> <h2>0.11.3</h2> <h2>What's Changed</h2> <ul> <li>Create release 0.11.2 by <a href="https://github.com/graalvmbot"><code>@graalvmbot</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/786">graalvm/native-build-tools#786</a></li> <li>bump version to 0.11.3 SNAPSHOT by <a href="https://github.com/graalvmbot"><code>@graalvmbot</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/789">graalvm/native-build-tools#789</a></li> <li>Update reachability metadata to 0.3.30 by <a href="https://github.com/graalvmbot"><code>@graalvmbot</code></a> in <a href="https://redirect.github.com/graalvm/native-build-tools/pull/796">graalvm/native-build-tools#796</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/graalvm/native-build-tools/compare/0.11.2...0.11.3">https://github.com/graalvm/native-build-tools/compare/0.11.2...0.11.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/graalvm/native-build-tools/commit/212108acd44fd604ee2d00bfd117fd2cfa419042"><code>212108a</code></a> Release 0.11.3</li> <li><a href="https://github.com/graalvm/native-build-tools/commit/95d47959cb6194556f3dfd572c702286700aa1c7"><code>95d4795</code></a> Merge pull request <a href="https://redirect.github.com/graalvm/native-build-tools/issues/796">#796</a> from graalvm/update-metadata-to-0.3.30</li> <li><a href="https://github.com/graalvm/native-build-tools/commit/048d00a2395953f0195e393773aee391bbc06284"><code>048d00a</code></a> Update reachability metadata to 0.3.30</li> <li><a href="https://github.com/graalvm/native-build-tools/commit/3ba3c7e92f84657434b973641bb64a6971ac3b75"><code>3ba3c7e</code></a> Merge pull request <a href="https://redirect.github.com/graalvm/native-build-tools/issues/789">#789</a> from graalvm/bump-version-to-0.11.3-SNAPSHOT</li> <li><a href="https://github.com/graalvm/native-build-tools/commit/b37d020be2dc9c56711f3f33bd217a784ebe4006"><code>b37d020</code></a> bump version to 0.11.3 SNAPSHOT</li> <li><a href="https://github.com/graalvm/native-build-tools/commit/ceffc6efef94e0374e95d9e344955d64346eb647"><code>ceffc6e</code></a> Merge pull request <a href="https://redirect.github.com/graalvm/native-build-tools/issues/786">#786</a> from graalvm/release/0.11.2</li> <li>See full diff in <a href="https://github.com/graalvm/native-build-tools/compare/0.11.2...0.11.3">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
