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

   Bumps `spring-version` from 6.2.4 to 6.2.5.
   Updates `org.springframework:spring-test` from 6.2.4 to 6.2.5
   <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.5</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Make dependencies on AssertJ and JUnit in <code>spring-core-test</code> 
optional <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34612";>#34612</a></li>
   <li>Suggest compilation with <code>-parameters</code> when 
<code>AspectJAdviceParameterNameDiscoverer</code> fails against ambiguity <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34609";>#34609</a></li>
   <li>SseBuilder in ServerResponse should allow empty comment <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34608";>#34608</a></li>
   <li>MockServerWebExchange does not allow setting the ApplicationContext on 
the base class <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34601";>#34601</a></li>
   <li><code>FormHttpMessageConverter</code> should throw 
<code>HttpMessageNotReadableException</code> when the http form data is invalid 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/34594";>#34594</a></li>
   <li>Provide a method to retrieve all singleton autowire candidates from the 
bean factory <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34591";>#34591</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>PathMatchingResourcePatternResolver regression for jar root scanning in 
6.2.4 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34607";>#34607</a></li>
   <li>AbstractReactiveTransactionManager throws IllegalStateException when 
rollback fails after commit attempt <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34595";>#34595</a></li>
   <li>Recursively boxing/unboxing nested inline value classes <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/34592";>#34592</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li><code>MvcUriComponentsBuilder</code> javadocs inaccurately reflects 
usage of forwarded headers <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34615";>#34615</a></li>
   <li>Fix formatting and update links to scripting libraries and HDIV <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/34603";>#34603</a></li>
   <li>Remove dubious link to MockObjects Web site in reference manual <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34593";>#34593</a></li>
   <li>Fix <code>StringUtils#uriDecode</code> Javadoc <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34590";>#34590</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to ASM 9.8 (for early Java 25 support) <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34600";>#34600</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/Helmsdown";><code>@​Helmsdown</code></a>, <a 
href="https://github.com/dmitrysulman";><code>@​dmitrysulman</code></a>, and <a 
href="https://github.com/ngocnhan-tran1996";><code>@​ngocnhan-tran1996</code></a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0f19fa5d8eb3214ca391732065ee1c14d45c1744";><code>0f19fa5</code></a>
 Release v6.2.5</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/208d52d852d6455828c128b034608cec19e69259";><code>208d52d</code></a>
 Introduce Checkstyle rule for separator symbol location</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/18c3b637e4040865ac7237239cc59176f7ccad18";><code>18c3b63</code></a>
 Fix dated Javadoc in MvcUriComponentsBuilder</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/34c69bfc6751ea2e0feccb64f3b3e430cb0c08b8";><code>34c69bf</code></a>
 Allow empty comment in ServerResponse.SseBuilder</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/37d7af42ac401ae9a93c675af00ef7ad9b13fff2";><code>37d7af4</code></a>
 Allow setting ApplicationContext on MockServerWebExchange</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/cc986cd2e84e550288e763b255aae7703b8976b1";><code>cc986cd</code></a>
 Defer triggerAfterCompletion invocation in doRollbackOnCommitException</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/014172563842f10914f17ece85a14ecccefd338a";><code>0141725</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0c2ba4e38e809a5e7ad549393103f4d9c5bb3a9e";><code>0c2ba4e</code></a>
 Recursively box/unbox nested inline value classes</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/c6a9aa59a3bd4d13f67e531406556cc02faab7bb";><code>c6a9aa5</code></a>
 Remove BDDMockito Checkstyle rule</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/ad949a7450bb3887d940754deb2b013b584bc8d4";><code>ad949a7</code></a>
 Add includeNonSingletons flag for ObjectProvider stream access</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v6.2.4...v6.2.5";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-core` from 6.2.4 to 6.2.5
   <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.5</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Make dependencies on AssertJ and JUnit in <code>spring-core-test</code> 
optional <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34612";>#34612</a></li>
   <li>Suggest compilation with <code>-parameters</code> when 
<code>AspectJAdviceParameterNameDiscoverer</code> fails against ambiguity <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34609";>#34609</a></li>
   <li>SseBuilder in ServerResponse should allow empty comment <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34608";>#34608</a></li>
   <li>MockServerWebExchange does not allow setting the ApplicationContext on 
the base class <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34601";>#34601</a></li>
   <li><code>FormHttpMessageConverter</code> should throw 
<code>HttpMessageNotReadableException</code> when the http form data is invalid 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/34594";>#34594</a></li>
   <li>Provide a method to retrieve all singleton autowire candidates from the 
bean factory <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34591";>#34591</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>PathMatchingResourcePatternResolver regression for jar root scanning in 
6.2.4 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34607";>#34607</a></li>
   <li>AbstractReactiveTransactionManager throws IllegalStateException when 
rollback fails after commit attempt <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34595";>#34595</a></li>
   <li>Recursively boxing/unboxing nested inline value classes <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/34592";>#34592</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li><code>MvcUriComponentsBuilder</code> javadocs inaccurately reflects 
usage of forwarded headers <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34615";>#34615</a></li>
   <li>Fix formatting and update links to scripting libraries and HDIV <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/34603";>#34603</a></li>
   <li>Remove dubious link to MockObjects Web site in reference manual <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34593";>#34593</a></li>
   <li>Fix <code>StringUtils#uriDecode</code> Javadoc <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34590";>#34590</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to ASM 9.8 (for early Java 25 support) <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34600";>#34600</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/Helmsdown";><code>@​Helmsdown</code></a>, <a 
