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

   Bumps `spring-version` from 6.1.14 to 6.2.0.
   Updates `org.springframework:spring-test` from 6.1.14 to 6.2.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-framework/releases";>org.springframework:spring-test's
 releases</a>.</em></p>
   <blockquote>
   <h2>v6.2.0</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Update UndertowHttpHandlerAdapter to dispatch <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33885";>#33885</a></li>
   <li>Refine <code>@Contract</code> Javadoc to mention <code>this</code> and 
<code>new</code> return values <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33849";>#33849</a></li>
   <li>AOT processing for bean validation does not consider cascaded and 
container element constraints <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33842";>#33842</a></li>
   <li>Avoid repeated resolving of singleton beans through <code>@Lazy</code> 
proxy <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33841";>#33841</a></li>
   <li>Regiser runtime hints for <code>@TestBean</code> fully-qualified method 
names <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33836";>#33836</a></li>
   <li>Introduce support for custom reason in <code>@DisabledInAotMode</code> 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33833";>#33833</a></li>
   <li>Use optimistic locking where possible in 
<code>ResponseBodyEmitter</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/33831";>#33831</a></li>
   <li>Revise cookies support with Apache HTTP Components in WebClient and 
WebTestClient <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33822";>#33822</a></li>
   <li>Remove the <code>pure</code> attribute from <code>@Contract</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33820";>#33820</a></li>
   <li>Introduce <code>@CheckReturnValue</code> annotation <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33818";>#33818</a></li>
   <li>ResourceHttpRequestHandler throwing IllegalArgumentException if resource 
doesn't end with slash breaks some third-party libraris <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33815";>#33815</a></li>
   <li>Provide first-class virtual thread option on 
<code>ThreadPoolTaskExecutor</code>/<code>ThreadPoolTaskScheduler</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33807";>#33807</a></li>
   <li><code>HttpServiceProxyFactory</code> should omit optional 
<code>@RequestParam</code> if converted from <code>null</code> to empty string 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33794";>#33794</a></li>
   <li>Reactor Netty response should not buffer the full response <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33781";>#33781</a></li>
   <li>Relax the visibility of MockMVC DSL constructors <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/33778";>#33778</a></li>
   <li>Support Publisher to InputStream conversion <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/31677";>#31677</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li><code>MockReset</code> should be honored without 
<code>@Mockito[Spy]Bean</code> fields <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33829";>#33829</a></li>
   <li>Test Bean Overrides do not honor <code>@Primary</code> semantics <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33819";>#33819</a></li>
   <li>Bean Overrides cannot reliably override beans created by a 
<code>FactoryBean</code> with generics <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33811";>#33811</a></li>
   <li>Bean Overrides for certain <code>FactoryBean</code> use cases no longer 
work <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33800";>#33800</a></li>
   <li><code>@MockitoBean</code>, <code>@MockitoSpyBean</code>, &amp; 
<code>@TestBean</code> do not work with <code>@DirtiesContext</code> 
&quot;before method&quot; modes <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33783";>#33783</a></li>
   <li>Deprecate exchangeTimeout and refactor readTimeout in 
ReactorClientHttpRequestFactory <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33782";>#33782</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Revise documentation for SpEL <code>PropertyAccessor</code> and 
<code>IndexAccessor</code> APIs regarding ordering <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33862";>#33862</a></li>
   <li>Document UrlHandler Servlet and reactive filters <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33784";>#33784</a></li>
   <li>Improve documentation for <code>SpelCompilerMode</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33223";>#33223</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to ASM 9.7.1 (for early Java 24 support) <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33821";>#33821</a></li>
   <li>Upgrade to Micrometer 1.14.0 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33876";>#33876</a></li>
   <li>Upgrade to Reactor 2024.0.0 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33878";>#33878</a></li>
   </ul>
   <h2>:heart: Contributors</h2>
   <p>Thank you to all the contributors who worked on this release:</p>
   <p><a href="https://github.com/Hejow";><code>@​Hejow</code></a>, <a 
