dependabot[bot] opened a new pull request, #1105:
URL: https://github.com/apache/axis-axis2-java-core/pull/1105

   Bumps `spring.version` from 7.0.2 to 7.0.3.
   Updates `org.springframework:spring-core` from 7.0.2 to 7.0.3
   <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>v7.0.3</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>DisconnectedClientHelper should detect presence of RestClientException 
and WebClientException separately <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/36141";>#36141</a></li>
   <li>Deprecate <code>PagedListHolder</code> and 
<code>PropertyComparator</code> for removal <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36139";>#36139</a></li>
   <li>Add DataAccessException and MessagingException to the excluded outermost 
exceptions in DisconnectedClientHelper <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36134";>#36134</a></li>
   <li>Support property placeholders in HTTP service registry <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/36126";>#36126</a></li>
   <li>Introduce Spring property to disable context pausing for tests <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36117";>#36117</a></li>
   <li>Retain original requested bean class for SpringContainedBean <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/36116";>#36116</a></li>
   <li>Add task rejection support to SyncTaskExecutor's concurrency throttle <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36114";>#36114</a></li>
   <li>Precompute <code>PropertyDescriptor</code> array in 
<code>SimpleBeanInfoFactory</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36112";>#36112</a></li>
   <li>Add option for <code>@ConcurrencyLimit</code> to throw rejection 
exception <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36109";>#36109</a></li>
   <li>Support HttpComponents 5.6 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36100";>#36100</a></li>
   <li>Fix double encoding in <code>DefaultApiVersionInserter</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/36097";>#36097</a></li>
   <li>Optimize single-char wildcard path matching performance <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/36095";>#36095</a></li>
   <li>Allow WebFlux ApiVersionResolver to return a Mono <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/36084";>#36084</a></li>
   <li>Configure HttpMessageConverters as a list <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/36083";>#36083</a></li>
   <li>HTTP Interface with an <code>@RequestBody Object</code> method parameter 
should use class of actual value <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36078";>#36078</a></li>
   <li>Consistently declare <code>@Nullable</code> on  parameter in 
<code>equals()</code> implementations <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/36075";>#36075</a></li>
   <li>Support listener registration for <code>@Transactional</code> triggered 
method rollbacks <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36073";>#36073</a></li>
   <li>Introduce generalized <code>MethodFailureEvent</code> for use in 
<code>EventPublicationInterceptor</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36072";>#36072</a></li>
   <li>Avoid duplicate flushes in StringHttpMessageConverter <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36065";>#36065</a></li>
   <li>When no API version is provided, static resources fail to load <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36059";>#36059</a></li>
   <li>When no API version is provided, <code>/error</code> requests also fail. 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36058";>#36058</a></li>
   <li>Declare <code>TaskCallback</code> return value as potentially nullable 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36057";>#36057</a></li>
   <li>Fix case-insensitive semantics for LinkedCaseInsensitiveMap entrySet <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/36056";>#36056</a></li>
   <li>Update to NullAway 0.12.15 and fix new warnings <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/36054";>#36054</a></li>
   <li>Provide alternative to <code>execute(Retryable)</code> which avoids 
<code>RetryException</code> in favor of rethrowing the last original 
<code>RuntimeException</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36052";>#36052</a></li>
   <li>Avoid unnecessary pausing of application contexts in the TestContext 
framework <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36044";>#36044</a></li>
   <li>Simplify TransactionalOperator.executeAndAwait by removing Optional <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36039";>#36039</a></li>
   <li>Deprecated MockMvcClientHttpRequestFactory is required for tests with 
HTTP service interface proxy <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35989";>#35989</a></li>
   <li>Introduce Jackson XML codecs <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35752";>#35752</a></li>
   <li>Support listener registration for <code>@Retryable</code> triggered 
retry executions <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35382";>#35382</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Fix <code>SmartFactoryBean</code> type matching for 
<code>ResolvableType.NONE</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36123";>#36123</a></li>
   <li><code>AbstractMessageSendingTemplate</code> ignores headers in 
<code>convertAndSend()</code> variant <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36120";>#36120</a></li>
   <li><code>JmsClient.sendAndReceive()</code> fails if headers are included <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36118";>#36118</a></li>
   <li><code>PropertyDescriptorUtils</code> does not reliably resolve 
overloaded write methods <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36113";>#36113</a></li>
   <li>Fix context class resolution for nested types in 