href="https://github.com/dmitrysulman";><code>@​dmitrysulman</code></a>, and <a 
href="https://github.com/ngocnhan-tran1996";><code>@​ngocnhan-tran1996</code></a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0f19fa5d8eb3214ca391732065ee1c14d45c1744";><code>0f19fa5</code></a>
 Release v6.2.5</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/208d52d852d6455828c128b034608cec19e69259";><code>208d52d</code></a>
 Introduce Checkstyle rule for separator symbol location</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/18c3b637e4040865ac7237239cc59176f7ccad18";><code>18c3b63</code></a>
 Fix dated Javadoc in MvcUriComponentsBuilder</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/34c69bfc6751ea2e0feccb64f3b3e430cb0c08b8";><code>34c69bf</code></a>
 Allow empty comment in ServerResponse.SseBuilder</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/37d7af42ac401ae9a93c675af00ef7ad9b13fff2";><code>37d7af4</code></a>
 Allow setting ApplicationContext on MockServerWebExchange</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/cc986cd2e84e550288e763b255aae7703b8976b1";><code>cc986cd</code></a>
 Defer triggerAfterCompletion invocation in doRollbackOnCommitException</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/014172563842f10914f17ece85a14ecccefd338a";><code>0141725</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0c2ba4e38e809a5e7ad549393103f4d9c5bb3a9e";><code>0c2ba4e</code></a>
 Recursively box/unbox nested inline value classes</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/c6a9aa59a3bd4d13f67e531406556cc02faab7bb";><code>c6a9aa5</code></a>
 Remove BDDMockito Checkstyle rule</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/ad949a7450bb3887d940754deb2b013b584bc8d4";><code>ad949a7</code></a>
 Add includeNonSingletons flag for ObjectProvider stream access</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v6.2.4...v6.2.5";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-aop` from 6.2.4 to 6.2.5
   <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.5</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Make dependencies on AssertJ and JUnit in <code>spring-core-test</code> 
optional <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34612";>#34612</a></li>
   <li>Suggest compilation with <code>-parameters</code> when 
<code>AspectJAdviceParameterNameDiscoverer</code> fails against ambiguity <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34609";>#34609</a></li>
   <li>SseBuilder in ServerResponse should allow empty comment <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34608";>#34608</a></li>
   <li>MockServerWebExchange does not allow setting the ApplicationContext on 
the base class <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34601";>#34601</a></li>
   <li><code>FormHttpMessageConverter</code> should throw 
<code>HttpMessageNotReadableException</code> when the http form data is invalid 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/34594";>#34594</a></li>
   <li>Provide a method to retrieve all singleton autowire candidates from the 
bean factory <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34591";>#34591</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>PathMatchingResourcePatternResolver regression for jar root scanning in 
6.2.4 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34607";>#34607</a></li>
   <li>AbstractReactiveTransactionManager throws IllegalStateException when 
rollback fails after commit attempt <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34595";>#34595</a></li>
   <li>Recursively boxing/unboxing nested inline value classes <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/34592";>#34592</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li><code>MvcUriComponentsBuilder</code> javadocs inaccurately reflects 
usage of forwarded headers <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34615";>#34615</a></li>
   <li>Fix formatting and update links to scripting libraries and HDIV <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/34603";>#34603</a></li>
   <li>Remove dubious link to MockObjects Web site in reference manual <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34593";>#34593</a></li>
   <li>Fix <code>StringUtils#uriDecode</code> Javadoc <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34590";>#34590</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to ASM 9.8 (for early Java 25 support) <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34600";>#34600</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/Helmsdown";><code>@​Helmsdown</code></a>, <a 
href="https://github.com/dmitrysulman";><code>@​dmitrysulman</code></a>, and <a 
href="https://github.com/ngocnhan-tran1996";><code>@​ngocnhan-tran1996</code></a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0f19fa5d8eb3214ca391732065ee1c14d45c1744";><code>0f19fa5</code></a>
 Release v6.2.5</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/208d52d852d6455828c128b034608cec19e69259";><code>208d52d</code></a>
 Introduce Checkstyle rule for separator symbol location</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/18c3b637e4040865ac7237239cc59176f7ccad18";><code>18c3b63</code></a>
 Fix dated Javadoc in MvcUriComponentsBuilder</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/34c69bfc6751ea2e0feccb64f3b3e430cb0c08b8";><code>34c69bf</code></a>
 Allow empty comment in ServerResponse.SseBuilder</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/37d7af42ac401ae9a93c675af00ef7ad9b13fff2";><code>37d7af4</code></a>
 Allow setting ApplicationContext on MockServerWebExchange</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/cc986cd2e84e550288e763b255aae7703b8976b1";><code>cc986cd</code></a>
 Defer triggerAfterCompletion invocation in doRollbackOnCommitException</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/014172563842f10914f17ece85a14ecccefd338a";><code>0141725</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0c2ba4e38e809a5e7ad549393103f4d9c5bb3a9e";><code>0c2ba4e</code></a>
 Recursively box/unbox nested inline value classes</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/c6a9aa59a3bd4d13f67e531406556cc02faab7bb";><code>c6a9aa5</code></a>
 Remove BDDMockito Checkstyle rule</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/ad949a7450bb3887d940754deb2b013b584bc8d4";><code>ad949a7</code></a>
 Add includeNonSingletons flag for ObjectProvider stream access</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v6.2.4...v6.2.5";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-context` from 6.2.4 to 6.2.5
   <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.5</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Make dependencies on AssertJ and JUnit in <code>spring-core-test</code> 