href="https://github.com/OlegDokuka";><code>@​OlegDokuka</code></a>, and <a 
href="https://github.com/lucky8987";><code>@​lucky8987</code></a></p>
   <h2>v6.2.0-RC3</h2>
   <h2>:star: New Features</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/5024bb72279188f1d0dcfe19e8abdd4bdb9887c8";><code>5024bb7</code></a>
 Release v6.2.0</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/35b452b458cd80ef6afd8c77dec0e0aa20dec755";><code>35b452b</code></a>
 Upgrade to Undertow 2.3.18.Final, dispatch in UndertowHttpHandlerAdapter</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/56525da43ab3d9b3fb7cea9fa551cf8999f524bb";><code>56525da</code></a>
 Merge branch '6.1.x'</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/5145cf476f531f3daf2055f024a22c7f82377ec9";><code>5145cf4</code></a>
 Next development version (v6.1.16-SNAPSHOT)</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/d4f8b5d820d6af0c2e8d671fc45dd8f6f147947a";><code>d4f8b5d</code></a>
 Merge branch '6.1.x'</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/6cb41dc5e39cd1f4f1da7808c1191c94cb11f43e";><code>6cb41dc</code></a>
 Upgrade to Netty 4.1.115</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/cca245020d31ac64acd5e3f11af0652b12198b16";><code>cca2450</code></a>
 Improve documentation for SpelCompilerMode</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/de8a94f30de97b59db534fba09ded07c14715414";><code>de8a94f</code></a>
 Do not set up CookieStore in Apache connector</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/973d81576391f1f552f3d36f5d1e489d01deb70c";><code>973d815</code></a>
 Merge branch '6.1.x'</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/1e95332f627f570ac06c0822abe43848b067fec1";><code>1e95332</code></a>
 Fix link to &quot;Resources&quot; section in reference guide</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v6.1.14...v6.2.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-core` from 6.1.14 to 6.2.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-framework/releases";>org.springframework:spring-core's
 releases</a>.</em></p>
   <blockquote>
   <h2>v6.2.0</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Update UndertowHttpHandlerAdapter to dispatch <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33885";>#33885</a></li>
   <li>Refine <code>@Contract</code> Javadoc to mention <code>this</code> and 
<code>new</code> return values <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33849";>#33849</a></li>
   <li>AOT processing for bean validation does not consider cascaded and 
container element constraints <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33842";>#33842</a></li>
   <li>Avoid repeated resolving of singleton beans through <code>@Lazy</code> 
proxy <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33841";>#33841</a></li>
   <li>Regiser runtime hints for <code>@TestBean</code> fully-qualified method 
names <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33836";>#33836</a></li>
   <li>Introduce support for custom reason in <code>@DisabledInAotMode</code> 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33833";>#33833</a></li>
   <li>Use optimistic locking where possible in 
<code>ResponseBodyEmitter</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/33831";>#33831</a></li>
   <li>Revise cookies support with Apache HTTP Components in WebClient and 
WebTestClient <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33822";>#33822</a></li>
   <li>Remove the <code>pure</code> attribute from <code>@Contract</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33820";>#33820</a></li>
   <li>Introduce <code>@CheckReturnValue</code> annotation <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33818";>#33818</a></li>
   <li>ResourceHttpRequestHandler throwing IllegalArgumentException if resource 
doesn't end with slash breaks some third-party libraris <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33815";>#33815</a></li>
   <li>Provide first-class virtual thread option on 
<code>ThreadPoolTaskExecutor</code>/<code>ThreadPoolTaskScheduler</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33807";>#33807</a></li>
   <li><code>HttpServiceProxyFactory</code> should omit optional 
<code>@RequestParam</code> if converted from <code>null</code> to empty string 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33794";>#33794</a></li>
   <li>Reactor Netty response should not buffer the full response <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33781";>#33781</a></li>
   <li>Relax the visibility of MockMVC DSL constructors <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/33778";>#33778</a></li>
   <li>Support Publisher to InputStream conversion <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/31677";>#31677</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li><code>MockReset</code> should be honored without 
<code>@Mockito[Spy]Bean</code> fields <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33829";>#33829</a></li>
   <li>Test Bean Overrides do not honor <code>@Primary</code> semantics <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33819";>#33819</a></li>
   <li>Bean Overrides cannot reliably override beans created by a 
<code>FactoryBean</code> with generics <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33811";>#33811</a></li>
   <li>Bean Overrides for certain <code>FactoryBean</code> use cases no longer 
work <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33800";>#33800</a></li>
   <li><code>@MockitoBean</code>, <code>@MockitoSpyBean</code>, &amp; 
<code>@TestBean</code> do not work with <code>@DirtiesContext</code> 
&quot;before method&quot; modes <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33783";>#33783</a></li>
   <li>Deprecate exchangeTimeout and refactor readTimeout in 
ReactorClientHttpRequestFactory <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33782";>#33782</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Revise documentation for SpEL <code>PropertyAccessor</code> and 
<code>IndexAccessor</code> APIs regarding ordering <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33862";>#33862</a></li>
   <li>Document UrlHandler Servlet and reactive filters <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33784";>#33784</a></li>
   <li>Improve documentation for <code>SpelCompilerMode</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33223";>#33223</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to ASM 9.7.1 (for early Java 24 support) <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33821";>#33821</a></li>
   <li>Upgrade to Micrometer 1.14.0 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33876";>#33876</a></li>
   <li>Upgrade to Reactor 2024.0.0 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33878";>#33878</a></li>
   </ul>
   <h2>:heart: Contributors</h2>
   <p>Thank you to all the contributors who worked on this release:</p>
   <p><a href="https://github.com/Hejow";><code>@​Hejow</code></a>, <a 
href="https://github.com/OlegDokuka";><code>@​OlegDokuka</code></a>, and <a 
href="https://github.com/lucky8987";><code>@​lucky8987</code></a></p>
   <h2>v6.2.0-RC3</h2>
   <h2>:star: New Features</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/5024bb72279188f1d0dcfe19e8abdd4bdb9887c8";><code>5024bb7</code></a>
 Release v6.2.0</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/35b452b458cd80ef6afd8c77dec0e0aa20dec755";><code>35b452b</code></a>
 Upgrade to Undertow 2.3.18.Final, dispatch in UndertowHttpHandlerAdapter</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/56525da43ab3d9b3fb7cea9fa551cf8999f524bb";><code>56525da</code></a>
 Merge branch '6.1.x'</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/5145cf476f531f3daf2055f024a22c7f82377ec9";><code>5145cf4</code></a>
 Next development version (v6.1.16-SNAPSHOT)</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/d4f8b5d820d6af0c2e8d671fc45dd8f6f147947a";><code>d4f8b5d</code></a>
 Merge branch '6.1.x'</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/6cb41dc5e39cd1f4f1da7808c1191c94cb11f43e";><code>6cb41dc</code></a>
 Upgrade to Netty 4.1.115</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/cca245020d31ac64acd5e3f11af0652b12198b16";><code>cca2450</code></a>
 Improve documentation for SpelCompilerMode</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/de8a94f30de97b59db534fba09ded07c14715414";><code>de8a94f</code></a>
 Do not set up CookieStore in Apache connector</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/973d81576391f1f552f3d36f5d1e489d01deb70c";><code>973d815</code></a>
 Merge branch '6.1.x'</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/1e95332f627f570ac06c0822abe43848b067fec1";><code>1e95332</code></a>
 Fix link to &quot;Resources&quot; section in reference guide</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v6.1.14...v6.2.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-aop` from 6.1.14 to 6.2.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-framework/releases";>org.springframework:spring-aop's
 releases</a>.</em></p>
   <blockquote>
   <h2>v6.2.0</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Update UndertowHttpHandlerAdapter to dispatch <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33885";>#33885</a></li>
   <li>Refine <code>@Contract</code> Javadoc to mention <code>this</code> and 