<code>AbstractJacksonHttpMessageConverter</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36111";>#36111</a></li>
   <li><code>DefaultApiVersionInserter</code> encodes already encoded URI <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36080";>#36080</a></li>
   <li>ConverterFactory nullness mismatch with Converter <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36063";>#36063</a></li>
   <li>WiretapConnector leaks data buffers when response body not consumed <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36050";>#36050</a></li>
   <li>CompilationException should not use -1 for line or column numbers when 
they are unknown <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36041";>#36041</a></li>
   <li>org.springframework.core.test.tools.TestCompiler.Errors should handle 
case where warnings are turned into errors <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36037";>#36037</a></li>
   <li>UriComponentsBuilder loses the fragment when it consists of only a 
single character <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36029";>#36029</a></li>
   <li>Parameter names of the handler method are null in 
HandlerInterceptor::preHandle during first invocation of an endpoint <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36024";>#36024</a></li>
   <li><code>PropertyDescriptorUtils</code> does not reliably resolve 
read/write methods in type hierarchies with generics <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36019";>#36019</a></li>
   <li>Illegal reflection use against Hibernate Validator 9 on module path <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36012";>#36012</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/02cdd3615e8ad8e5e4eaf54b7a2ff8cffa83e29d";><code>02cdd36</code></a>
 Release v7.0.3</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/62fd09dfa55f5691dbad9100f872d86f90b9df28";><code>62fd09d</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/9df19dedaf3c4f31382573c379cd0283599980ab";><code>9df19de</code></a>
 Revise wording for PauseMode documentation</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/01a57a72198f6181d8e9c85c726259d326fc8fb3";><code>01a57a7</code></a>
 Simplify DefaultContextCache implementation by using entrySet().removeIf()</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/b5c2003c51aa49dc9a7eeee5e04b89b1f2121edc";><code>b5c2003</code></a>
 Fix variable name</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/5f5da06467eb9324813906894c402b6450e94106";><code>5f5da06</code></a>
 Upgrade to JUnit 6.0.2</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/9f19b4074d3af9170fa07aa959ce4bdd9a7954b0";><code>9f19b40</code></a>
 Exclude DataAccessException and MessagingException in 
DisconnectedClientHelper</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/a784eb0ab4e7305a5f6b3fbf101aeeb1884508ed";><code>a784eb0</code></a>
 Improve DisconnectedClientHelper to better guard ClassNotFoundException</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/fa404063ab16ee72134a65af4a2204cb9f11b532";><code>fa40406</code></a>
 Avoid unnecessary pausing of application contexts for tests</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/948af8bcc6c5fd612cd3190f3a33df234dbc0dd4";><code>948af8b</code></a>
 Fix typo in Javadoc</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v7.0.2...v7.0.3";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-beans` from 7.0.2 to 7.0.3
   <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>v7.0.3</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>DisconnectedClientHelper should detect presence of RestClientException 
and WebClientException separately <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/36141";>#36141</a></li>
   <li>Deprecate <code>PagedListHolder</code> and 
<code>PropertyComparator</code> for removal <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36139";>#36139</a></li>
   <li>Add DataAccessException and MessagingException to the excluded outermost 
exceptions in DisconnectedClientHelper <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36134";>#36134</a></li>
   <li>Support property placeholders in HTTP service registry <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/36126";>#36126</a></li>
   <li>Introduce Spring property to disable context pausing for tests <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36117";>#36117</a></li>
   <li>Retain original requested bean class for SpringContainedBean <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/36116";>#36116</a></li>
   <li>Add task rejection support to SyncTaskExecutor's concurrency throttle <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36114";>#36114</a></li>
   <li>Precompute <code>PropertyDescriptor</code> array in 
<code>SimpleBeanInfoFactory</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36112";>#36112</a></li>
   <li>Add option for <code>@ConcurrencyLimit</code> to throw rejection 
exception <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36109";>#36109</a></li>
   <li>Support HttpComponents 5.6 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36100";>#36100</a></li>
   <li>Fix double encoding in <code>DefaultApiVersionInserter</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/36097";>#36097</a></li>
   <li>Optimize single-char wildcard path matching performance <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/36095";>#36095</a></li>
   <li>Allow WebFlux ApiVersionResolver to return a Mono <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/36084";>#36084</a></li>
   <li>Configure HttpMessageConverters as a list <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/36083";>#36083</a></li>
   <li>HTTP Interface with an <code>@RequestBody Object</code> method parameter 