optional <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34612";>#34612</a></li>
   <li>Suggest compilation with <code>-parameters</code> when 
<code>AspectJAdviceParameterNameDiscoverer</code> fails against ambiguity <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34609";>#34609</a></li>
   <li>SseBuilder in ServerResponse should allow empty comment <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34608";>#34608</a></li>
   <li>MockServerWebExchange does not allow setting the ApplicationContext on 
the base class <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34601";>#34601</a></li>
   <li><code>FormHttpMessageConverter</code> should throw 
<code>HttpMessageNotReadableException</code> when the http form data is invalid 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/34594";>#34594</a></li>
   <li>Provide a method to retrieve all singleton autowire candidates from the 
bean factory <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34591";>#34591</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>PathMatchingResourcePatternResolver regression for jar root scanning in 
6.2.4 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34607";>#34607</a></li>
   <li>AbstractReactiveTransactionManager throws IllegalStateException when 
rollback fails after commit attempt <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34595";>#34595</a></li>
   <li>Recursively boxing/unboxing nested inline value classes <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/34592";>#34592</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li><code>MvcUriComponentsBuilder</code> javadocs inaccurately reflects 
usage of forwarded headers <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34615";>#34615</a></li>
   <li>Fix formatting and update links to scripting libraries and HDIV <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/34603";>#34603</a></li>
   <li>Remove dubious link to MockObjects Web site in reference manual <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34593";>#34593</a></li>
   <li>Fix <code>StringUtils#uriDecode</code> Javadoc <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34590";>#34590</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to ASM 9.8 (for early Java 25 support) <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34600";>#34600</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/Helmsdown";><code>@​Helmsdown</code></a>, <a 
href="https://github.com/dmitrysulman";><code>@​dmitrysulman</code></a>, and <a 
href="https://github.com/ngocnhan-tran1996";><code>@​ngocnhan-tran1996</code></a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0f19fa5d8eb3214ca391732065ee1c14d45c1744";><code>0f19fa5</code></a>
 Release v6.2.5</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/208d52d852d6455828c128b034608cec19e69259";><code>208d52d</code></a>
 Introduce Checkstyle rule for separator symbol location</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/18c3b637e4040865ac7237239cc59176f7ccad18";><code>18c3b63</code></a>
 Fix dated Javadoc in MvcUriComponentsBuilder</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/34c69bfc6751ea2e0feccb64f3b3e430cb0c08b8";><code>34c69bf</code></a>
 Allow empty comment in ServerResponse.SseBuilder</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/37d7af42ac401ae9a93c675af00ef7ad9b13fff2";><code>37d7af4</code></a>
 Allow setting ApplicationContext on MockServerWebExchange</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/cc986cd2e84e550288e763b255aae7703b8976b1";><code>cc986cd</code></a>
 Defer triggerAfterCompletion invocation in doRollbackOnCommitException</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/014172563842f10914f17ece85a14ecccefd338a";><code>0141725</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0c2ba4e38e809a5e7ad549393103f4d9c5bb3a9e";><code>0c2ba4e</code></a>
 Recursively box/unbox nested inline value classes</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/c6a9aa59a3bd4d13f67e531406556cc02faab7bb";><code>c6a9aa5</code></a>
 Remove BDDMockito Checkstyle rule</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/ad949a7450bb3887d940754deb2b013b584bc8d4";><code>ad949a7</code></a>
 Add includeNonSingletons flag for ObjectProvider stream access</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v6.2.4...v6.2.5";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-beans` from 6.2.4 to 6.2.5
   <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.5</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Make dependencies on AssertJ and JUnit in <code>spring-core-test</code> 
optional <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34612";>#34612</a></li>
   <li>Suggest compilation with <code>-parameters</code> when 
<code>AspectJAdviceParameterNameDiscoverer</code> fails against ambiguity <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34609";>#34609</a></li>
   <li>SseBuilder in ServerResponse should allow empty comment <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34608";>#34608</a></li>
   <li>MockServerWebExchange does not allow setting the ApplicationContext on 
the base class <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34601";>#34601</a></li>
   <li><code>FormHttpMessageConverter</code> should throw 
<code>HttpMessageNotReadableException</code> when the http form data is invalid 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/34594";>#34594</a></li>
   <li>Provide a method to retrieve all singleton autowire candidates from the 
bean factory <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34591";>#34591</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>PathMatchingResourcePatternResolver regression for jar root scanning in 
6.2.4 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34607";>#34607</a></li>
   <li>AbstractReactiveTransactionManager throws IllegalStateException when 
rollback fails after commit attempt <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34595";>#34595</a></li>
   <li>Recursively boxing/unboxing nested inline value classes <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/34592";>#34592</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li><code>MvcUriComponentsBuilder</code> javadocs inaccurately reflects 
usage of forwarded headers <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34615";>#34615</a></li>
   <li>Fix formatting and update links to scripting libraries and HDIV <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/34603";>#34603</a></li>
   <li>Remove dubious link to MockObjects Web site in reference manual <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34593";>#34593</a></li>
   <li>Fix <code>StringUtils#uriDecode</code> Javadoc <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34590";>#34590</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to ASM 9.8 (for early Java 25 support) <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34600";>#34600</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/Helmsdown";><code>@​Helmsdown</code></a>, <a 