<code>new</code> return values <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33849";>#33849</a></li>
   <li>AOT processing for bean validation does not consider cascaded and 
container element constraints <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33842";>#33842</a></li>
   <li>Avoid repeated resolving of singleton beans through <code>@Lazy</code> 
proxy <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33841";>#33841</a></li>
   <li>Regiser runtime hints for <code>@TestBean</code> fully-qualified method 
names <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33836";>#33836</a></li>
   <li>Introduce support for custom reason in <code>@DisabledInAotMode</code> 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33833";>#33833</a></li>
   <li>Use optimistic locking where possible in 
<code>ResponseBodyEmitter</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/33831";>#33831</a></li>
   <li>Revise cookies support with Apache HTTP Components in WebClient and 
WebTestClient <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33822";>#33822</a></li>
   <li>Remove the <code>pure</code> attribute from <code>@Contract</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33820";>#33820</a></li>
   <li>Introduce <code>@CheckReturnValue</code> annotation <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33818";>#33818</a></li>
   <li>ResourceHttpRequestHandler throwing IllegalArgumentException if resource 
doesn't end with slash breaks some third-party libraris <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33815";>#33815</a></li>
   <li>Provide first-class virtual thread option on 
<code>ThreadPoolTaskExecutor</code>/<code>ThreadPoolTaskScheduler</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33807";>#33807</a></li>
   <li><code>HttpServiceProxyFactory</code> should omit optional 
<code>@RequestParam</code> if converted from <code>null</code> to empty string 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33794";>#33794</a></li>
   <li>Reactor Netty response should not buffer the full response <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33781";>#33781</a></li>
   <li>Relax the visibility of MockMVC DSL constructors <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/33778";>#33778</a></li>
   <li>Support Publisher to InputStream conversion <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/31677";>#31677</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li><code>MockReset</code> should be honored without 
<code>@Mockito[Spy]Bean</code> fields <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33829";>#33829</a></li>
   <li>Test Bean Overrides do not honor <code>@Primary</code> semantics <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33819";>#33819</a></li>
   <li>Bean Overrides cannot reliably override beans created by a 
<code>FactoryBean</code> with generics <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33811";>#33811</a></li>
   <li>Bean Overrides for certain <code>FactoryBean</code> use cases no longer 
work <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33800";>#33800</a></li>
   <li><code>@MockitoBean</code>, <code>@MockitoSpyBean</code>, &amp; 
<code>@TestBean</code> do not work with <code>@DirtiesContext</code> 
&quot;before method&quot; modes <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33783";>#33783</a></li>
   <li>Deprecate exchangeTimeout and refactor readTimeout in 
ReactorClientHttpRequestFactory <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33782";>#33782</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Revise documentation for SpEL <code>PropertyAccessor</code> and 
<code>IndexAccessor</code> APIs regarding ordering <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33862";>#33862</a></li>
   <li>Document UrlHandler Servlet and reactive filters <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33784";>#33784</a></li>
   <li>Improve documentation for <code>SpelCompilerMode</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33223";>#33223</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to ASM 9.7.1 (for early Java 24 support) <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33821";>#33821</a></li>
   <li>Upgrade to Micrometer 1.14.0 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33876";>#33876</a></li>
   <li>Upgrade to Reactor 2024.0.0 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33878";>#33878</a></li>
   </ul>
   <h2>:heart: Contributors</h2>
   <p>Thank you to all the contributors who worked on this release:</p>
   <p><a href="https://github.com/Hejow";><code>@​Hejow</code></a>, <a 