should use class of actual value <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36078";>#36078</a></li>
   <li>Consistently declare <code>@Nullable</code> on  parameter in 
<code>equals()</code> implementations <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/36075";>#36075</a></li>
   <li>Support listener registration for <code>@Transactional</code> triggered 
method rollbacks <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36073";>#36073</a></li>
   <li>Introduce generalized <code>MethodFailureEvent</code> for use in 
<code>EventPublicationInterceptor</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36072";>#36072</a></li>
   <li>Avoid duplicate flushes in StringHttpMessageConverter <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36065";>#36065</a></li>
   <li>When no API version is provided, static resources fail to load <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36059";>#36059</a></li>
   <li>When no API version is provided, <code>/error</code> requests also fail. 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36058";>#36058</a></li>
   <li>Declare <code>TaskCallback</code> return value as potentially nullable 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36057";>#36057</a></li>
   <li>Fix case-insensitive semantics for LinkedCaseInsensitiveMap entrySet <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/36056";>#36056</a></li>
   <li>Update to NullAway 0.12.15 and fix new warnings <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/36054";>#36054</a></li>
   <li>Provide alternative to <code>execute(Retryable)</code> which avoids 
<code>RetryException</code> in favor of rethrowing the last original 
<code>RuntimeException</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36052";>#36052</a></li>
   <li>Avoid unnecessary pausing of application contexts in the TestContext 
framework <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36044";>#36044</a></li>
   <li>Simplify TransactionalOperator.executeAndAwait by removing Optional <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36039";>#36039</a></li>
   <li>Deprecated MockMvcClientHttpRequestFactory is required for tests with 
HTTP service interface proxy <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35989";>#35989</a></li>
   <li>Introduce Jackson XML codecs <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35752";>#35752</a></li>
   <li>Support listener registration for <code>@Retryable</code> triggered 
retry executions <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35382";>#35382</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Fix <code>SmartFactoryBean</code> type matching for 
<code>ResolvableType.NONE</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36123";>#36123</a></li>
   <li><code>AbstractMessageSendingTemplate</code> ignores headers in 
<code>convertAndSend()</code> variant <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36120";>#36120</a></li>
   <li><code>JmsClient.sendAndReceive()</code> fails if headers are included <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36118";>#36118</a></li>
   <li><code>PropertyDescriptorUtils</code> does not reliably resolve 
overloaded write methods <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36113";>#36113</a></li>
   <li>Fix context class resolution for nested types in 
<code>AbstractJacksonHttpMessageConverter</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36111";>#36111</a></li>
   <li><code>DefaultApiVersionInserter</code> encodes already encoded URI <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36080";>#36080</a></li>
   <li>ConverterFactory nullness mismatch with Converter <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36063";>#36063</a></li>
   <li>WiretapConnector leaks data buffers when response body not consumed <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36050";>#36050</a></li>
   <li>CompilationException should not use -1 for line or column numbers when 
they are unknown <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36041";>#36041</a></li>
   <li>org.springframework.core.test.tools.TestCompiler.Errors should handle 
case where warnings are turned into errors <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36037";>#36037</a></li>
   <li>UriComponentsBuilder loses the fragment when it consists of only a 
single character <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36029";>#36029</a></li>
   <li>Parameter names of the handler method are null in 
HandlerInterceptor::preHandle during first invocation of an endpoint <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36024";>#36024</a></li>
   <li><code>PropertyDescriptorUtils</code> does not reliably resolve 
read/write methods in type hierarchies with generics <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36019";>#36019</a></li>
   <li>Illegal reflection use against Hibernate Validator 9 on module path <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36012";>#36012</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/02cdd3615e8ad8e5e4eaf54b7a2ff8cffa83e29d";><code>02cdd36</code></a>
 Release v7.0.3</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/62fd09dfa55f5691dbad9100f872d86f90b9df28";><code>62fd09d</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/9df19dedaf3c4f31382573c379cd0283599980ab";><code>9df19de</code></a>
 Revise wording for PauseMode documentation</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/01a57a72198f6181d8e9c85c726259d326fc8fb3";><code>01a57a7</code></a>
 Simplify DefaultContextCache implementation by using entrySet().removeIf()</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/b5c2003c51aa49dc9a7eeee5e04b89b1f2121edc";><code>b5c2003</code></a>
 Fix variable name</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/5f5da06467eb9324813906894c402b6450e94106";><code>5f5da06</code></a>
 Upgrade to JUnit 6.0.2</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/9f19b4074d3af9170fa07aa959ce4bdd9a7954b0";><code>9f19b40</code></a>
 Exclude DataAccessException and MessagingException in 