href="https://github.com/dmitrysulman";><code>@​dmitrysulman</code></a>, and <a 
href="https://github.com/ngocnhan-tran1996";><code>@​ngocnhan-tran1996</code></a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0f19fa5d8eb3214ca391732065ee1c14d45c1744";><code>0f19fa5</code></a>
 Release v6.2.5</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/208d52d852d6455828c128b034608cec19e69259";><code>208d52d</code></a>
 Introduce Checkstyle rule for separator symbol location</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/18c3b637e4040865ac7237239cc59176f7ccad18";><code>18c3b63</code></a>
 Fix dated Javadoc in MvcUriComponentsBuilder</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/34c69bfc6751ea2e0feccb64f3b3e430cb0c08b8";><code>34c69bf</code></a>
 Allow empty comment in ServerResponse.SseBuilder</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/37d7af42ac401ae9a93c675af00ef7ad9b13fff2";><code>37d7af4</code></a>
 Allow setting ApplicationContext on MockServerWebExchange</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/cc986cd2e84e550288e763b255aae7703b8976b1";><code>cc986cd</code></a>
 Defer triggerAfterCompletion invocation in doRollbackOnCommitException</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/014172563842f10914f17ece85a14ecccefd338a";><code>0141725</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0c2ba4e38e809a5e7ad549393103f4d9c5bb3a9e";><code>0c2ba4e</code></a>
 Recursively box/unbox nested inline value classes</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/c6a9aa59a3bd4d13f67e531406556cc02faab7bb";><code>c6a9aa5</code></a>
 Remove BDDMockito Checkstyle rule</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/ad949a7450bb3887d940754deb2b013b584bc8d4";><code>ad949a7</code></a>
 Add includeNonSingletons flag for ObjectProvider stream access</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v6.2.4...v6.2.5";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-expression` from 6.2.4 to 6.2.5
   <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.5</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Make dependencies on AssertJ and JUnit in <code>spring-core-test</code> 
optional <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34612";>#34612</a></li>
   <li>Suggest compilation with <code>-parameters</code> when 
<code>AspectJAdviceParameterNameDiscoverer</code> fails against ambiguity <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34609";>#34609</a></li>
   <li>SseBuilder in ServerResponse should allow empty comment <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34608";>#34608</a></li>
   <li>MockServerWebExchange does not allow setting the ApplicationContext on 
the base class <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34601";>#34601</a></li>
   <li><code>FormHttpMessageConverter</code> should throw 
<code>HttpMessageNotReadableException</code> when the http form data is invalid 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/34594";>#34594</a></li>
   <li>Provide a method to retrieve all singleton autowire candidates from the 
bean factory <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34591";>#34591</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>PathMatchingResourcePatternResolver regression for jar root scanning in 
6.2.4 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34607";>#34607</a></li>
   <li>AbstractReactiveTransactionManager throws IllegalStateException when 
rollback fails after commit attempt <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34595";>#34595</a></li>
   <li>Recursively boxing/unboxing nested inline value classes <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/34592";>#34592</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li><code>MvcUriComponentsBuilder</code> javadocs inaccurately reflects 
usage of forwarded headers <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34615";>#34615</a></li>
   <li>Fix formatting and update links to scripting libraries and HDIV <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/34603";>#34603</a></li>
   <li>Remove dubious link to MockObjects Web site in reference manual <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34593";>#34593</a></li>
   <li>Fix <code>StringUtils#uriDecode</code> Javadoc <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34590";>#34590</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to ASM 9.8 (for early Java 25 support) <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34600";>#34600</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/Helmsdown";><code>@​Helmsdown</code></a>, <a 
href="https://github.com/dmitrysulman";><code>@​dmitrysulman</code></a>, and <a 
href="https://github.com/ngocnhan-tran1996";><code>@​ngocnhan-tran1996</code></a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0f19fa5d8eb3214ca391732065ee1c14d45c1744";><code>0f19fa5</code></a>
 Release v6.2.5</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/208d52d852d6455828c128b034608cec19e69259";><code>208d52d</code></a>
 Introduce Checkstyle rule for separator symbol location</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/18c3b637e4040865ac7237239cc59176f7ccad18";><code>18c3b63</code></a>
 Fix dated Javadoc in MvcUriComponentsBuilder</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/34c69bfc6751ea2e0feccb64f3b3e430cb0c08b8";><code>34c69bf</code></a>
 Allow empty comment in ServerResponse.SseBuilder</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/37d7af42ac401ae9a93c675af00ef7ad9b13fff2";><code>37d7af4</code></a>
 Allow setting ApplicationContext on MockServerWebExchange</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/cc986cd2e84e550288e763b255aae7703b8976b1";><code>cc986cd</code></a>
 Defer triggerAfterCompletion invocation in doRollbackOnCommitException</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/014172563842f10914f17ece85a14ecccefd338a";><code>0141725</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0c2ba4e38e809a5e7ad549393103f4d9c5bb3a9e";><code>0c2ba4e</code></a>
 Recursively box/unbox nested inline value classes</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/c6a9aa59a3bd4d13f67e531406556cc02faab7bb";><code>c6a9aa5</code></a>
 Remove BDDMockito Checkstyle rule</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/ad949a7450bb3887d940754deb2b013b584bc8d4";><code>ad949a7</code></a>
 Add includeNonSingletons flag for ObjectProvider stream access</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v6.2.4...v6.2.5";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-tx` from 6.2.4 to 6.2.5
   <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.5</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Make dependencies on AssertJ and JUnit in <code>spring-core-test</code> 
