dependabot[bot] opened a new pull request, #2471:
URL: https://github.com/apache/cxf/pull/2471

   Bumps `cxf.spring.boot.version` from 3.4.6 to 3.5.2.
   Updates `org.springframework.boot:spring-boot` from 3.4.6 to 3.5.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-boot/releases";>org.springframework.boot:spring-boot's
 releases</a>.</em></p>
   <blockquote>
   <h2>v3.5.2</h2>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>IllegalArgumentException: 'name' must not be null thrown when property 
source filtering applied twice <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/46032";>#46032</a></li>
   </ul>
   <h2>v3.5.1</h2>
   <h2>:warning: Noteworthy Changes</h2>
   <ul>
   <li>This release <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45872";>upgrades
 to Tomcat 10.1.42</a> which has introduced limits for part count and header 
size in <code>multipart/form-data</code> requests. These limits can be 
customized using <code>server.tomcat.max-part-count</code> and 
<code>server.tomcat.max-part-header-size</code> respectively.</li>
   </ul>
   <h2>:star: New Features</h2>
   <ul>
   <li>Allow Specifying ConfigData.Options On ConfigDataEnvironmentContributors 
<a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/42932";>#42932</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Executable JAR application class encounters performance issues when 
classpath URLs reference a host <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/46028";>#46028</a></li>
   <li>Loading from spring.factories may fail with a ClassNotFoundException 
when the TCCL changes between calls <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/46019";>#46019</a></li>
   <li>spring.couchbase.authentication.jks.private-key-password has no effect 
<a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/46006";>#46006</a></li>
   <li>Actuator heapdump endpoint is failing on modern OpenJ9 JVMs <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/46005";>#46005</a></li>
   <li>UnboundConfigurationPropertiesException is no longer thrown from 
IndexedElementsBinder <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45994";>#45994</a></li>
   <li>DataSouceBuilder can fail with a NPE when the driver is null <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45992";>#45992</a></li>
   <li>JSON writer incorrectly escapes forward slash which can cause structure 
logging issues <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45980";>#45980</a></li>
   <li>ManagementContextAutoConfiguration adds a property source that degrades 
binding performance <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/45968";>#45968</a></li>
   <li>ClientHttpConnectorAutoConfiguration fails to load when 
'java.net.http.HttpClient' is unavailable <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45955";>#45955</a></li>
   <li>It is not possible to opt-out of profile validation or use profile names 
that contain '.' <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45947";>#45947</a></li>
   <li>GraphQlProperties.DeprecatedSse is not annotated as deprecated <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45878";>#45878</a></li>
   <li>SpringApplication.setEnvironmentPrefix is ignored when reading 
MANAGEMENT_SERVER_PORT <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45857";>#45857</a></li>
   <li>Write and delete operations no longer work in the Cloud Foundry actuator 
support with Spring Security due to CSRF protection <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45848";>#45848</a></li>
   <li>ConditionalOnAvailableEndpoint does not use the ConditionContext's 
ClassLoader to load exposure outcome contributors <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45803";>#45803</a></li>
   <li>Binding no longer works with sytem environment properties that are not 
upper case <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45741";>#45741</a></li>
   <li>ManagementWebServerFactoryCustomizer and ManagementErrorPageCustomizer 
should not have the same order <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45736";>#45736</a></li>
   <li>Default version of Awailitility is not compatible with Kotlin 1.9 
baseline <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45673";>#45673</a></li>
   <li>Spring Boot 3.5's dependency management should have been upgraded to 
Lettuce 6.6.0.RELEASE <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45670";>#45670</a></li>
   <li>Spring Boot 3.5's dependency management should have been upgraded to 
Jedis 6.0.0 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45669";>#45669</a></li>
   <li>SAML2 autoconfiguration is not imported by <code>@WebMvcTest</code> <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45666";>#45666</a></li>
   <li>Spring Boot 3.5's dependency management should have been upgraded to 
MongoDB 5.5.0 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45660";>#45660</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix Docker security options links in Packaging OCI images sections <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/46021";>#46021</a></li>
   <li>Improve documentation for configuring Spring Security with '/error' <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/46009";>#46009</a></li>
   <li>Timestamps in Retrieving Audit Events examples do not match the 
accompanying text <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45997";>#45997</a></li>
   <li>Add SSL response structure to actuator info endpoint documentation <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45921";>#45921</a></li>
   <li>Update javadoc of test slice annotations to suggest MockitoBean rather 
than MockBean <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45915";>#45915</a></li>
   <li>Include configuration classes from all modules in the 
&quot;Auto-configuration Classes&quot; appendix <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45863";>#45863</a></li>
   <li>Links to Testcontainers javadoc for many classes not in the core 
testcontainers module do not work <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45844";>#45844</a></li>
   <li>Update documentation to reflect changes in TestRestTemplate's default 
redirect behavior <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45842";>#45842</a></li>
   <li>Deprecation replacement for spring.codec.* properties has a typo <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/45743";>#45743</a></li>
   <li>Gradle Shadow Plugin link in the reference guide is outdated <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45740";>#45740</a></li>
   <li>Example of using prometheus-metrics-exporter-pushgateway has wrong 