DisconnectedClientHelper</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/a784eb0ab4e7305a5f6b3fbf101aeeb1884508ed";><code>a784eb0</code></a>
 Improve DisconnectedClientHelper to better guard ClassNotFoundException</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/fa404063ab16ee72134a65af4a2204cb9f11b532";><code>fa40406</code></a>
 Avoid unnecessary pausing of application contexts for tests</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/948af8bcc6c5fd612cd3190f3a33df234dbc0dd4";><code>948af8b</code></a>
 Fix typo in Javadoc</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v7.0.2...v7.0.3";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-context` from 7.0.2 to 7.0.3
   <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>v7.0.3</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>DisconnectedClientHelper should detect presence of RestClientException 
and WebClientException separately <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/36141";>#36141</a></li>
   <li>Deprecate <code>PagedListHolder</code> and 
<code>PropertyComparator</code> for removal <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36139";>#36139</a></li>
   <li>Add DataAccessException and MessagingException to the excluded outermost 
exceptions in DisconnectedClientHelper <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36134";>#36134</a></li>
   <li>Support property placeholders in HTTP service registry <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/36126";>#36126</a></li>
   <li>Introduce Spring property to disable context pausing for tests <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36117";>#36117</a></li>
   <li>Retain original requested bean class for SpringContainedBean <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/36116";>#36116</a></li>
   <li>Add task rejection support to SyncTaskExecutor's concurrency throttle <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36114";>#36114</a></li>
   <li>Precompute <code>PropertyDescriptor</code> array in 
<code>SimpleBeanInfoFactory</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36112";>#36112</a></li>
   <li>Add option for <code>@ConcurrencyLimit</code> to throw rejection 
exception <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36109";>#36109</a></li>
   <li>Support HttpComponents 5.6 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36100";>#36100</a></li>
   <li>Fix double encoding in <code>DefaultApiVersionInserter</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/36097";>#36097</a></li>
   <li>Optimize single-char wildcard path matching performance <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/36095";>#36095</a></li>
   <li>Allow WebFlux ApiVersionResolver to return a Mono <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/36084";>#36084</a></li>
   <li>Configure HttpMessageConverters as a list <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/36083";>#36083</a></li>
   <li>HTTP Interface with an <code>@RequestBody Object</code> method parameter 
should use class of actual value <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36078";>#36078</a></li>
   <li>Consistently declare <code>@Nullable</code> on  parameter in 
<code>equals()</code> implementations <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/36075";>#36075</a></li>
   <li>Support listener registration for <code>@Transactional</code> triggered 
method rollbacks <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36073";>#36073</a></li>
   <li>Introduce generalized <code>MethodFailureEvent</code> for use in 
<code>EventPublicationInterceptor</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36072";>#36072</a></li>
   <li>Avoid duplicate flushes in StringHttpMessageConverter <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36065";>#36065</a></li>
   <li>When no API version is provided, static resources fail to load <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36059";>#36059</a></li>
   <li>When no API version is provided, <code>/error</code> requests also fail. 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36058";>#36058</a></li>
   <li>Declare <code>TaskCallback</code> return value as potentially nullable 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36057";>#36057</a></li>
   <li>Fix case-insensitive semantics for LinkedCaseInsensitiveMap entrySet <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/36056";>#36056</a></li>
   <li>Update to NullAway 0.12.15 and fix new warnings <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/36054";>#36054</a></li>
   <li>Provide alternative to <code>execute(Retryable)</code> which avoids 
<code>RetryException</code> in favor of rethrowing the last original 
<code>RuntimeException</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36052";>#36052</a></li>
   <li>Avoid unnecessary pausing of application contexts in the TestContext 
framework <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36044";>#36044</a></li>
   <li>Simplify TransactionalOperator.executeAndAwait by removing Optional <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36039";>#36039</a></li>
   <li>Deprecated MockMvcClientHttpRequestFactory is required for tests with 