optional <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34612";>#34612</a></li>
   <li>Suggest compilation with <code>-parameters</code> when 
<code>AspectJAdviceParameterNameDiscoverer</code> fails against ambiguity <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34609";>#34609</a></li>
   <li>SseBuilder in ServerResponse should allow empty comment <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34608";>#34608</a></li>
   <li>MockServerWebExchange does not allow setting the ApplicationContext on 
the base class <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34601";>#34601</a></li>
   <li><code>FormHttpMessageConverter</code> should throw 
<code>HttpMessageNotReadableException</code> when the http form data is invalid 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/34594";>#34594</a></li>
   <li>Provide a method to retrieve all singleton autowire candidates from the 
bean factory <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34591";>#34591</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>PathMatchingResourcePatternResolver regression for jar root scanning in 
6.2.4 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34607";>#34607</a></li>
   <li>AbstractReactiveTransactionManager throws IllegalStateException when 
rollback fails after commit attempt <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34595";>#34595</a></li>
   <li>Recursively boxing/unboxing nested inline value classes <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/34592";>#34592</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li><code>MvcUriComponentsBuilder</code> javadocs inaccurately reflects 
usage of forwarded headers <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34615";>#34615</a></li>
   <li>Fix formatting and update links to scripting libraries and HDIV <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/34603";>#34603</a></li>
   <li>Remove dubious link to MockObjects Web site in reference manual <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34593";>#34593</a></li>
   <li>Fix <code>StringUtils#uriDecode</code> Javadoc <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34590";>#34590</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to ASM 9.8 (for early Java 25 support) <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34600";>#34600</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/Helmsdown";><code>@​Helmsdown</code></a>, <a 
href="https://github.com/dmitrysulman";><code>@​dmitrysulman</code></a>, and <a 
href="https://github.com/ngocnhan-tran1996";><code>@​ngocnhan-tran1996</code></a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0f19fa5d8eb3214ca391732065ee1c14d45c1744";><code>0f19fa5</code></a>
 Release v6.2.5</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/208d52d852d6455828c128b034608cec19e69259";><code>208d52d</code></a>
 Introduce Checkstyle rule for separator symbol location</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/18c3b637e4040865ac7237239cc59176f7ccad18";><code>18c3b63</code></a>
 Fix dated Javadoc in MvcUriComponentsBuilder</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/34c69bfc6751ea2e0feccb64f3b3e430cb0c08b8";><code>34c69bf</code></a>
 Allow empty comment in ServerResponse.SseBuilder</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/37d7af42ac401ae9a93c675af00ef7ad9b13fff2";><code>37d7af4</code></a>
 Allow setting ApplicationContext on MockServerWebExchange</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/cc986cd2e84e550288e763b255aae7703b8976b1";><code>cc986cd</code></a>
 Defer triggerAfterCompletion invocation in doRollbackOnCommitException</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/014172563842f10914f17ece85a14ecccefd338a";><code>0141725</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0c2ba4e38e809a5e7ad549393103f4d9c5bb3a9e";><code>0c2ba4e</code></a>
 Recursively box/unbox nested inline value classes</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/c6a9aa59a3bd4d13f67e531406556cc02faab7bb";><code>c6a9aa5</code></a>
 Remove BDDMockito Checkstyle rule</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/ad949a7450bb3887d940754deb2b013b584bc8d4";><code>ad949a7</code></a>
 Add includeNonSingletons flag for ObjectProvider stream access</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v6.2.4...v6.2.5";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-jdbc` from 6.2.4 to 6.2.5
   <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.5</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Make dependencies on AssertJ and JUnit in <code>spring-core-test</code> 
optional <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34612";>#34612</a></li>
   <li>Suggest compilation with <code>-parameters</code> when 
<code>AspectJAdviceParameterNameDiscoverer</code> fails against ambiguity <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34609";>#34609</a></li>
   <li>SseBuilder in ServerResponse should allow empty comment <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34608";>#34608</a></li>
   <li>MockServerWebExchange does not allow setting the ApplicationContext on 
the base class <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34601";>#34601</a></li>
   <li><code>FormHttpMessageConverter</code> should throw 
<code>HttpMessageNotReadableException</code> when the http form data is invalid 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/34594";>#34594</a></li>
   <li>Provide a method to retrieve all singleton autowire candidates from the 
bean factory <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34591";>#34591</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>PathMatchingResourcePatternResolver regression for jar root scanning in 
6.2.4 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34607";>#34607</a></li>
   <li>AbstractReactiveTransactionManager throws IllegalStateException when 
rollback fails after commit attempt <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34595";>#34595</a></li>
   <li>Recursively boxing/unboxing nested inline value classes <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/34592";>#34592</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li><code>MvcUriComponentsBuilder</code> javadocs inaccurately reflects 
usage of forwarded headers <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34615";>#34615</a></li>
   <li>Fix formatting and update links to scripting libraries and HDIV <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/34603";>#34603</a></li>
   <li>Remove dubious link to MockObjects Web site in reference manual <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34593";>#34593</a></li>
   <li>Fix <code>StringUtils#uriDecode</code> Javadoc <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34590";>#34590</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to ASM 9.8 (for early Java 25 support) <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34600";>#34600</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/Helmsdown";><code>@​Helmsdown</code></a>, <a 