artifactId <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/45684";>#45684</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/9ae39cd3343d976ace66bdfbf1afe5a662a6f6b5";><code>9ae39cd</code></a>
 Release v3.5.2</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/7b553d9093502bb5c9a5efa3eeb39ccd7bc8c046";><code>7b553d9</code></a>
 Protect against null names when filter is applied more than once</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/440ea79df1f7a94685f9d6c8d4553601ca91c7d6";><code>440ea79</code></a>
 Next development version (v3.5.2-SNAPSHOT)</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/a816518679da676366670d02a754bdf5e8368842";><code>a816518</code></a>
 Merge branch '3.4.x'</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/05906cc04759ea4ad7f2551ad051d05d0e40b450";><code>05906cc</code></a>
 Next development version (v3.4.8-SNAPSHOT)</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/74fe4adcaf299ea441664a379ce7df1a6bee47ed";><code>74fe4ad</code></a>
 Upgrade to HttpClient5 5.5</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/98632a1f485dc26b4b1e73350d4311b812e42663";><code>98632a1</code></a>
 Merge branch '3.4.x'</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/50e5bfe91242dc39755f002d7d8bb733441f75a1";><code>50e5bfe</code></a>
 Align our Lettuce version with that of Spring Data Redis</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/28e33ef8d9279f480ae93d179238e36afacba152";><code>28e33ef</code></a>
 Merge branch '3.4.x'</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/efb942e49bb251b8f5bdef05700432070acf9cb3";><code>efb942e</code></a>
 Merge branch '3.3.x' into 3.4.x</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-boot/compare/v3.4.6...v3.5.2";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework.boot:spring-boot-autoconfigure` from 3.4.6 to 
3.5.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-boot/releases";>org.springframework.boot:spring-boot-autoconfigure's
 releases</a>.</em></p>
   <blockquote>
   <h2>v3.5.2</h2>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>IllegalArgumentException: 'name' must not be null thrown when property 
source filtering applied twice <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/46032";>#46032</a></li>
   </ul>
   <h2>v3.5.1</h2>
   <h2>:warning: Noteworthy Changes</h2>
   <ul>
   <li>This release <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45872";>upgrades
 to Tomcat 10.1.42</a> which has introduced limits for part count and header 
size in <code>multipart/form-data</code> requests. These limits can be 
customized using <code>server.tomcat.max-part-count</code> and 
<code>server.tomcat.max-part-header-size</code> respectively.</li>
   </ul>
   <h2>:star: New Features</h2>
   <ul>
   <li>Allow Specifying ConfigData.Options On ConfigDataEnvironmentContributors 
<a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/42932";>#42932</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Executable JAR application class encounters performance issues when 
classpath URLs reference a host <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/46028";>#46028</a></li>
   <li>Loading from spring.factories may fail with a ClassNotFoundException 
when the TCCL changes between calls <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/46019";>#46019</a></li>
   <li>spring.couchbase.authentication.jks.private-key-password has no effect 
<a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/46006";>#46006</a></li>
   <li>Actuator heapdump endpoint is failing on modern OpenJ9 JVMs <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/46005";>#46005</a></li>
   <li>UnboundConfigurationPropertiesException is no longer thrown from 
IndexedElementsBinder <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45994";>#45994</a></li>
   <li>DataSouceBuilder can fail with a NPE when the driver is null <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45992";>#45992</a></li>
   <li>JSON writer incorrectly escapes forward slash which can cause structure 
logging issues <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45980";>#45980</a></li>
   <li>ManagementContextAutoConfiguration adds a property source that degrades 
binding performance <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/45968";>#45968</a></li>
   <li>ClientHttpConnectorAutoConfiguration fails to load when 
'java.net.http.HttpClient' is unavailable <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45955";>#45955</a></li>
   <li>It is not possible to opt-out of profile validation or use profile names 
that contain '.' <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45947";>#45947</a></li>
   <li>GraphQlProperties.DeprecatedSse is not annotated as deprecated <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45878";>#45878</a></li>
   <li>SpringApplication.setEnvironmentPrefix is ignored when reading 
MANAGEMENT_SERVER_PORT <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45857";>#45857</a></li>
   <li>Write and delete operations no longer work in the Cloud Foundry actuator 
support with Spring Security due to CSRF protection <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45848";>#45848</a></li>
   <li>ConditionalOnAvailableEndpoint does not use the ConditionContext's 
ClassLoader to load exposure outcome contributors <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45803";>#45803</a></li>
   <li>Binding no longer works with sytem environment properties that are not 
upper case <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45741";>#45741</a></li>
   <li>ManagementWebServerFactoryCustomizer and ManagementErrorPageCustomizer 
should not have the same order <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45736";>#45736</a></li>
   <li>Default version of Awailitility is not compatible with Kotlin 1.9 
baseline <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45673";>#45673</a></li>
   <li>Spring Boot 3.5's dependency management should have been upgraded to 
Lettuce 6.6.0.RELEASE <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45670";>#45670</a></li>
   <li>Spring Boot 3.5's dependency management should have been upgraded to 
Jedis 6.0.0 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45669";>#45669</a></li>
   <li>SAML2 autoconfiguration is not imported by <code>@WebMvcTest</code> <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45666";>#45666</a></li>
   <li>Spring Boot 3.5's dependency management should have been upgraded to 
MongoDB 5.5.0 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45660";>#45660</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix Docker security options links in Packaging OCI images sections <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/46021";>#46021</a></li>
   <li>Improve documentation for configuring Spring Security with '/error' <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/46009";>#46009</a></li>
   <li>Timestamps in Retrieving Audit Events examples do not match the 
accompanying text <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45997";>#45997</a></li>
   <li>Add SSL response structure to actuator info endpoint documentation <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45921";>#45921</a></li>
   <li>Update javadoc of test slice annotations to suggest MockitoBean rather 
than MockBean <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45915";>#45915</a></li>
   <li>Include configuration classes from all modules in the 
&quot;Auto-configuration Classes&quot; appendix <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45863";>#45863</a></li>
   <li>Links to Testcontainers javadoc for many classes not in the core 
testcontainers module do not work <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45844";>#45844</a></li>
   <li>Update documentation to reflect changes in TestRestTemplate's default 
redirect behavior <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45842";>#45842</a></li>
   <li>Deprecation replacement for spring.codec.* properties has a typo <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/45743";>#45743</a></li>
   <li>Gradle Shadow Plugin link in the reference guide is outdated <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45740";>#45740</a></li>
   <li>Example of using prometheus-metrics-exporter-pushgateway has wrong 