HTTP service interface proxy <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35989";>#35989</a></li>
   <li>Introduce Jackson XML codecs <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35752";>#35752</a></li>
   <li>Support listener registration for <code>@Retryable</code> triggered 
retry executions <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35382";>#35382</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Fix <code>SmartFactoryBean</code> type matching for 
<code>ResolvableType.NONE</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36123";>#36123</a></li>
   <li><code>AbstractMessageSendingTemplate</code> ignores headers in 
<code>convertAndSend()</code> variant <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36120";>#36120</a></li>
   <li><code>JmsClient.sendAndReceive()</code> fails if headers are included <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36118";>#36118</a></li>
   <li><code>PropertyDescriptorUtils</code> does not reliably resolve 
overloaded write methods <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36113";>#36113</a></li>
   <li>Fix context class resolution for nested types in 
<code>AbstractJacksonHttpMessageConverter</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36111";>#36111</a></li>
   <li><code>DefaultApiVersionInserter</code> encodes already encoded URI <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36080";>#36080</a></li>
   <li>ConverterFactory nullness mismatch with Converter <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36063";>#36063</a></li>
   <li>WiretapConnector leaks data buffers when response body not consumed <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36050";>#36050</a></li>
   <li>CompilationException should not use -1 for line or column numbers when 
they are unknown <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36041";>#36041</a></li>
   <li>org.springframework.core.test.tools.TestCompiler.Errors should handle 
case where warnings are turned into errors <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36037";>#36037</a></li>
   <li>UriComponentsBuilder loses the fragment when it consists of only a 
single character <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36029";>#36029</a></li>
   <li>Parameter names of the handler method are null in 
HandlerInterceptor::preHandle during first invocation of an endpoint <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36024";>#36024</a></li>
   <li><code>PropertyDescriptorUtils</code> does not reliably resolve 
read/write methods in type hierarchies with generics <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36019";>#36019</a></li>
   <li>Illegal reflection use against Hibernate Validator 9 on module path <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36012";>#36012</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/02cdd3615e8ad8e5e4eaf54b7a2ff8cffa83e29d";><code>02cdd36</code></a>
 Release v7.0.3</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/62fd09dfa55f5691dbad9100f872d86f90b9df28";><code>62fd09d</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/9df19dedaf3c4f31382573c379cd0283599980ab";><code>9df19de</code></a>
 Revise wording for PauseMode documentation</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/01a57a72198f6181d8e9c85c726259d326fc8fb3";><code>01a57a7</code></a>
 Simplify DefaultContextCache implementation by using entrySet().removeIf()</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/b5c2003c51aa49dc9a7eeee5e04b89b1f2121edc";><code>b5c2003</code></a>
 Fix variable name</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/5f5da06467eb9324813906894c402b6450e94106";><code>5f5da06</code></a>
 Upgrade to JUnit 6.0.2</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/9f19b4074d3af9170fa07aa959ce4bdd9a7954b0";><code>9f19b40</code></a>
 Exclude DataAccessException and MessagingException in 
DisconnectedClientHelper</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/a784eb0ab4e7305a5f6b3fbf101aeeb1884508ed";><code>a784eb0</code></a>
 Improve DisconnectedClientHelper to better guard ClassNotFoundException</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/fa404063ab16ee72134a65af4a2204cb9f11b532";><code>fa40406</code></a>
 Avoid unnecessary pausing of application contexts for tests</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/948af8bcc6c5fd612cd3190f3a33df234dbc0dd4";><code>948af8b</code></a>
 Fix typo in Javadoc</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v7.0.2...v7.0.3";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-web` from 7.0.2 to 7.0.3
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-framework/releases";>org.springframework:spring-web's
 releases</a>.</em></p>
   <blockquote>
   <h2>v7.0.3</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>DisconnectedClientHelper should detect presence of RestClientException 
and WebClientException separately <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/36141";>#36141</a></li>
   <li>Deprecate <code>PagedListHolder</code> and 
<code>PropertyComparator</code> for removal <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36139";>#36139</a></li>
   <li>Add DataAccessException and MessagingException to the excluded outermost 
exceptions in DisconnectedClientHelper <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36134";>#36134</a></li>
   <li>Support property placeholders in HTTP service registry <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/36126";>#36126</a></li>
   <li>Introduce Spring property to disable context pausing for tests <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36117";>#36117</a></li>
   <li>Retain original requested bean class for SpringContainedBean <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/36116";>#36116</a></li>
   <li>Add task rejection support to SyncTaskExecutor's concurrency throttle <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36114";>#36114</a></li>
   <li>Precompute <code>PropertyDescriptor</code> array in 