href="https://github.com/OlegDokuka";><code>@​OlegDokuka</code></a>, and <a 
href="https://github.com/lucky8987";><code>@​lucky8987</code></a></p>
   <h2>v6.2.0-RC3</h2>
   <h2>:star: New Features</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/5024bb72279188f1d0dcfe19e8abdd4bdb9887c8";><code>5024bb7</code></a>
 Release v6.2.0</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/35b452b458cd80ef6afd8c77dec0e0aa20dec755";><code>35b452b</code></a>
 Upgrade to Undertow 2.3.18.Final, dispatch in UndertowHttpHandlerAdapter</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/56525da43ab3d9b3fb7cea9fa551cf8999f524bb";><code>56525da</code></a>
 Merge branch '6.1.x'</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/5145cf476f531f3daf2055f024a22c7f82377ec9";><code>5145cf4</code></a>
 Next development version (v6.1.16-SNAPSHOT)</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/d4f8b5d820d6af0c2e8d671fc45dd8f6f147947a";><code>d4f8b5d</code></a>
 Merge branch '6.1.x'</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/6cb41dc5e39cd1f4f1da7808c1191c94cb11f43e";><code>6cb41dc</code></a>
 Upgrade to Netty 4.1.115</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/cca245020d31ac64acd5e3f11af0652b12198b16";><code>cca2450</code></a>
 Improve documentation for SpelCompilerMode</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/de8a94f30de97b59db534fba09ded07c14715414";><code>de8a94f</code></a>
 Do not set up CookieStore in Apache connector</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/973d81576391f1f552f3d36f5d1e489d01deb70c";><code>973d815</code></a>
 Merge branch '6.1.x'</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/1e95332f627f570ac06c0822abe43848b067fec1";><code>1e95332</code></a>
 Fix link to &quot;Resources&quot; section in reference guide</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v6.1.14...v6.2.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-context` from 6.1.14 to 6.2.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-framework/releases";>org.springframework:spring-context's
 releases</a>.</em></p>
   <blockquote>
   <h2>v6.2.0</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Update UndertowHttpHandlerAdapter to dispatch <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33885";>#33885</a></li>
   <li>Refine <code>@Contract</code> Javadoc to mention <code>this</code> and 
<code>new</code> return values <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33849";>#33849</a></li>
   <li>AOT processing for bean validation does not consider cascaded and 
container element constraints <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33842";>#33842</a></li>
   <li>Avoid repeated resolving of singleton beans through <code>@Lazy</code> 
proxy <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33841";>#33841</a></li>
   <li>Regiser runtime hints for <code>@TestBean</code> fully-qualified method 
names <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33836";>#33836</a></li>
   <li>Introduce support for custom reason in <code>@DisabledInAotMode</code> 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33833";>#33833</a></li>
   <li>Use optimistic locking where possible in 
<code>ResponseBodyEmitter</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/33831";>#33831</a></li>
   <li>Revise cookies support with Apache HTTP Components in WebClient and 
WebTestClient <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33822";>#33822</a></li>
   <li>Remove the <code>pure</code> attribute from <code>@Contract</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33820";>#33820</a></li>
   <li>Introduce <code>@CheckReturnValue</code> annotation <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33818";>#33818</a></li>
   <li>ResourceHttpRequestHandler throwing IllegalArgumentException if resource 
doesn't end with slash breaks some third-party libraris <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33815";>#33815</a></li>
   <li>Provide first-class virtual thread option on 
<code>ThreadPoolTaskExecutor</code>/<code>ThreadPoolTaskScheduler</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33807";>#33807</a></li>
   <li><code>HttpServiceProxyFactory</code> should omit optional 
<code>@RequestParam</code> if converted from <code>null</code> to empty string 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33794";>#33794</a></li>
   <li>Reactor Netty response should not buffer the full response <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33781";>#33781</a></li>
   <li>Relax the visibility of MockMVC DSL constructors <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/33778";>#33778</a></li>
   <li>Support Publisher to InputStream conversion <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/31677";>#31677</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li><code>MockReset</code> should be honored without 
<code>@Mockito[Spy]Bean</code> fields <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33829";>#33829</a></li>
   <li>Test Bean Overrides do not honor <code>@Primary</code> semantics <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33819";>#33819</a></li>
   <li>Bean Overrides cannot reliably override beans created by a 
<code>FactoryBean</code> with generics <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33811";>#33811</a></li>
   <li>Bean Overrides for certain <code>FactoryBean</code> use cases no longer 
work <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33800";>#33800</a></li>
   <li><code>@MockitoBean</code>, <code>@MockitoSpyBean</code>, &amp; 
<code>@TestBean</code> do not work with <code>@DirtiesContext</code> 
&quot;before method&quot; modes <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33783";>#33783</a></li>
   <li>Deprecate exchangeTimeout and refactor readTimeout in 
ReactorClientHttpRequestFactory <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33782";>#33782</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Revise documentation for SpEL <code>PropertyAccessor</code> and 
<code>IndexAccessor</code> APIs regarding ordering <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33862";>#33862</a></li>
   <li>Document UrlHandler Servlet and reactive filters <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33784";>#33784</a></li>
   <li>Improve documentation for <code>SpelCompilerMode</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33223";>#33223</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to ASM 9.7.1 (for early Java 24 support) <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33821";>#33821</a></li>
   <li>Upgrade to Micrometer 1.14.0 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33876";>#33876</a></li>
   <li>Upgrade to Reactor 2024.0.0 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33878";>#33878</a></li>
   </ul>
   <h2>:heart: Contributors</h2>
   <p>Thank you to all the contributors who worked on this release:</p>
   <p><a href="https://github.com/Hejow";><code>@​Hejow</code></a>, <a 
href="https://github.com/OlegDokuka";><code>@​OlegDokuka</code></a>, and <a 
href="https://github.com/lucky8987";><code>@​lucky8987</code></a></p>
   <h2>v6.2.0-RC3</h2>
   <h2>:star: New Features</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/5024bb72279188f1d0dcfe19e8abdd4bdb9887c8";><code>5024bb7</code></a>
 Release v6.2.0</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/35b452b458cd80ef6afd8c77dec0e0aa20dec755";><code>35b452b</code></a>
 Upgrade to Undertow 2.3.18.Final, dispatch in UndertowHttpHandlerAdapter</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/56525da43ab3d9b3fb7cea9fa551cf8999f524bb";><code>56525da</code></a>
 Merge branch '6.1.x'</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/5145cf476f531f3daf2055f024a22c7f82377ec9";><code>5145cf4</code></a>
 Next development version (v6.1.16-SNAPSHOT)</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/d4f8b5d820d6af0c2e8d671fc45dd8f6f147947a";><code>d4f8b5d</code></a>
 Merge branch '6.1.x'</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/6cb41dc5e39cd1f4f1da7808c1191c94cb11f43e";><code>6cb41dc</code></a>
 Upgrade to Netty 4.1.115</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/cca245020d31ac64acd5e3f11af0652b12198b16";><code>cca2450</code></a>
 Improve documentation for SpelCompilerMode</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/de8a94f30de97b59db534fba09ded07c14715414";><code>de8a94f</code></a>
 Do not set up CookieStore in Apache connector</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/973d81576391f1f552f3d36f5d1e489d01deb70c";><code>973d815</code></a>
 Merge branch '6.1.x'</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/1e95332f627f570ac06c0822abe43848b067fec1";><code>1e95332</code></a>
 Fix link to &quot;Resources&quot; section in reference guide</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v6.1.14...v6.2.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-beans` from 6.1.14 to 6.2.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-framework/releases";>org.springframework:spring-beans's
 releases</a>.</em></p>
   <blockquote>
   <h2>v6.2.0</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Update UndertowHttpHandlerAdapter to dispatch <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33885";>#33885</a></li>
   <li>Refine <code>@Contract</code> Javadoc to mention <code>this</code> and 