artifactId <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/45684";>#45684</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/9ae39cd3343d976ace66bdfbf1afe5a662a6f6b5";><code>9ae39cd</code></a>
 Release v3.5.2</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/7b553d9093502bb5c9a5efa3eeb39ccd7bc8c046";><code>7b553d9</code></a>
 Protect against null names when filter is applied more than once</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/440ea79df1f7a94685f9d6c8d4553601ca91c7d6";><code>440ea79</code></a>
 Next development version (v3.5.2-SNAPSHOT)</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/a816518679da676366670d02a754bdf5e8368842";><code>a816518</code></a>
 Merge branch '3.4.x'</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/05906cc04759ea4ad7f2551ad051d05d0e40b450";><code>05906cc</code></a>
 Next development version (v3.4.8-SNAPSHOT)</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/74fe4adcaf299ea441664a379ce7df1a6bee47ed";><code>74fe4ad</code></a>
 Upgrade to HttpClient5 5.5</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/98632a1f485dc26b4b1e73350d4311b812e42663";><code>98632a1</code></a>
 Merge branch '3.4.x'</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/50e5bfe91242dc39755f002d7d8bb733441f75a1";><code>50e5bfe</code></a>
 Align our Lettuce version with that of Spring Data Redis</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/28e33ef8d9279f480ae93d179238e36afacba152";><code>28e33ef</code></a>
 Merge branch '3.4.x'</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/efb942e49bb251b8f5bdef05700432070acf9cb3";><code>efb942e</code></a>
 Merge branch '3.3.x' into 3.4.x</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-boot/compare/v3.4.6...v3.5.2";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework.boot:spring-boot-autoconfigure-processor` from 
3.4.6 to 3.5.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-boot/releases";>org.springframework.boot:spring-boot-autoconfigure-processor's
 releases</a>.</em></p>
   <blockquote>
   <h2>v3.5.2</h2>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>IllegalArgumentException: 'name' must not be null thrown when property 
source filtering applied twice <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/46032";>#46032</a></li>
   </ul>
   <h2>v3.5.1</h2>
   <h2>:warning: Noteworthy Changes</h2>
   <ul>
   <li>This release <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45872";>upgrades
 to Tomcat 10.1.42</a> which has introduced limits for part count and header 
size in <code>multipart/form-data</code> requests. These limits can be 
customized using <code>server.tomcat.max-part-count</code> and 
<code>server.tomcat.max-part-header-size</code> respectively.</li>
   </ul>
   <h2>:star: New Features</h2>
   <ul>
   <li>Allow Specifying ConfigData.Options On ConfigDataEnvironmentContributors 
<a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/42932";>#42932</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Executable JAR application class encounters performance issues when 
classpath URLs reference a host <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/46028";>#46028</a></li>
   <li>Loading from spring.factories may fail with a ClassNotFoundException 
when the TCCL changes between calls <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/46019";>#46019</a></li>
   <li>spring.couchbase.authentication.jks.private-key-password has no effect 
<a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/46006";>#46006</a></li>
   <li>Actuator heapdump endpoint is failing on modern OpenJ9 JVMs <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/46005";>#46005</a></li>
   <li>UnboundConfigurationPropertiesException is no longer thrown from 
IndexedElementsBinder <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45994";>#45994</a></li>
   <li>DataSouceBuilder can fail with a NPE when the driver is null <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45992";>#45992</a></li>
   <li>JSON writer incorrectly escapes forward slash which can cause structure 
logging issues <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45980";>#45980</a></li>
   <li>ManagementContextAutoConfiguration adds a property source that degrades 
binding performance <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/45968";>#45968</a></li>
   <li>ClientHttpConnectorAutoConfiguration fails to load when 
'java.net.http.HttpClient' is unavailable <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45955";>#45955</a></li>
   <li>It is not possible to opt-out of profile validation or use profile names 
that contain '.' <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45947";>#45947</a></li>
   <li>GraphQlProperties.DeprecatedSse is not annotated as deprecated <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45878";>#45878</a></li>
   <li>SpringApplication.setEnvironmentPrefix is ignored when reading 
MANAGEMENT_SERVER_PORT <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45857";>#45857</a></li>
   <li>Write and delete operations no longer work in the Cloud Foundry actuator 
support with Spring Security due to CSRF protection <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45848";>#45848</a></li>
   <li>ConditionalOnAvailableEndpoint does not use the ConditionContext's 
ClassLoader to load exposure outcome contributors <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45803";>#45803</a></li>
   <li>Binding no longer works with sytem environment properties that are not 
upper case <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45741";>#45741</a></li>
   <li>ManagementWebServerFactoryCustomizer and ManagementErrorPageCustomizer 
should not have the same order <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45736";>#45736</a></li>
   <li>Default version of Awailitility is not compatible with Kotlin 1.9 
baseline <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45673";>#45673</a></li>
   <li>Spring Boot 3.5's dependency management should have been upgraded to 
Lettuce 6.6.0.RELEASE <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45670";>#45670</a></li>
   <li>Spring Boot 3.5's dependency management should have been upgraded to 
Jedis 6.0.0 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45669";>#45669</a></li>
   <li>SAML2 autoconfiguration is not imported by <code>@WebMvcTest</code> <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45666";>#45666</a></li>
   <li>Spring Boot 3.5's dependency management should have been upgraded to 
MongoDB 5.5.0 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45660";>#45660</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix Docker security options links in Packaging OCI images sections <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/46021";>#46021</a></li>
   <li>Improve documentation for configuring Spring Security with '/error' <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/46009";>#46009</a></li>
   <li>Timestamps in Retrieving Audit Events examples do not match the 
accompanying text <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45997";>#45997</a></li>
   <li>Add SSL response structure to actuator info endpoint documentation <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45921";>#45921</a></li>
   <li>Update javadoc of test slice annotations to suggest MockitoBean rather 
than MockBean <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45915";>#45915</a></li>
   <li>Include configuration classes from all modules in the 