<code>SimpleBeanInfoFactory</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36112";>#36112</a></li>
   <li>Add option for <code>@ConcurrencyLimit</code> to throw rejection 
exception <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36109";>#36109</a></li>
   <li>Support HttpComponents 5.6 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36100";>#36100</a></li>
   <li>Fix double encoding in <code>DefaultApiVersionInserter</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/36097";>#36097</a></li>
   <li>Optimize single-char wildcard path matching performance <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/36095";>#36095</a></li>
   <li>Allow WebFlux ApiVersionResolver to return a Mono <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/36084";>#36084</a></li>
   <li>Configure HttpMessageConverters as a list <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/36083";>#36083</a></li>
   <li>HTTP Interface with an <code>@RequestBody Object</code> method parameter 
should use class of actual value <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36078";>#36078</a></li>
   <li>Consistently declare <code>@Nullable</code> on  parameter in 
<code>equals()</code> implementations <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/36075";>#36075</a></li>
   <li>Support listener registration for <code>@Transactional</code> triggered 
method rollbacks <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36073";>#36073</a></li>
   <li>Introduce generalized <code>MethodFailureEvent</code> for use in 
<code>EventPublicationInterceptor</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36072";>#36072</a></li>
   <li>Avoid duplicate flushes in StringHttpMessageConverter <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36065";>#36065</a></li>
   <li>When no API version is provided, static resources fail to load <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36059";>#36059</a></li>
   <li>When no API version is provided, <code>/error</code> requests also fail. 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36058";>#36058</a></li>
   <li>Declare <code>TaskCallback</code> return value as potentially nullable 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36057";>#36057</a></li>
   <li>Fix case-insensitive semantics for LinkedCaseInsensitiveMap entrySet <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/36056";>#36056</a></li>
   <li>Update to NullAway 0.12.15 and fix new warnings <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/36054";>#36054</a></li>
   <li>Provide alternative to <code>execute(Retryable)</code> which avoids 
<code>RetryException</code> in favor of rethrowing the last original 
<code>RuntimeException</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36052";>#36052</a></li>
   <li>Avoid unnecessary pausing of application contexts in the TestContext 
framework <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36044";>#36044</a></li>
   <li>Simplify TransactionalOperator.executeAndAwait by removing Optional <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36039";>#36039</a></li>
   <li>Deprecated MockMvcClientHttpRequestFactory is required for tests with 
HTTP service interface proxy <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35989";>#35989</a></li>
   <li>Introduce Jackson XML codecs <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35752";>#35752</a></li>
   <li>Support listener registration for <code>@Retryable</code> triggered 
retry executions <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35382";>#35382</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Fix <code>SmartFactoryBean</code> type matching for 
<code>ResolvableType.NONE</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36123";>#36123</a></li>
   <li><code>AbstractMessageSendingTemplate</code> ignores headers in 
<code>convertAndSend()</code> variant <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36120";>#36120</a></li>
   <li><code>JmsClient.sendAndReceive()</code> fails if headers are included <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36118";>#36118</a></li>
   <li><code>PropertyDescriptorUtils</code> does not reliably resolve 
overloaded write methods <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36113";>#36113</a></li>
   <li>Fix context class resolution for nested types in 
<code>AbstractJacksonHttpMessageConverter</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36111";>#36111</a></li>
   <li><code>DefaultApiVersionInserter</code> encodes already encoded URI <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36080";>#36080</a></li>
   <li>ConverterFactory nullness mismatch with Converter <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36063";>#36063</a></li>
   <li>WiretapConnector leaks data buffers when response body not consumed <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36050";>#36050</a></li>
   <li>CompilationException should not use -1 for line or column numbers when 
they are unknown <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36041";>#36041</a></li>
   <li>org.springframework.core.test.tools.TestCompiler.Errors should handle 
case where warnings are turned into errors <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36037";>#36037</a></li>
   <li>UriComponentsBuilder loses the fragment when it consists of only a 
single character <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36029";>#36029</a></li>
   <li>Parameter names of the handler method are null in 
HandlerInterceptor::preHandle during first invocation of an endpoint <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36024";>#36024</a></li>
   <li><code>PropertyDescriptorUtils</code> does not reliably resolve 