<code>new</code> return values <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33849";>#33849</a></li>
   <li>AOT processing for bean validation does not consider cascaded and 
container element constraints <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33842";>#33842</a></li>
   <li>Avoid repeated resolving of singleton beans through <code>@Lazy</code> 
proxy <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33841";>#33841</a></li>
   <li>Regiser runtime hints for <code>@TestBean</code> fully-qualified method 
names <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33836";>#33836</a></li>
   <li>Introduce support for custom reason in <code>@DisabledInAotMode</code> 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33833";>#33833</a></li>
   <li>Use optimistic locking where possible in 
<code>ResponseBodyEmitter</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/33831";>#33831</a></li>
   <li>Revise cookies support with Apache HTTP Components in WebClient and 
WebTestClient <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33822";>#33822</a></li>
   <li>Remove the <code>pure</code> attribute from <code>@Contract</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33820";>#33820</a></li>
   <li>Introduce <code>@CheckReturnValue</code> annotation <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33818";>#33818</a></li>
   <li>ResourceHttpRequestHandler throwing IllegalArgumentException if resource 
doesn't end with slash breaks some third-party libraris <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33815";>#33815</a></li>
   <li>Provide first-class virtual thread option on 
<code>ThreadPoolTaskExecutor</code>/<code>ThreadPoolTaskScheduler</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33807";>#33807</a></li>
   <li><code>HttpServiceProxyFactory</code> should omit optional 
<code>@RequestParam</code> if converted from <code>null</code> to empty string 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33794";>#33794</a></li>
   <li>Reactor Netty response should not buffer the full response <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33781";>#33781</a></li>
   <li>Relax the visibility of MockMVC DSL constructors <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/33778";>#33778</a></li>
   <li>Support Publisher to InputStream conversion <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/31677";>#31677</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li><code>MockReset</code> should be honored without 
<code>@Mockito[Spy]Bean</code> fields <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33829";>#33829</a></li>
   <li>Test Bean Overrides do not honor <code>@Primary</code> semantics <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33819";>#33819</a></li>
   <li>Bean Overrides cannot reliably override beans created by a 
<code>FactoryBean</code> with generics <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33811";>#33811</a></li>
   <li>Bean Overrides for certain <code>FactoryBean</code> use cases no longer 
work <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33800";>#33800</a></li>
   <li><code>@MockitoBean</code>, <code>@MockitoSpyBean</code>, &amp; 
<code>@TestBean</code> do not work with <code>@DirtiesContext</code> 
&quot;before method&quot; modes <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33783";>#33783</a></li>
   <li>Deprecate exchangeTimeout and refactor readTimeout in 
ReactorClientHttpRequestFactory <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33782";>#33782</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Revise documentation for SpEL <code>PropertyAccessor</code> and 
<code>IndexAccessor</code> APIs regarding ordering <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33862";>#33862</a></li>
   <li>Document UrlHandler Servlet and reactive filters <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33784";>#33784</a></li>
   <li>Improve documentation for <code>SpelCompilerMode</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33223";>#33223</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to ASM 9.7.1 (for early Java 24 support) <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33821";>#33821</a></li>
   <li>Upgrade to Micrometer 1.14.0 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33876";>#33876</a></li>
   <li>Upgrade to Reactor 2024.0.0 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33878";>#33878</a></li>
   </ul>
   <h2>:heart: Contributors</h2>
   <p>Thank you to all the contributors who worked on this release:</p>
   <p><a href="https://github.com/Hejow";><code>@​Hejow</code></a>, <a 