&quot;Auto-configuration Classes&quot; appendix <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45863";>#45863</a></li>
   <li>Links to Testcontainers javadoc for many classes not in the core 
testcontainers module do not work <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45844";>#45844</a></li>
   <li>Update documentation to reflect changes in TestRestTemplate's default 
redirect behavior <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45842";>#45842</a></li>
   <li>Deprecation replacement for spring.codec.* properties has a typo <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/45743";>#45743</a></li>
   <li>Gradle Shadow Plugin link in the reference guide is outdated <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45740";>#45740</a></li>
   <li>Example of using prometheus-metrics-exporter-pushgateway has wrong 
artifactId <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/45684";>#45684</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/9ae39cd3343d976ace66bdfbf1afe5a662a6f6b5";><code>9ae39cd</code></a>
 Release v3.5.2</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/7b553d9093502bb5c9a5efa3eeb39ccd7bc8c046";><code>7b553d9</code></a>
 Protect against null names when filter is applied more than once</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/440ea79df1f7a94685f9d6c8d4553601ca91c7d6";><code>440ea79</code></a>
 Next development version (v3.5.2-SNAPSHOT)</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/a816518679da676366670d02a754bdf5e8368842";><code>a816518</code></a>
 Merge branch '3.4.x'</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/05906cc04759ea4ad7f2551ad051d05d0e40b450";><code>05906cc</code></a>
 Next development version (v3.4.8-SNAPSHOT)</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/74fe4adcaf299ea441664a379ce7df1a6bee47ed";><code>74fe4ad</code></a>
 Upgrade to HttpClient5 5.5</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/98632a1f485dc26b4b1e73350d4311b812e42663";><code>98632a1</code></a>
 Merge branch '3.4.x'</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/50e5bfe91242dc39755f002d7d8bb733441f75a1";><code>50e5bfe</code></a>
 Align our Lettuce version with that of Spring Data Redis</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/28e33ef8d9279f480ae93d179238e36afacba152";><code>28e33ef</code></a>
 Merge branch '3.4.x'</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/efb942e49bb251b8f5bdef05700432070acf9cb3";><code>efb942e</code></a>
 Merge branch '3.3.x' into 3.4.x</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-boot/compare/v3.4.6...v3.5.2";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework.boot:spring-boot-configuration-processor` from 
3.4.6 to 3.5.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-boot/releases";>org.springframework.boot:spring-boot-configuration-processor's
 releases</a>.</em></p>
   <blockquote>
   <h2>v3.5.2</h2>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>IllegalArgumentException: 'name' must not be null thrown when property 
source filtering applied twice <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/46032";>#46032</a></li>
   </ul>
   <h2>v3.5.1</h2>
   <h2>:warning: Noteworthy Changes</h2>
   <ul>
   <li>This release <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45872";>upgrades
 to Tomcat 10.1.42</a> which has introduced limits for part count and header 
size in <code>multipart/form-data</code> requests. These limits can be 
customized using <code>server.tomcat.max-part-count</code> and 
<code>server.tomcat.max-part-header-size</code> respectively.</li>
   </ul>
   <h2>:star: New Features</h2>
   <ul>
   <li>Allow Specifying ConfigData.Options On ConfigDataEnvironmentContributors 
<a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/42932";>#42932</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Executable JAR application class encounters performance issues when 
classpath URLs reference a host <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/46028";>#46028</a></li>
   <li>Loading from spring.factories may fail with a ClassNotFoundException 
when the TCCL changes between calls <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/46019";>#46019</a></li>
   <li>spring.couchbase.authentication.jks.private-key-password has no effect 
<a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/46006";>#46006</a></li>
   <li>Actuator heapdump endpoint is failing on modern OpenJ9 JVMs <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/46005";>#46005</a></li>
   <li>UnboundConfigurationPropertiesException is no longer thrown from 
IndexedElementsBinder <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45994";>#45994</a></li>
   <li>DataSouceBuilder can fail with a NPE when the driver is null <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45992";>#45992</a></li>
   <li>JSON writer incorrectly escapes forward slash which can cause structure 
logging issues <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45980";>#45980</a></li>
   <li>ManagementContextAutoConfiguration adds a property source that degrades 
binding performance <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/45968";>#45968</a></li>
   <li>ClientHttpConnectorAutoConfiguration fails to load when 
'java.net.http.HttpClient' is unavailable <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45955";>#45955</a></li>
   <li>It is not possible to opt-out of profile validation or use profile names 
that contain '.' <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45947";>#45947</a></li>
   <li>GraphQlProperties.DeprecatedSse is not annotated as deprecated <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45878";>#45878</a></li>
   <li>SpringApplication.setEnvironmentPrefix is ignored when reading 
MANAGEMENT_SERVER_PORT <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45857";>#45857</a></li>
   <li>Write and delete operations no longer work in the Cloud Foundry actuator 
support with Spring Security due to CSRF protection <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45848";>#45848</a></li>
   <li>ConditionalOnAvailableEndpoint does not use the ConditionContext's 
ClassLoader to load exposure outcome contributors <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45803";>#45803</a></li>
   <li>Binding no longer works with sytem environment properties that are not 
upper case <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45741";>#45741</a></li>
   <li>ManagementWebServerFactoryCustomizer and ManagementErrorPageCustomizer 
should not have the same order <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45736";>#45736</a></li>
   <li>Default version of Awailitility is not compatible with Kotlin 1.9 
baseline <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45673";>#45673</a></li>
   <li>Spring Boot 3.5's dependency management should have been upgraded to 
Lettuce 6.6.0.RELEASE <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45670";>#45670</a></li>
   <li>Spring Boot 3.5's dependency management should have been upgraded to 
Jedis 6.0.0 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45669";>#45669</a></li>
   <li>SAML2 autoconfiguration is not imported by <code>@WebMvcTest</code> <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45666";>#45666</a></li>
   <li>Spring Boot 3.5's dependency management should have been upgraded to 