read/write methods in type hierarchies with generics <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36019";>#36019</a></li>
   <li>Illegal reflection use against Hibernate Validator 9 on module path <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36012";>#36012</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/02cdd3615e8ad8e5e4eaf54b7a2ff8cffa83e29d";><code>02cdd36</code></a>
 Release v7.0.3</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/62fd09dfa55f5691dbad9100f872d86f90b9df28";><code>62fd09d</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/9df19dedaf3c4f31382573c379cd0283599980ab";><code>9df19de</code></a>
 Revise wording for PauseMode documentation</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/01a57a72198f6181d8e9c85c726259d326fc8fb3";><code>01a57a7</code></a>
 Simplify DefaultContextCache implementation by using entrySet().removeIf()</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/b5c2003c51aa49dc9a7eeee5e04b89b1f2121edc";><code>b5c2003</code></a>
 Fix variable name</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/5f5da06467eb9324813906894c402b6450e94106";><code>5f5da06</code></a>
 Upgrade to JUnit 6.0.2</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/9f19b4074d3af9170fa07aa959ce4bdd9a7954b0";><code>9f19b40</code></a>
 Exclude DataAccessException and MessagingException in 
DisconnectedClientHelper</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/a784eb0ab4e7305a5f6b3fbf101aeeb1884508ed";><code>a784eb0</code></a>
 Improve DisconnectedClientHelper to better guard ClassNotFoundException</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/fa404063ab16ee72134a65af4a2204cb9f11b532";><code>fa40406</code></a>
 Avoid unnecessary pausing of application contexts for tests</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/948af8bcc6c5fd612cd3190f3a33df234dbc0dd4";><code>948af8b</code></a>
 Fix typo in Javadoc</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v7.0.2...v7.0.3";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-test` from 7.0.2 to 7.0.3
   <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>v7.0.3</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>DisconnectedClientHelper should detect presence of RestClientException 
and WebClientException separately <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/36141";>#36141</a></li>
   <li>Deprecate <code>PagedListHolder</code> and 
<code>PropertyComparator</code> for removal <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36139";>#36139</a></li>
   <li>Add DataAccessException and MessagingException to the excluded outermost 
exceptions in DisconnectedClientHelper <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36134";>#36134</a></li>
   <li>Support property placeholders in HTTP service registry <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/36126";>#36126</a></li>
   <li>Introduce Spring property to disable context pausing for tests <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36117";>#36117</a></li>
   <li>Retain original requested bean class for SpringContainedBean <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/36116";>#36116</a></li>
   <li>Add task rejection support to SyncTaskExecutor's concurrency throttle <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36114";>#36114</a></li>
   <li>Precompute <code>PropertyDescriptor</code> array in 
<code>SimpleBeanInfoFactory</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36112";>#36112</a></li>
   <li>Add option for <code>@ConcurrencyLimit</code> to throw rejection 
exception <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36109";>#36109</a></li>
   <li>Support HttpComponents 5.6 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36100";>#36100</a></li>
   <li>Fix double encoding in <code>DefaultApiVersionInserter</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/36097";>#36097</a></li>
   <li>Optimize single-char wildcard path matching performance <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/36095";>#36095</a></li>
   <li>Allow WebFlux ApiVersionResolver to return a Mono <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/36084";>#36084</a></li>
   <li>Configure HttpMessageConverters as a list <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/36083";>#36083</a></li>
   <li>HTTP Interface with an <code>@RequestBody Object</code> method parameter 
should use class of actual value <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36078";>#36078</a></li>
   <li>Consistently declare <code>@Nullable</code> on  parameter in 
<code>equals()</code> implementations <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/36075";>#36075</a></li>
   <li>Support listener registration for <code>@Transactional</code> triggered 
method rollbacks <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36073";>#36073</a></li>
   <li>Introduce generalized <code>MethodFailureEvent</code> for use in 
<code>EventPublicationInterceptor</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36072";>#36072</a></li>
   <li>Avoid duplicate flushes in StringHttpMessageConverter <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36065";>#36065</a></li>
   <li>When no API version is provided, static resources fail to load <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36059";>#36059</a></li>
   <li>When no API version is provided, <code>/error</code> requests also fail. 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36058";>#36058</a></li>
   <li>Declare <code>TaskCallback</code> return value as potentially nullable 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36057";>#36057</a></li>
   <li>Fix case-insensitive semantics for LinkedCaseInsensitiveMap entrySet <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/36056";>#36056</a></li>
   <li>Update to NullAway 0.12.15 and fix new warnings <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/36054";>#36054</a></li>
   <li>Provide alternative to <code>execute(Retryable)</code> which avoids 