href="https://github.com/OlegDokuka";><code>@​OlegDokuka</code></a>, and <a 
href="https://github.com/lucky8987";><code>@​lucky8987</code></a></p>
   <h2>v6.2.0-RC3</h2>
   <h2>:star: New Features</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/5024bb72279188f1d0dcfe19e8abdd4bdb9887c8";><code>5024bb7</code></a>
 Release v6.2.0</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/35b452b458cd80ef6afd8c77dec0e0aa20dec755";><code>35b452b</code></a>
 Upgrade to Undertow 2.3.18.Final, dispatch in UndertowHttpHandlerAdapter</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/56525da43ab3d9b3fb7cea9fa551cf8999f524bb";><code>56525da</code></a>
 Merge branch '6.1.x'</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/5145cf476f531f3daf2055f024a22c7f82377ec9";><code>5145cf4</code></a>
 Next development version (v6.1.16-SNAPSHOT)</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/d4f8b5d820d6af0c2e8d671fc45dd8f6f147947a";><code>d4f8b5d</code></a>
 Merge branch '6.1.x'</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/6cb41dc5e39cd1f4f1da7808c1191c94cb11f43e";><code>6cb41dc</code></a>
 Upgrade to Netty 4.1.115</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/cca245020d31ac64acd5e3f11af0652b12198b16";><code>cca2450</code></a>
 Improve documentation for SpelCompilerMode</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/de8a94f30de97b59db534fba09ded07c14715414";><code>de8a94f</code></a>
 Do not set up CookieStore in Apache connector</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/973d81576391f1f552f3d36f5d1e489d01deb70c";><code>973d815</code></a>
 Merge branch '6.1.x'</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/1e95332f627f570ac06c0822abe43848b067fec1";><code>1e95332</code></a>
 Fix link to &quot;Resources&quot; section in reference guide</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v6.1.14...v6.2.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-expression` from 6.1.14 to 6.2.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-framework/releases";>org.springframework:spring-expression's
 releases</a>.</em></p>
   <blockquote>
   <h2>v6.2.0</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Update UndertowHttpHandlerAdapter to dispatch <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33885";>#33885</a></li>
   <li>Refine <code>@Contract</code> Javadoc to mention <code>this</code> and 
<code>new</code> return values <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33849";>#33849</a></li>
   <li>AOT processing for bean validation does not consider cascaded and 
container element constraints <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33842";>#33842</a></li>
   <li>Avoid repeated resolving of singleton beans through <code>@Lazy</code> 
proxy <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33841";>#33841</a></li>
   <li>Regiser runtime hints for <code>@TestBean</code> fully-qualified method 
names <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33836";>#33836</a></li>
   <li>Introduce support for custom reason in <code>@DisabledInAotMode</code> 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33833";>#33833</a></li>
   <li>Use optimistic locking where possible in 
<code>ResponseBodyEmitter</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/33831";>#33831</a></li>
   <li>Revise cookies support with Apache HTTP Components in WebClient and 
WebTestClient <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33822";>#33822</a></li>
   <li>Remove the <code>pure</code> attribute from <code>@Contract</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33820";>#33820</a></li>
   <li>Introduce <code>@CheckReturnValue</code> annotation <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33818";>#33818</a></li>
   <li>ResourceHttpRequestHandler throwing IllegalArgumentException if resource 
doesn't end with slash breaks some third-party libraris <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33815";>#33815</a></li>
   <li>Provide first-class virtual thread option on 
<code>ThreadPoolTaskExecutor</code>/<code>ThreadPoolTaskScheduler</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33807";>#33807</a></li>
   <li><code>HttpServiceProxyFactory</code> should omit optional 
<code>@RequestParam</code> if converted from <code>null</code> to empty string 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33794";>#33794</a></li>
   <li>Reactor Netty response should not buffer the full response <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33781";>#33781</a></li>
   <li>Relax the visibility of MockMVC DSL constructors <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/33778";>#33778</a></li>
   <li>Support Publisher to InputStream conversion <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/31677";>#31677</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li><code>MockReset</code> should be honored without 
<code>@Mockito[Spy]Bean</code> fields <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33829";>#33829</a></li>
   <li>Test Bean Overrides do not honor <code>@Primary</code> semantics <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33819";>#33819</a></li>
   <li>Bean Overrides cannot reliably override beans created by a 
<code>FactoryBean</code> with generics <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33811";>#33811</a></li>
   <li>Bean Overrides for certain <code>FactoryBean</code> use cases no longer 
work <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33800";>#33800</a></li>
   <li><code>@MockitoBean</code>, <code>@MockitoSpyBean</code>, &amp; 
<code>@TestBean</code> do not work with <code>@DirtiesContext</code> 
&quot;before method&quot; modes <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33783";>#33783</a></li>
   <li>Deprecate exchangeTimeout and refactor readTimeout in 
ReactorClientHttpRequestFactory <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33782";>#33782</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Revise documentation for SpEL <code>PropertyAccessor</code> and 
<code>IndexAccessor</code> APIs regarding ordering <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33862";>#33862</a></li>
   <li>Document UrlHandler Servlet and reactive filters <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33784";>#33784</a></li>
   <li>Improve documentation for <code>SpelCompilerMode</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33223";>#33223</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to ASM 9.7.1 (for early Java 24 support) <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33821";>#33821</a></li>
   <li>Upgrade to Micrometer 1.14.0 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33876";>#33876</a></li>
   <li>Upgrade to Reactor 2024.0.0 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33878";>#33878</a></li>
   </ul>
   <h2>:heart: Contributors</h2>
   <p>Thank you to all the contributors who worked on this release:</p>
   <p><a href="https://github.com/Hejow";><code>@​Hejow</code></a>, <a 
href="https://github.com/OlegDokuka";><code>@​OlegDokuka</code></a>, and <a 
href="https://github.com/lucky8987";><code>@​lucky8987</code></a></p>
   <h2>v6.2.0-RC3</h2>
   <h2>:star: New Features</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/5024bb72279188f1d0dcfe19e8abdd4bdb9887c8";><code>5024bb7</code></a>
 Release v6.2.0</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/35b452b458cd80ef6afd8c77dec0e0aa20dec755";><code>35b452b</code></a>
 Upgrade to Undertow 2.3.18.Final, dispatch in UndertowHttpHandlerAdapter</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/56525da43ab3d9b3fb7cea9fa551cf8999f524bb";><code>56525da</code></a>
 Merge branch '6.1.x'</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/5145cf476f531f3daf2055f024a22c7f82377ec9";><code>5145cf4</code></a>
 Next development version (v6.1.16-SNAPSHOT)</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/d4f8b5d820d6af0c2e8d671fc45dd8f6f147947a";><code>d4f8b5d</code></a>
 Merge branch '6.1.x'</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/6cb41dc5e39cd1f4f1da7808c1191c94cb11f43e";><code>6cb41dc</code></a>
 Upgrade to Netty 4.1.115</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/cca245020d31ac64acd5e3f11af0652b12198b16";><code>cca2450</code></a>
 Improve documentation for SpelCompilerMode</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/de8a94f30de97b59db534fba09ded07c14715414";><code>de8a94f</code></a>
 Do not set up CookieStore in Apache connector</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/973d81576391f1f552f3d36f5d1e489d01deb70c";><code>973d815</code></a>
 Merge branch '6.1.x'</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/1e95332f627f570ac06c0822abe43848b067fec1";><code>1e95332</code></a>
 Fix link to &quot;Resources&quot; section in reference guide</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v6.1.14...v6.2.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-tx` from 6.1.14 to 6.2.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-framework/releases";>org.springframework:spring-tx's
 releases</a>.</em></p>
   <blockquote>
   <h2>v6.2.0</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Update UndertowHttpHandlerAdapter to dispatch <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33885";>#33885</a></li>
   <li>Refine <code>@Contract</code> Javadoc to mention <code>this</code> and 
<code>new</code> return values <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33849";>#33849</a></li>
   <li>AOT processing for bean validation does not consider cascaded and 
container element constraints <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33842";>#33842</a></li>
   <li>Avoid repeated resolving of singleton beans through <code>@Lazy</code> 