MongoDB 5.5.0 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45660";>#45660</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix Docker security options links in Packaging OCI images sections <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/46021";>#46021</a></li>
   <li>Improve documentation for configuring Spring Security with '/error' <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/46009";>#46009</a></li>
   <li>Timestamps in Retrieving Audit Events examples do not match the 
accompanying text <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45997";>#45997</a></li>
   <li>Add SSL response structure to actuator info endpoint documentation <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45921";>#45921</a></li>
   <li>Update javadoc of test slice annotations to suggest MockitoBean rather 
than MockBean <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45915";>#45915</a></li>
   <li>Include configuration classes from all modules in the 
&quot;Auto-configuration Classes&quot; appendix <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45863";>#45863</a></li>
   <li>Links to Testcontainers javadoc for many classes not in the core 
testcontainers module do not work <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45844";>#45844</a></li>
   <li>Update documentation to reflect changes in TestRestTemplate's default 
redirect behavior <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45842";>#45842</a></li>
   <li>Deprecation replacement for spring.codec.* properties has a typo <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/45743";>#45743</a></li>
   <li>Gradle Shadow Plugin link in the reference guide is outdated <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45740";>#45740</a></li>
   <li>Example of using prometheus-metrics-exporter-pushgateway has wrong 
artifactId <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/45684";>#45684</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/9ae39cd3343d976ace66bdfbf1afe5a662a6f6b5";><code>9ae39cd</code></a>
 Release v3.5.2</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/7b553d9093502bb5c9a5efa3eeb39ccd7bc8c046";><code>7b553d9</code></a>
 Protect against null names when filter is applied more than once</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/440ea79df1f7a94685f9d6c8d4553601ca91c7d6";><code>440ea79</code></a>
 Next development version (v3.5.2-SNAPSHOT)</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/a816518679da676366670d02a754bdf5e8368842";><code>a816518</code></a>
 Merge branch '3.4.x'</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/05906cc04759ea4ad7f2551ad051d05d0e40b450";><code>05906cc</code></a>
 Next development version (v3.4.8-SNAPSHOT)</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/74fe4adcaf299ea441664a379ce7df1a6bee47ed";><code>74fe4ad</code></a>
 Upgrade to HttpClient5 5.5</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/98632a1f485dc26b4b1e73350d4311b812e42663";><code>98632a1</code></a>
 Merge branch '3.4.x'</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/50e5bfe91242dc39755f002d7d8bb733441f75a1";><code>50e5bfe</code></a>
 Align our Lettuce version with that of Spring Data Redis</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/28e33ef8d9279f480ae93d179238e36afacba152";><code>28e33ef</code></a>
 Merge branch '3.4.x'</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/efb942e49bb251b8f5bdef05700432070acf9cb3";><code>efb942e</code></a>
 Merge branch '3.3.x' into 3.4.x</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-boot/compare/v3.4.6...v3.5.2";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework.boot:spring-boot-starter` from 3.4.6 to 3.5.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-boot/releases";>org.springframework.boot:spring-boot-starter's
 releases</a>.</em></p>
   <blockquote>
   <h2>v3.5.2</h2>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>IllegalArgumentException: 'name' must not be null thrown when property 
source filtering applied twice <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/46032";>#46032</a></li>
   </ul>
   <h2>v3.5.1</h2>
   <h2>:warning: Noteworthy Changes</h2>
   <ul>
   <li>This release <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45872";>upgrades
 to Tomcat 10.1.42</a> which has introduced limits for part count and header 
size in <code>multipart/form-data</code> requests. These limits can be 
customized using <code>server.tomcat.max-part-count</code> and 
<code>server.tomcat.max-part-header-size</code> respectively.</li>
   </ul>
   <h2>:star: New Features</h2>
   <ul>
   <li>Allow Specifying ConfigData.Options On ConfigDataEnvironmentContributors 
<a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/42932";>#42932</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Executable JAR application class encounters performance issues when 
classpath URLs reference a host <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/46028";>#46028</a></li>
   <li>Loading from spring.factories may fail with a ClassNotFoundException 
when the TCCL changes between calls <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/46019";>#46019</a></li>
   <li>spring.couchbase.authentication.jks.private-key-password has no effect 
<a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/46006";>#46006</a></li>
   <li>Actuator heapdump endpoint is failing on modern OpenJ9 JVMs <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/46005";>#46005</a></li>
   <li>UnboundConfigurationPropertiesException is no longer thrown from 
IndexedElementsBinder <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45994";>#45994</a></li>
   <li>DataSouceBuilder can fail with a NPE when the driver is null <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45992";>#45992</a></li>
   <li>JSON writer incorrectly escapes forward slash which can cause structure 
logging issues <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45980";>#45980</a></li>
   <li>ManagementContextAutoConfiguration adds a property source that degrades 
binding performance <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/45968";>#45968</a></li>
   <li>ClientHttpConnectorAutoConfiguration fails to load when 
'java.net.http.HttpClient' is unavailable <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45955";>#45955</a></li>
   <li>It is not possible to opt-out of profile validation or use profile names 
that contain '.' <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45947";>#45947</a></li>
   <li>GraphQlProperties.DeprecatedSse is not annotated as deprecated <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45878";>#45878</a></li>
   <li>SpringApplication.setEnvironmentPrefix is ignored when reading 
MANAGEMENT_SERVER_PORT <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45857";>#45857</a></li>
   <li>Write and delete operations no longer work in the Cloud Foundry actuator 
support with Spring Security due to CSRF protection <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45848";>#45848</a></li>
   <li>ConditionalOnAvailableEndpoint does not use the ConditionContext's 
ClassLoader to load exposure outcome contributors <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45803";>#45803</a></li>
   <li>Binding no longer works with sytem environment properties that are not 
upper case <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45741";>#45741</a></li>
   <li>ManagementWebServerFactoryCustomizer and ManagementErrorPageCustomizer 