href="https://github.com/dmitrysulman";><code>@​dmitrysulman</code></a>, and <a 
href="https://github.com/ngocnhan-tran1996";><code>@​ngocnhan-tran1996</code></a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0f19fa5d8eb3214ca391732065ee1c14d45c1744";><code>0f19fa5</code></a>
 Release v6.2.5</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/208d52d852d6455828c128b034608cec19e69259";><code>208d52d</code></a>
 Introduce Checkstyle rule for separator symbol location</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/18c3b637e4040865ac7237239cc59176f7ccad18";><code>18c3b63</code></a>
 Fix dated Javadoc in MvcUriComponentsBuilder</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/34c69bfc6751ea2e0feccb64f3b3e430cb0c08b8";><code>34c69bf</code></a>
 Allow empty comment in ServerResponse.SseBuilder</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/37d7af42ac401ae9a93c675af00ef7ad9b13fff2";><code>37d7af4</code></a>
 Allow setting ApplicationContext on MockServerWebExchange</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/cc986cd2e84e550288e763b255aae7703b8976b1";><code>cc986cd</code></a>
 Defer triggerAfterCompletion invocation in doRollbackOnCommitException</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/014172563842f10914f17ece85a14ecccefd338a";><code>0141725</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0c2ba4e38e809a5e7ad549393103f4d9c5bb3a9e";><code>0c2ba4e</code></a>
 Recursively box/unbox nested inline value classes</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/c6a9aa59a3bd4d13f67e531406556cc02faab7bb";><code>c6a9aa5</code></a>
 Remove BDDMockito Checkstyle rule</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/ad949a7450bb3887d940754deb2b013b584bc8d4";><code>ad949a7</code></a>
 Add includeNonSingletons flag for ObjectProvider stream access</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v6.2.4...v6.2.5";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-webmvc` from 6.2.4 to 6.2.5
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-framework/releases";>org.springframework:spring-webmvc's
 releases</a>.</em></p>
   <blockquote>
   <h2>v6.2.5</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Make dependencies on AssertJ and JUnit in <code>spring-core-test</code> 
optional <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34612";>#34612</a></li>
   <li>Suggest compilation with <code>-parameters</code> when 
<code>AspectJAdviceParameterNameDiscoverer</code> fails against ambiguity <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34609";>#34609</a></li>
   <li>SseBuilder in ServerResponse should allow empty comment <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34608";>#34608</a></li>
   <li>MockServerWebExchange does not allow setting the ApplicationContext on 
the base class <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34601";>#34601</a></li>
   <li><code>FormHttpMessageConverter</code> should throw 
<code>HttpMessageNotReadableException</code> when the http form data is invalid 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/34594";>#34594</a></li>
   <li>Provide a method to retrieve all singleton autowire candidates from the 
bean factory <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34591";>#34591</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>PathMatchingResourcePatternResolver regression for jar root scanning in 
6.2.4 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34607";>#34607</a></li>
   <li>AbstractReactiveTransactionManager throws IllegalStateException when 
rollback fails after commit attempt <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34595";>#34595</a></li>
   <li>Recursively boxing/unboxing nested inline value classes <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/34592";>#34592</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li><code>MvcUriComponentsBuilder</code> javadocs inaccurately reflects 
usage of forwarded headers <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34615";>#34615</a></li>
   <li>Fix formatting and update links to scripting libraries and HDIV <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/34603";>#34603</a></li>
   <li>Remove dubious link to MockObjects Web site in reference manual <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34593";>#34593</a></li>
   <li>Fix <code>StringUtils#uriDecode</code> Javadoc <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34590";>#34590</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to ASM 9.8 (for early Java 25 support) <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34600";>#34600</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/Helmsdown";><code>@​Helmsdown</code></a>, <a 
href="https://github.com/dmitrysulman";><code>@​dmitrysulman</code></a>, and <a 
href="https://github.com/ngocnhan-tran1996";><code>@​ngocnhan-tran1996</code></a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0f19fa5d8eb3214ca391732065ee1c14d45c1744";><code>0f19fa5</code></a>
 Release v6.2.5</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/208d52d852d6455828c128b034608cec19e69259";><code>208d52d</code></a>
 Introduce Checkstyle rule for separator symbol location</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/18c3b637e4040865ac7237239cc59176f7ccad18";><code>18c3b63</code></a>
 Fix dated Javadoc in MvcUriComponentsBuilder</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/34c69bfc6751ea2e0feccb64f3b3e430cb0c08b8";><code>34c69bf</code></a>
 Allow empty comment in ServerResponse.SseBuilder</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/37d7af42ac401ae9a93c675af00ef7ad9b13fff2";><code>37d7af4</code></a>
 Allow setting ApplicationContext on MockServerWebExchange</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/cc986cd2e84e550288e763b255aae7703b8976b1";><code>cc986cd</code></a>
 Defer triggerAfterCompletion invocation in doRollbackOnCommitException</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/014172563842f10914f17ece85a14ecccefd338a";><code>0141725</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0c2ba4e38e809a5e7ad549393103f4d9c5bb3a9e";><code>0c2ba4e</code></a>
 Recursively box/unbox nested inline value classes</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/c6a9aa59a3bd4d13f67e531406556cc02faab7bb";><code>c6a9aa5</code></a>
 Remove BDDMockito Checkstyle rule</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/ad949a7450bb3887d940754deb2b013b584bc8d4";><code>ad949a7</code></a>
 Add includeNonSingletons flag for ObjectProvider stream access</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v6.2.4...v6.2.5";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-context-support` from 6.2.4 to 6.2.5
   <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.5</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Make dependencies on AssertJ and JUnit in <code>spring-core-test</code> 