proxy <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33841";>#33841</a></li>
   <li>Regiser runtime hints for <code>@TestBean</code> fully-qualified method 
names <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33836";>#33836</a></li>
   <li>Introduce support for custom reason in <code>@DisabledInAotMode</code> 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33833";>#33833</a></li>
   <li>Use optimistic locking where possible in 
<code>ResponseBodyEmitter</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/33831";>#33831</a></li>
   <li>Revise cookies support with Apache HTTP Components in WebClient and 
WebTestClient <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33822";>#33822</a></li>
   <li>Remove the <code>pure</code> attribute from <code>@Contract</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33820";>#33820</a></li>
   <li>Introduce <code>@CheckReturnValue</code> annotation <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33818";>#33818</a></li>
   <li>ResourceHttpRequestHandler throwing IllegalArgumentException if resource 
doesn't end with slash breaks some third-party libraris <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33815";>#33815</a></li>
   <li>Provide first-class virtual thread option on 
<code>ThreadPoolTaskExecutor</code>/<code>ThreadPoolTaskScheduler</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33807";>#33807</a></li>
   <li><code>HttpServiceProxyFactory</code> should omit optional 
<code>@RequestParam</code> if converted from <code>null</code> to empty string 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33794";>#33794</a></li>
   <li>Reactor Netty response should not buffer the full response <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33781";>#33781</a></li>
   <li>Relax the visibility of MockMVC DSL constructors <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/33778";>#33778</a></li>
   <li>Support Publisher to InputStream conversion <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/31677";>#31677</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li><code>MockReset</code> should be honored without 
<code>@Mockito[Spy]Bean</code> fields <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33829";>#33829</a></li>
   <li>Test Bean Overrides do not honor <code>@Primary</code> semantics <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33819";>#33819</a></li>
   <li>Bean Overrides cannot reliably override beans created by a 
<code>FactoryBean</code> with generics <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33811";>#33811</a></li>
   <li>Bean Overrides for certain <code>FactoryBean</code> use cases no longer 
work <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33800";>#33800</a></li>
   <li><code>@MockitoBean</code>, <code>@MockitoSpyBean</code>, &amp; 
<code>@TestBean</code> do not work with <code>@DirtiesContext</code> 
&quot;before method&quot; modes <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33783";>#33783</a></li>
   <li>Deprecate exchangeTimeout and refactor readTimeout in 
ReactorClientHttpRequestFactory <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33782";>#33782</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Revise documentation for SpEL <code>PropertyAccessor</code> and 
<code>IndexAccessor</code> APIs regarding ordering <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33862";>#33862</a></li>
   <li>Document UrlHandler Servlet and reactive filters <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33784";>#33784</a></li>
   <li>Improve documentation for <code>SpelCompilerMode</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33223";>#33223</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to ASM 9.7.1 (for early Java 24 support) <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33821";>#33821</a></li>
   <li>Upgrade to Micrometer 1.14.0 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33876";>#33876</a></li>
   <li>Upgrade to Reactor 2024.0.0 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33878";>#33878</a></li>
   </ul>
   <h2>:heart: Contributors</h2>
   <p>Thank you to all the contributors who worked on this release:</p>
   <p><a href="https://github.com/Hejow";><code>@​Hejow</code></a>, <a 