<code>RetryException</code> in favor of rethrowing the last original 
<code>RuntimeException</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36052";>#36052</a></li>
   <li>Avoid unnecessary pausing of application contexts in the TestContext 
framework <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36044";>#36044</a></li>
   <li>Simplify TransactionalOperator.executeAndAwait by removing Optional <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36039";>#36039</a></li>
   <li>Deprecated MockMvcClientHttpRequestFactory is required for tests with 
HTTP service interface proxy <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35989";>#35989</a></li>
   <li>Introduce Jackson XML codecs <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35752";>#35752</a></li>
   <li>Support listener registration for <code>@Retryable</code> triggered 
retry executions <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35382";>#35382</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Fix <code>SmartFactoryBean</code> type matching for 
<code>ResolvableType.NONE</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36123";>#36123</a></li>
   <li><code>AbstractMessageSendingTemplate</code> ignores headers in 
<code>convertAndSend()</code> variant <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36120";>#36120</a></li>
   <li><code>JmsClient.sendAndReceive()</code> fails if headers are included <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36118";>#36118</a></li>
   <li><code>PropertyDescriptorUtils</code> does not reliably resolve 
overloaded write methods <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36113";>#36113</a></li>
   <li>Fix context class resolution for nested types in 
<code>AbstractJacksonHttpMessageConverter</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36111";>#36111</a></li>
   <li><code>DefaultApiVersionInserter</code> encodes already encoded URI <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36080";>#36080</a></li>
   <li>ConverterFactory nullness mismatch with Converter <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36063";>#36063</a></li>
   <li>WiretapConnector leaks data buffers when response body not consumed <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36050";>#36050</a></li>
   <li>CompilationException should not use -1 for line or column numbers when 
they are unknown <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36041";>#36041</a></li>
   <li>org.springframework.core.test.tools.TestCompiler.Errors should handle 
case where warnings are turned into errors <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36037";>#36037</a></li>
   <li>UriComponentsBuilder loses the fragment when it consists of only a 
single character <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36029";>#36029</a></li>
   <li>Parameter names of the handler method are null in 
HandlerInterceptor::preHandle during first invocation of an endpoint <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36024";>#36024</a></li>
   <li><code>PropertyDescriptorUtils</code> does not reliably resolve 
read/write methods in type hierarchies with generics <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36019";>#36019</a></li>
   <li>Illegal reflection use against Hibernate Validator 9 on module path <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/36012";>#36012</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/02cdd3615e8ad8e5e4eaf54b7a2ff8cffa83e29d";><code>02cdd36</code></a>
 Release v7.0.3</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/62fd09dfa55f5691dbad9100f872d86f90b9df28";><code>62fd09d</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/9df19dedaf3c4f31382573c379cd0283599980ab";><code>9df19de</code></a>
 Revise wording for PauseMode documentation</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/01a57a72198f6181d8e9c85c726259d326fc8fb3";><code>01a57a7</code></a>
 Simplify DefaultContextCache implementation by using entrySet().removeIf()</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/b5c2003c51aa49dc9a7eeee5e04b89b1f2121edc";><code>b5c2003</code></a>
 Fix variable name</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/5f5da06467eb9324813906894c402b6450e94106";><code>5f5da06</code></a>
 Upgrade to JUnit 6.0.2</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/9f19b4074d3af9170fa07aa959ce4bdd9a7954b0";><code>9f19b40</code></a>
 Exclude DataAccessException and MessagingException in 
DisconnectedClientHelper</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/a784eb0ab4e7305a5f6b3fbf101aeeb1884508ed";><code>a784eb0</code></a>
 Improve DisconnectedClientHelper to better guard ClassNotFoundException</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/fa404063ab16ee72134a65af4a2204cb9f11b532";><code>fa40406</code></a>
 Avoid unnecessary pausing of application contexts for tests</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/948af8bcc6c5fd612cd3190f3a33df234dbc0dd4";><code>948af8b</code></a>
 Fix typo in Javadoc</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v7.0.2...v7.0.3";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </details>


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to