optional <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34612";>#34612</a></li>
   <li>Suggest compilation with <code>-parameters</code> when 
<code>AspectJAdviceParameterNameDiscoverer</code> fails against ambiguity <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34609";>#34609</a></li>
   <li>SseBuilder in ServerResponse should allow empty comment <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34608";>#34608</a></li>
   <li>MockServerWebExchange does not allow setting the ApplicationContext on 
the base class <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34601";>#34601</a></li>
   <li><code>FormHttpMessageConverter</code> should throw 
<code>HttpMessageNotReadableException</code> when the http form data is invalid 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/34594";>#34594</a></li>
   <li>Provide a method to retrieve all singleton autowire candidates from the 
bean factory <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34591";>#34591</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>PathMatchingResourcePatternResolver regression for jar root scanning in 
6.2.4 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34607";>#34607</a></li>
   <li>AbstractReactiveTransactionManager throws IllegalStateException when 
rollback fails after commit attempt <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34595";>#34595</a></li>
   <li>Recursively boxing/unboxing nested inline value classes <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/34592";>#34592</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li><code>MvcUriComponentsBuilder</code> javadocs inaccurately reflects 
usage of forwarded headers <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34615";>#34615</a></li>
   <li>Fix formatting and update links to scripting libraries and HDIV <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/34603";>#34603</a></li>
   <li>Remove dubious link to MockObjects Web site in reference manual <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34593";>#34593</a></li>
   <li>Fix <code>StringUtils#uriDecode</code> Javadoc <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34590";>#34590</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to ASM 9.8 (for early Java 25 support) <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34600";>#34600</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/Helmsdown";><code>@​Helmsdown</code></a>, <a 
href="https://github.com/dmitrysulman";><code>@​dmitrysulman</code></a>, and <a 
href="https://github.com/ngocnhan-tran1996";><code>@​ngocnhan-tran1996</code></a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0f19fa5d8eb3214ca391732065ee1c14d45c1744";><code>0f19fa5</code></a>
 Release v6.2.5</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/208d52d852d6455828c128b034608cec19e69259";><code>208d52d</code></a>
 Introduce Checkstyle rule for separator symbol location</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/18c3b637e4040865ac7237239cc59176f7ccad18";><code>18c3b63</code></a>
 Fix dated Javadoc in MvcUriComponentsBuilder</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/34c69bfc6751ea2e0feccb64f3b3e430cb0c08b8";><code>34c69bf</code></a>
 Allow empty comment in ServerResponse.SseBuilder</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/37d7af42ac401ae9a93c675af00ef7ad9b13fff2";><code>37d7af4</code></a>
 Allow setting ApplicationContext on MockServerWebExchange</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/cc986cd2e84e550288e763b255aae7703b8976b1";><code>cc986cd</code></a>
 Defer triggerAfterCompletion invocation in doRollbackOnCommitException</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/014172563842f10914f17ece85a14ecccefd338a";><code>0141725</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0c2ba4e38e809a5e7ad549393103f4d9c5bb3a9e";><code>0c2ba4e</code></a>
 Recursively box/unbox nested inline value classes</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/c6a9aa59a3bd4d13f67e531406556cc02faab7bb";><code>c6a9aa5</code></a>
 Remove BDDMockito Checkstyle rule</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/ad949a7450bb3887d940754deb2b013b584bc8d4";><code>ad949a7</code></a>
 Add includeNonSingletons flag for ObjectProvider stream access</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v6.2.4...v6.2.5";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-jms` from 6.2.4 to 6.2.5
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-framework/releases";>org.springframework:spring-jms's
 releases</a>.</em></p>
   <blockquote>
   <h2>v6.2.5</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Make dependencies on AssertJ and JUnit in <code>spring-core-test</code> 
optional <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34612";>#34612</a></li>
   <li>Suggest compilation with <code>-parameters</code> when 
<code>AspectJAdviceParameterNameDiscoverer</code> fails against ambiguity <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34609";>#34609</a></li>
   <li>SseBuilder in ServerResponse should allow empty comment <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34608";>#34608</a></li>
   <li>MockServerWebExchange does not allow setting the ApplicationContext on 
the base class <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34601";>#34601</a></li>
   <li><code>FormHttpMessageConverter</code> should throw 
<code>HttpMessageNotReadableException</code> when the http form data is invalid 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/34594";>#34594</a></li>
   <li>Provide a method to retrieve all singleton autowire candidates from the 
bean factory <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34591";>#34591</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>PathMatchingResourcePatternResolver regression for jar root scanning in 
6.2.4 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34607";>#34607</a></li>
   <li>AbstractReactiveTransactionManager throws IllegalStateException when 
rollback fails after commit attempt <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34595";>#34595</a></li>
   <li>Recursively boxing/unboxing nested inline value classes <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/34592";>#34592</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li><code>MvcUriComponentsBuilder</code> javadocs inaccurately reflects 