href="https://github.com/OlegDokuka";><code>@​OlegDokuka</code></a>, and <a 
href="https://github.com/lucky8987";><code>@​lucky8987</code></a></p>
   <h2>v6.2.0-RC3</h2>
   <h2>:star: New Features</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/5024bb72279188f1d0dcfe19e8abdd4bdb9887c8";><code>5024bb7</code></a>
 Release v6.2.0</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/35b452b458cd80ef6afd8c77dec0e0aa20dec755";><code>35b452b</code></a>
 Upgrade to Undertow 2.3.18.Final, dispatch in UndertowHttpHandlerAdapter</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/56525da43ab3d9b3fb7cea9fa551cf8999f524bb";><code>56525da</code></a>
 Merge branch '6.1.x'</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/5145cf476f531f3daf2055f024a22c7f82377ec9";><code>5145cf4</code></a>
 Next development version (v6.1.16-SNAPSHOT)</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/d4f8b5d820d6af0c2e8d671fc45dd8f6f147947a";><code>d4f8b5d</code></a>
 Merge branch '6.1.x'</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/6cb41dc5e39cd1f4f1da7808c1191c94cb11f43e";><code>6cb41dc</code></a>
 Upgrade to Netty 4.1.115</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/cca245020d31ac64acd5e3f11af0652b12198b16";><code>cca2450</code></a>
 Improve documentation for SpelCompilerMode</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/de8a94f30de97b59db534fba09ded07c14715414";><code>de8a94f</code></a>
 Do not set up CookieStore in Apache connector</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/973d81576391f1f552f3d36f5d1e489d01deb70c";><code>973d815</code></a>
 Merge branch '6.1.x'</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/1e95332f627f570ac06c0822abe43848b067fec1";><code>1e95332</code></a>
 Fix link to &quot;Resources&quot; section in reference guide</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v6.1.14...v6.2.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-context-support` from 6.1.14 to 6.2.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-framework/releases";>org.springframework:spring-context-support's
 releases</a>.</em></p>
   <blockquote>
   <h2>v6.2.0</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Update UndertowHttpHandlerAdapter to dispatch <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33885";>#33885</a></li>
   <li>Refine <code>@Contract</code> Javadoc to mention <code>this</code> and 
<code>new</code> return values <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33849";>#33849</a></li>
   <li>AOT processing for bean validation does not consider cascaded and 
container element constraints <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33842";>#33842</a></li>
   <li>Avoid repeated resolving of singleton beans through <code>@Lazy</code> 
proxy <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33841";>#33841</a></li>
   <li>Regiser runtime hints for <code>@TestBean</code> fully-qualified method 
names <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33836";>#33836</a></li>
   <li>Introduce support for custom reason in <code>@DisabledInAotMode</code> 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33833";>#33833</a></li>
   <li>Use optimistic locking where possible in 
<code>ResponseBodyEmitter</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/33831";>#33831</a></li>
   <li>Revise cookies support with Apache HTTP Components in WebClient and 
WebTestClient <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33822";>#33822</a></li>
   <li>Remove the <code>pure</code> attribute from <code>@Contract</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33820";>#33820</a></li>
   <li>Introduce <code>@CheckReturnValue</code> annotation <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33818";>#33818</a></li>
   <li>ResourceHttpRequestHandler throwing IllegalArgumentException if resource 
doesn't end with slash breaks some third-party libraris <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33815";>#33815</a></li>
   <li>Provide first-class virtual thread option on 
<code>ThreadPoolTaskExecutor</code>/<code>ThreadPoolTaskScheduler</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33807";>#33807</a></li>
   <li><code>HttpServiceProxyFactory</code> should omit optional 
<code>@RequestParam</code> if converted from <code>null</code> to empty string 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33794";>#33794</a></li>
   <li>Reactor Netty response should not buffer the full response <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33781";>#33781</a></li>
   <li>Relax the visibility of MockMVC DSL constructors <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/33778";>#33778</a></li>
   <li>Support Publisher to InputStream conversion <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/31677";>#31677</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li><code>MockReset</code> should be honored without 
<code>@Mockito[Spy]Bean</code> fields <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33829";>#33829</a></li>
   <li>Test Bean Overrides do not honor <code>@Primary</code> semantics <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33819";>#33819</a></li>
   <li>Bean Overrides cannot reliably override beans created by a 
<code>FactoryBean</code> with generics <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33811";>#33811</a></li>
   <li>Bean Overrides for certain <code>FactoryBean</code> use cases no longer 
work <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33800";>#33800</a></li>
   <li><code>@MockitoBean</code>, <code>@MockitoSpyBean</code>, &amp; 
<code>@TestBean</code> do not work with <code>@DirtiesContext</code> 
&quot;before method&quot; modes <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33783";>#33783</a></li>
   <li>Deprecate exchangeTimeout and refactor readTimeout in 
ReactorClientHttpRequestFactory <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33782";>#33782</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Revise documentation for SpEL <code>PropertyAccessor</code> and 
<code>IndexAccessor</code> APIs regarding ordering <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33862";>#33862</a></li>
   <li>Document UrlHandler Servlet and reactive filters <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33784";>#33784</a></li>
   <li>Improve documentation for <code>SpelCompilerMode</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33223";>#33223</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to ASM 9.7.1 (for early Java 24 support) <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33821";>#33821</a></li>
   <li>Upgrade to Micrometer 1.14.0 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33876";>#33876</a></li>
   <li>Upgrade to Reactor 2024.0.0 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33878";>#33878</a></li>
   </ul>
   <h2>:heart: Contributors</h2>
   <p>Thank you to all the contributors who worked on this release:</p>
   <p><a href="https://github.com/Hejow";><code>@​Hejow</code></a>, <a 
href="https://github.com/OlegDokuka";><code>@​OlegDokuka</code></a>, and <a 
href="https://github.com/lucky8987";><code>@​lucky8987</code></a></p>
   <h2>v6.2.0-RC3</h2>
   <h2>:star: New Features</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/5024bb72279188f1d0dcfe19e8abdd4bdb9887c8";><code>5024bb7</code></a>
 Release v6.2.0</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/35b452b458cd80ef6afd8c77dec0e0aa20dec755";><code>35b452b</code></a>
 Upgrade to Undertow 2.3.18.Final, dispatch in UndertowHttpHandlerAdapter</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/56525da43ab3d9b3fb7cea9fa551cf8999f524bb";><code>56525da</code></a>
 Merge branch '6.1.x'</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/5145cf476f531f3daf2055f024a22c7f82377ec9";><code>5145cf4</code></a>
 Next development version (v6.1.16-SNAPSHOT)</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/d4f8b5d820d6af0c2e8d671fc45dd8f6f147947a";><code>d4f8b5d</code></a>
 Merge branch '6.1.x'</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/6cb41dc5e39cd1f4f1da7808c1191c94cb11f43e";><code>6cb41dc</code></a>
 Upgrade to Netty 4.1.115</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/cca245020d31ac64acd5e3f11af0652b12198b16";><code>cca2450</code></a>
 Improve documentation for SpelCompilerMode</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/de8a94f30de97b59db534fba09ded07c14715414";><code>de8a94f</code></a>
 Do not set up CookieStore in Apache connector</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/973d81576391f1f552f3d36f5d1e489d01deb70c";><code>973d815</code></a>
 Merge branch '6.1.x'</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/1e95332f627f570ac06c0822abe43848b067fec1";><code>1e95332</code></a>
 Fix link to &quot;Resources&quot; section in reference guide</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v6.1.14...v6.2.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-jdbc` from 6.1.14 to 6.2.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-framework/releases";>org.springframework:spring-jdbc's
 releases</a>.</em></p>
   <blockquote>
   <h2>v6.2.0</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Update UndertowHttpHandlerAdapter to dispatch <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33885";>#33885</a></li>
   <li>Refine <code>@Contract</code> Javadoc to mention <code>this</code> and 
<code>new</code> return values <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33849";>#33849</a></li>
   <li>AOT processing for bean validation does not consider cascaded and 
container element constraints <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33842";>#33842</a></li>
   <li>Avoid repeated resolving of singleton beans through <code>@Lazy</code> 
proxy <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33841";>#33841</a></li>
   <li>Regiser runtime hints for <code>@TestBean</code> fully-qualified method 
names <a href="https://redirect.github.com/spring-projects/spring-frame...
   
   _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: commits-unsubscr...@camel.apache.org

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

Reply via email to