should not have the same order <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45736";>#45736</a></li>
   <li>Default version of Awailitility is not compatible with Kotlin 1.9 
baseline <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45673";>#45673</a></li>
   <li>Spring Boot 3.5's dependency management should have been upgraded to 
Lettuce 6.6.0.RELEASE <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45670";>#45670</a></li>
   <li>Spring Boot 3.5's dependency management should have been upgraded to 
Jedis 6.0.0 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45669";>#45669</a></li>
   <li>SAML2 autoconfiguration is not imported by <code>@WebMvcTest</code> <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45666";>#45666</a></li>
   <li>Spring Boot 3.5's dependency management should have been upgraded to 
MongoDB 5.5.0 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45660";>#45660</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix Docker security options links in Packaging OCI images sections <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/46021";>#46021</a></li>
   <li>Improve documentation for configuring Spring Security with '/error' <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/46009";>#46009</a></li>
   <li>Timestamps in Retrieving Audit Events examples do not match the 
accompanying text <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45997";>#45997</a></li>
   <li>Add SSL response structure to actuator info endpoint documentation <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45921";>#45921</a></li>
   <li>Update javadoc of test slice annotations to suggest MockitoBean rather 
than MockBean <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45915";>#45915</a></li>
   <li>Include configuration classes from all modules in the 
&quot;Auto-configuration Classes&quot; appendix <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45863";>#45863</a></li>
   <li>Links to Testcontainers javadoc for many classes not in the core 
testcontainers module do not work <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45844";>#45844</a></li>
   <li>Update documentation to reflect changes in TestRestTemplate's default 
redirect behavior <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45842";>#45842</a></li>
   <li>Deprecation replacement for spring.codec.* properties has a typo <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/45743";>#45743</a></li>
   <li>Gradle Shadow Plugin link in the reference guide is outdated <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45740";>#45740</a></li>
   <li>Example of using prometheus-metrics-exporter-pushgateway has wrong 
artifactId <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/45684";>#45684</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/9ae39cd3343d976ace66bdfbf1afe5a662a6f6b5";><code>9ae39cd</code></a>
 Release v3.5.2</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/7b553d9093502bb5c9a5efa3eeb39ccd7bc8c046";><code>7b553d9</code></a>
 Protect against null names when filter is applied more than once</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/440ea79df1f7a94685f9d6c8d4553601ca91c7d6";><code>440ea79</code></a>
 Next development version (v3.5.2-SNAPSHOT)</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/a816518679da676366670d02a754bdf5e8368842";><code>a816518</code></a>
 Merge branch '3.4.x'</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/05906cc04759ea4ad7f2551ad051d05d0e40b450";><code>05906cc</code></a>
 Next development version (v3.4.8-SNAPSHOT)</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/74fe4adcaf299ea441664a379ce7df1a6bee47ed";><code>74fe4ad</code></a>
 Upgrade to HttpClient5 5.5</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/98632a1f485dc26b4b1e73350d4311b812e42663";><code>98632a1</code></a>
 Merge branch '3.4.x'</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/50e5bfe91242dc39755f002d7d8bb733441f75a1";><code>50e5bfe</code></a>
 Align our Lettuce version with that of Spring Data Redis</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/28e33ef8d9279f480ae93d179238e36afacba152";><code>28e33ef</code></a>
 Merge branch '3.4.x'</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/efb942e49bb251b8f5bdef05700432070acf9cb3";><code>efb942e</code></a>
 Merge branch '3.3.x' into 3.4.x</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-boot/compare/v3.4.6...v3.5.2";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework.boot:spring-boot-starter-web` from 3.4.6 to 
3.5.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-boot/releases";>org.springframework.boot:spring-boot-starter-web's
 releases</a>.</em></p>
   <blockquote>
   <h2>v3.5.2</h2>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>IllegalArgumentException: 'name' must not be null thrown when property 
source filtering applied twice <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/46032";>#46032</a></li>
   </ul>
   <h2>v3.5.1</h2>
   <h2>:warning: Noteworthy Changes</h2>
   <ul>
   <li>This release <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45872";>upgrades
 to Tomcat 10.1.42</a> which has introduced limits for part count and header 
size in <code>multipart/form-data</code> requests. These limits can be 
customized using <code>server.tomcat.max-part-count</code> and 
<code>server.tomcat.max-part-header-size</code> respectively.</li>
   </ul>
   <h2>:star: New Features</h2>
   <ul>
   <li>Allow Specifying ConfigData.Options On ConfigDataEnvironmentContributors 
<a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/42932";>#42932</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Executable JAR application class encounters performance issues when 
classpath URLs reference a host <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/46028";>#46028</a></li>
   <li>Loading from spring.factories may fail with a ClassNotFoundException 
when the TCCL changes between calls <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/46019";>#46019</a></li>
   <li>spring.couchbase.authentication.jks.private-key-password has no effect 
<a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/46006";>#46006</a></li>
   <li>Actuator heapdump endpoint is failing on modern OpenJ9 JVMs <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/46005";>#46005</a></li>
   <li>UnboundConfigurationPropertiesException is no longer thrown from 
IndexedElementsBinder <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45994";>#45994</a></li>
   <li>DataSouceBuilder can fail with a NPE when the driver is null <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45992";>#45992</a></li>
   <li>JSON writer incorrectly escapes forward slash which can cause structure 
logging issues <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45980";>#45980</a></li>
   <li>ManagementContextAutoConfiguration adds a property source that degrades 
binding performance <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/45968";>#45968</a></li>
   <li>ClientHttpConnectorAutoConfiguration fails to load when 
'java.net.http.HttpClient' is unavailable <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45955";>#45955</a></li>
   <li>It is not possible to opt-out of profile validation or use profile names 
that contain '.' <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45947";>#45947</a></li>
   <li>GraphQlProperties.DeprecatedSse is not annotated as deprecated <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45878";>#45878</a></li>
   <li>SpringApplication.setEnvironmentPrefix is ignored when reading 