usage of forwarded headers <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34615";>#34615</a></li>
   <li>Fix formatting and update links to scripting libraries and HDIV <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/34603";>#34603</a></li>
   <li>Remove dubious link to MockObjects Web site in reference manual <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34593";>#34593</a></li>
   <li>Fix <code>StringUtils#uriDecode</code> Javadoc <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34590";>#34590</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to ASM 9.8 (for early Java 25 support) <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34600";>#34600</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/Helmsdown";><code>@​Helmsdown</code></a>, <a 
href="https://github.com/dmitrysulman";><code>@​dmitrysulman</code></a>, and <a 
href="https://github.com/ngocnhan-tran1996";><code>@​ngocnhan-tran1996</code></a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0f19fa5d8eb3214ca391732065ee1c14d45c1744";><code>0f19fa5</code></a>
 Release v6.2.5</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/208d52d852d6455828c128b034608cec19e69259";><code>208d52d</code></a>
 Introduce Checkstyle rule for separator symbol location</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/18c3b637e4040865ac7237239cc59176f7ccad18";><code>18c3b63</code></a>
 Fix dated Javadoc in MvcUriComponentsBuilder</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/34c69bfc6751ea2e0feccb64f3b3e430cb0c08b8";><code>34c69bf</code></a>
 Allow empty comment in ServerResponse.SseBuilder</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/37d7af42ac401ae9a93c675af00ef7ad9b13fff2";><code>37d7af4</code></a>
 Allow setting ApplicationContext on MockServerWebExchange</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/cc986cd2e84e550288e763b255aae7703b8976b1";><code>cc986cd</code></a>
 Defer triggerAfterCompletion invocation in doRollbackOnCommitException</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/014172563842f10914f17ece85a14ecccefd338a";><code>0141725</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0c2ba4e38e809a5e7ad549393103f4d9c5bb3a9e";><code>0c2ba4e</code></a>
 Recursively box/unbox nested inline value classes</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/c6a9aa59a3bd4d13f67e531406556cc02faab7bb";><code>c6a9aa5</code></a>
 Remove BDDMockito Checkstyle rule</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/ad949a7450bb3887d940754deb2b013b584bc8d4";><code>ad949a7</code></a>
 Add includeNonSingletons flag for ObjectProvider stream access</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v6.2.4...v6.2.5";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-orm` from 6.2.4 to 6.2.5
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-framework/releases";>org.springframework:spring-orm's
 releases</a>.</em></p>
   <blockquote>
   <h2>v6.2.5</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Make dependencies on AssertJ and JUnit in <code>spring-core-test</code> 
optional <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34612";>#34612</a></li>
   <li>Suggest compilation with <code>-parameters</code> when 
<code>AspectJAdviceParameterNameDiscoverer</code> fails against ambiguity <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34609";>#34609</a></li>
   <li>SseBuilder in ServerResponse should allow empty comment <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34608";>#34608</a></li>
   <li>MockServerWebExchange does not allow setting the ApplicationContext on 
the base class <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34601";>#34601</a></li>
   <li><code>FormHttpMessageConverter</code> should throw 
<code>HttpMessageNotReadableException</code> when the http form data is invalid 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/34594";>#34594</a></li>
   <li>Provide a method to retrieve all singleton autowire candidates from the 
bean factory <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34591";>#34591</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>PathMatchingResourcePatternResolver regression for jar root scanning in 
6.2.4 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34607";>#34607</a></li>
   <li>AbstractReactiveTransactionManager throws IllegalStateException when 
rollback fails after commit attempt <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34595";>#34595</a></li>
   <li>Recursively boxing/unboxing nested inline value classes <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/34592";>#34592</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li><code>MvcUriComponentsBuilder</code> javadocs inaccurately reflects 
usage of forwarded headers <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34615";>#34615</a></li>
   <li>Fix formatting and update links to scripting libraries and HDIV <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/34603";>#34603</a></li>
   <li>Remove dubious link to MockObjects Web site in reference manual <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34593";>#34593</a></li>
   <li>Fix <code>StringUtils#uriDecode</code> Javadoc <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34590";>#34590</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to ASM 9.8 (for early Java 25 support) <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/34600";>#34600</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/Helmsdown";><code>@​Helmsdown</code></a>, <a 
href="https://github.com/dmitrysulman";><code>@​dmitrysulman</code></a>, and <a 
href="https://github.com/ngocnhan-tran1996";><code>@​ngocnhan-tran1996</code></a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0f19fa5d8eb3214ca391732065ee1c14d45c1744";><code>0f19fa5</code></a>
 Release v6.2.5</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/208d52d852d6455828c128b034608cec19e69259";><code>208d52d</code></a>
 Introduce Checkstyle rule for separator symbol location</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/18c3b637e4040865ac7237239cc59176f7ccad18";><code>18c3b63</code></a>
 Fix dated Javadoc in MvcUriComponentsBuilder</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/34c69bfc6751ea2e0feccb64f3b3e430cb0c08b8";><code>34c69bf</code></a>
 Allow empty comment in ServerResponse.SseBuilder</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/37d7af42ac401ae9a93c675af00ef7ad9b13fff2";><code>37d7af4</code></a>
 Allow setting ApplicationContext on MockServerWebExchange</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/cc986cd2e84e550288e763b255aae7703b8976b1";><code>cc986cd</code></a>
 Defer triggerAfterCompletion invocation in doRollbackOnCommitException</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0141725...
   
   _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