MANAGEMENT_SERVER_PORT <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45857";>#45857</a></li>
   <li>Write and delete operations no longer work in the Cloud Foundry actuator 
support with Spring Security due to CSRF protection <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45848";>#45848</a></li>
   <li>ConditionalOnAvailableEndpoint does not use the ConditionContext's 
ClassLoader to load exposure outcome contributors <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45803";>#45803</a></li>
   <li>Binding no longer works with sytem environment properties that are not 
upper case <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45741";>#45741</a></li>
   <li>ManagementWebServerFactoryCustomizer and ManagementErrorPageCustomizer 
should not have the same order <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45736";>#45736</a></li>
   <li>Default version of Awailitility is not compatible with Kotlin 1.9 
baseline <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45673";>#45673</a></li>
   <li>Spring Boot 3.5's dependency management should have been upgraded to 
Lettuce 6.6.0.RELEASE <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45670";>#45670</a></li>
   <li>Spring Boot 3.5's dependency management should have been upgraded to 
Jedis 6.0.0 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45669";>#45669</a></li>
   <li>SAML2 autoconfiguration is not imported by <code>@WebMvcTest</code> <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45666";>#45666</a></li>
   <li>Spring Boot 3.5's dependency management should have been upgraded to 
MongoDB 5.5.0 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45660";>#45660</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix Docker security options links in Packaging OCI images sections <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/46021";>#46021</a></li>
   <li>Improve documentation for configuring Spring Security with '/error' <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/46009";>#46009</a></li>
   <li>Timestamps in Retrieving Audit Events examples do not match the 
accompanying text <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45997";>#45997</a></li>
   <li>Add SSL response structure to actuator info endpoint documentation <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45921";>#45921</a></li>
   <li>Update javadoc of test slice annotations to suggest MockitoBean rather 
than MockBean <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45915";>#45915</a></li>
   <li>Include configuration classes from all modules in the 
&quot;Auto-configuration Classes&quot; appendix <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45863";>#45863</a></li>
   <li>Links to Testcontainers javadoc for many classes not in the core 
testcontainers module do not work <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45844";>#45844</a></li>
   <li>Update documentation to reflect changes in TestRestTemplate's default 
redirect behavior <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45842";>#45842</a></li>
   <li>Deprecation replacement for spring.codec.* properties has a typo <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/45743";>#45743</a></li>
   <li>Gradle Shadow Plugin link in the reference guide is outdated <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45740";>#45740</a></li>
   <li>Example of using prometheus-metrics-exporter-pushgateway has wrong 
artifactId <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/45684";>#45684</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/9ae39cd3343d976ace66bdfbf1afe5a662a6f6b5";><code>9ae39cd</code></a>
 Release v3.5.2</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/7b553d9093502bb5c9a5efa3eeb39ccd7bc8c046";><code>7b553d9</code></a>
 Protect against null names when filter is applied more than once</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/440ea79df1f7a94685f9d6c8d4553601ca91c7d6";><code>440ea79</code></a>
 Next development version (v3.5.2-SNAPSHOT)</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/a816518679da676366670d02a754bdf5e8368842";><code>a816518</code></a>
 Merge branch '3.4.x'</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/05906cc04759ea4ad7f2551ad051d05d0e40b450";><code>05906cc</code></a>
 Next development version (v3.4.8-SNAPSHOT)</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/74fe4adcaf299ea441664a379ce7df1a6bee47ed";><code>74fe4ad</code></a>
 Upgrade to HttpClient5 5.5</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/98632a1f485dc26b4b1e73350d4311b812e42663";><code>98632a1</code></a>
 Merge branch '3.4.x'</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/50e5bfe91242dc39755f002d7d8bb733441f75a1";><code>50e5bfe</code></a>
 Align our Lettuce version with that of Spring Data Redis</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/28e33ef8d9279f480ae93d179238e36afacba152";><code>28e33ef</code></a>
 Merge branch '3.4.x'</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/efb942e49bb251b8f5bdef05700432070acf9cb3";><code>efb942e</code></a>
 Merge branch '3.3.x' into 3.4.x</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-boot/compare/v3.4.6...v3.5.2";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework.boot:spring-boot-starter-validation` from 3.4.6 
to 3.5.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-boot/releases";>org.springframework.boot:spring-boot-starter-validation's
 releases</a>.</em></p>
   <blockquote>
   <h2>v3.5.2</h2>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>IllegalArgumentException: 'name' must not be null thrown when property 
source filtering applied twice <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/46032";>#46032</a></li>
   </ul>
   <h2>v3.5.1</h2>
   <h2>:warning: Noteworthy Changes</h2>
   <ul>
   <li>This release <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45872";>upgrades
 to Tomcat 10.1.42</a> which has introduced limits for part count and header 
size in <code>multipart/form-data</code> requests. These limits can be 
customized using <code>server.tomcat.max-part-count</code> and 
<code>server.tomcat.max-part-header-size</code> respectively.</li>
   </ul>
   <h2>:star: New Features</h2>
   <ul>
   <li>Allow Specifying ConfigData.Options On ConfigDataEnvironmentContributors 
<a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/42932";>#42932</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Executable JAR application class encounters performance issues when 
classpath URLs reference a host <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/46028";>#46028</a></li>
   <li>Loading from spring.factories may fail with a ClassNotFoundException 
when the TCCL changes between calls <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/46019";>#46019</a></li>
   <li>spring.couchbase.authentication.jks.private-key-password has no effect 
<a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/46006";>#46006</a></li>
   <li>Actuator heapdump endpoint is failing on modern OpenJ9 JVMs <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/46005";>#46005</a></li>
   <li>UnboundConfigurationPropertiesException is no longer thrown from 
IndexedElementsBinder <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45994";>#45994</a></li>
   <li>DataSouceBuilder can fail with a NPE when the driver is null <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45992";>#45992</a></li>
   <li>JSON writer incorrectly escapes forward slash which can cause structure 
logging issues <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45980";>#45980</a></li>
   <li>ManagementContextAutoConfiguration adds a property source that degrades 
binding performance <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/45968";>#45968</a></li>
   <li>ClientHttpConnectorAutoConfiguration fails to load when 
'java.net.http.HttpClient' is unavailable <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45955";>#45955</a></li>
   <li>It is not possible to opt-out of profile validation or use profile names 
that contain '.' <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45947";>#45947</a></li>
   <li>GraphQlProperties.DeprecatedSse is not annotated as deprecated <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45878";>#45878</a></li>
   <li>SpringApplication.setEnvironmentPrefix is ignored when reading 
MANAGEMENT_SERVER_PORT <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45857";>#45857</a></li>
   <li>Write and delete operations no longer work in the Cloud Foundry actuator 
support with Spring Security due to CSRF protection <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45848";>#45848</a></li>
   <li>ConditionalOnAvailableEndpoint does not use the ConditionContext's 
ClassLoader to load exposure outcome contributors <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45803";>#45803</a></li>
   <li>Binding no longer works with sytem environment properties that are not 
upper case <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45741";>#45741</a></li>
   <li>ManagementWebServerFactoryCustomizer and ManagementErrorPageCustomizer 
should not have the same order <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45736";>#45736</a></li>
   <li>Default version of Awailitility is not compatible with Kotlin 1.9 
baseline <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45673";>#45673</a></li>
   <li>Spring Boot 3.5's dependency management should have been upgraded to 
Lettuce 6.6.0.RELEASE <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45670";>#45670</a></li>
   <li>Spring Boot 3.5's dependency management should have been upgraded to 
Jedis 6.0.0 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45669";>#45669</a></li>
   <li>SAML2 autoconfiguration is not imported by <code>@WebMvcTest</code> <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45666";>#45666</a></li>
   <li>Spring Boot 3.5's dependency management should have been upgraded to 
MongoDB 5.5.0 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45660";>#45660</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix Docker security options links in Packaging OCI images sections <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/46021";>#46021</a></li>
   <li>Improve documentation for configuring Spring Security with '/error' <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/46009";>#46009</a></li>
   <li>Timestamps in Retrieving Audit Events examples do not match the 
accompanying text <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45997";>#45997</a></li>
   <li>Add SSL response structure to actuator info endpoint documentation <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45921";>#45921</a></li>
   <li>Update javadoc of test slice annotations to suggest MockitoBean rather 
than MockBean <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45915";>#45915</a></li>
   <li>Include configuration classes from all modules in the 
&quot;Auto-configuration Classes&quot; appendix <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45863";>#45863</a></li>
   <li>Links to Testcontainers javadoc for many classes not in the core 
testcontainers module do not work <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45844";>#45844</a></li>
   <li>Update documentation to reflect changes in TestRestTemplate's default 
redirect behavior <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45842";>#45842</a></li>
   <li>Deprecation replacement for spring.codec.* properties has a typo <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/45743";>#45743</a></li>
   <li>Gradle Shadow Plugin link in the reference guide is outdated <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45740";>#45740</a></li>
   <li>Example of using prometheus-metrics-exporter-pushgateway has wrong 
artifactId <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/45684";>#45684</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/9ae39cd3343d976ace66bdfbf1afe5a662a6f6b5";><code>9ae39cd</code></a>
 Release v3.5.2</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/7b553d9093502bb5c9a5efa3eeb39ccd7bc8c046";><code>7b553d9</code></a>
 Protect against null names when filter is applied more than once</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/440ea79df1f7a94685f9d6c8d4553601ca91c7d6";><code>440ea79</code></a>
 Next development version (v3.5.2-SNAPSHOT)</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/a816518679da676366670d02a754bdf5e8368842";><code>a816518</code></a>
 Merge branch '3.4.x'</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/05906cc04759ea4ad7f2551ad051d05d0e40b450";><code>05906cc</code></a>
 Next development version (v3.4.8-SNAPSHOT)</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/74fe4adcaf299ea441664a379ce7df1a6bee47ed";><code>74fe4ad</code></a>
 Upgrade to HttpClient5 5.5</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/98632a1f485dc26b4b1e73350d4311b812e42663";><code>98632a1</code></a>
 Merge branch '3.4.x'</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/50e5bfe91242dc39755f002d7d8bb733441f75a1";><code>50e5bfe</code></a>
 Align our Lettuce version with that of Spring Data Redis</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/28e33ef8d9279f480ae93d179238e36afacba152";><code>28e33ef</code></a>
 Merge branch '3.4.x'</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/efb942e49bb251b8f5bdef05700432070acf9cb3";><code>efb942e</code></a>
 Merge branch '3.3.x' into 3.4.x</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-boot/compare/v3.4.6...v3.5.2";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework.boot:spring-boot-starter-actuator` from 3.4.6 
to 3.5.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-boot/releases";>org.springframework.boot:spring-boot-starter-actuator's
 releases</a>.</em></p>
   <blockquote>
   <h2>v3.5.2</h2>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>IllegalArgumentException: 'name' must not be null thrown when property 
source filtering applied twice <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/46032";>#46032</a></li>
   </ul>
   <h2>v3.5.1</h2>
   <h2>:warning: Noteworthy Changes</h2>
   <ul>
   <li>This release <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45872";>upgrades
 to Tomcat 10.1.42</a> which has introduced limits for part count and header 
size in <code>multipart/form-data</code> requests. These limits can be 
customized using <code>server.tomcat.max-part-count</code> and 
<code>server.tomcat.max-part-header-size</code> respectively.</li>
   </ul>
   <h2>:star: New Features</h2>
   <ul>
   <li>Allow Specifying ConfigData.Options On Confi...
   
   _Description has been truncated_


-- 
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: dev-unsubscr...@cxf.apache.org

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

Reply via email to