You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by GitBox <gi...@apache.org> on 2022/11/17 23:20:46 UTC

[GitHub] [ws-axiom] dependabot[bot] opened a new pull request, #253: Bump spring.version from 5.3.23 to 5.3.24

dependabot[bot] opened a new pull request, #253:
URL: https://github.com/apache/ws-axiom/pull/253

   Bumps `spring.version` from 5.3.23 to 5.3.24.
   Updates `spring-core` from 5.3.23 to 5.3.24
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/spring-projects/spring-framework/releases">spring-core's releases</a>.</em></p>
   <blockquote>
   <h2>v5.3.24</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Avoid reflection for annotation method invocations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29448">#29448</a></li>
   <li>Avoid unnecessary allocations in StompDecoder#unescape <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29443">#29443</a></li>
   <li>Avoid String allocations in MediaType.checkParameters <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29428">#29428</a></li>
   <li>Reduce allocations caused by producible media types <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29412">#29412</a></li>
   <li>Provide optional SimpleBeanInfoFactory for better introspection performance in 5.3.x <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29330">#29330</a></li>
   <li>Filter out <code>null</code> WebSocket session attributes <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29315">#29315</a></li>
   <li>Introduce TestSocketUtils as a replacement for SocketUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29132">#29132</a></li>
   <li>Avoid Commons Logging API for using LoggingCacheErrorHandler with a custom logger <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/28678">#28678</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Missing SessionFactory property (filter AutoCloseable from PropertyDescriptors)  <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29480">#29480</a></li>
   <li>SpEL ternary and Elvis expressions are missing enclosing parentheses in toStringAST() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29463">#29463</a></li>
   <li>If-Unmodified-Since header check removes Last-Modified and Etag headers from response, even if condition passes <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29362">#29362</a></li>
   <li>Annotation searches fail for non-public repeatable annotations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29301">#29301</a></li>
   <li>AbstractBeanFactory's interaction with BeanPostProcessorCacheAwareList is not fully thread-safe <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29299">#29299</a></li>
   <li>WebTestClient cannot assert custom HTTP status code <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29283">#29283</a></li>
   <li>Body token not expected error when trying to upload a large multipart file <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29227">#29227</a></li>
   <li>Avoid resizing of Maps created by CollectionUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29190">#29190</a></li>
   <li>DefaultWebClient logging sensitive information in URI <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29148">#29148</a></li>
   <li>Fix SimpleMailMessage nullability annotations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29139">#29139</a></li>
   <li>Webflux fails to apply the rule for controller methods returning void to kotlin suspend functions returning Unit <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27629">#27629</a></li>
   <li>Resource.isFile() return true when the resource path actually not exists <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26707">#26707</a></li>
   <li>AnnotatedElementUtils does not find merged repeatable annotations on other repeatable annotations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/20279">#20279</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix two typos in integration.adoc and webflux.adoc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29469">#29469</a></li>
   <li>Fix typo: &quot;as describe in&quot; -&gt; &quot;as described in&quot; <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29393">#29393</a></li>
   <li>Fix typos <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29364">#29364</a></li>
   <li>Correct documentation for &quot;other return values&quot; from a web controller method <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29349">#29349</a></li>
   <li>Document how to use WebJars without <code>webjars-locator-core</code> dependency <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29322">#29322</a></li>
   <li>Update RestTemplate Javadoc with regards to setting interceptors on startup vs at runtime <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29311">#29311</a></li>
   <li>Document how to switch to the default set of TestExecutionListeners <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29281">#29281</a></li>
   <li>Document limitation of AopTestUtils.getUltimateTargetObject() regarding non-static TargetSource <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29276">#29276</a></li>
   <li>Fix typo in WebSocket reference doc regarding subscription header <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29228">#29228</a></li>
   <li>Fix MockMvc sample setup <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29201">#29201</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Reactor 2020.0.25 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29464">#29464</a></li>
   </ul>
   <h2>:heart: Contributors</h2>
   <p>We'd like to thank all the contributors who worked on this release!</p>
   <ul>
   <li><a href="https://github.com/sangmin7648"><code>@​sangmin7648</code></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/2af9d961e4683245099ff3350ca85c7866cc1dfc"><code>2af9d96</code></a> Release v5.3.24</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/8e64701cb74aaded6f647d3c9aa0d186b8654b0b"><code>8e64701</code></a> Fix Javadoc formatting issue in TestSocketUtils</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/ae9a9e3c06ae4e2391f99ab537c43afc96f37087"><code>ae9a9e3</code></a> Document TestSocketUtils in the testing chapter</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/c94025699f89520b982bb44173228b874513b468"><code>c940256</code></a> Upgrade to Reactor 2020.0.25</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/ec3f59e6fea2b968ae00f41511c2e8ed6bda94d8"><code>ec3f59e</code></a> Allow AutoCloseable dereferences on original AutoCloseable beans</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/49ee4a4fdf54f90407cae6360c220032d4d7895b"><code>49ee4a4</code></a> Deprecated unused findAutowireCandidates template method (removed in 6.0)</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/698f8995f72239d11052e1319c6b2802a34ba3e8"><code>698f899</code></a> Revise TestSocketUtils and tests</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/ee51dab1f348361f26c477ad64ab730ad7359d6e"><code>ee51dab</code></a> Introduce TestSocketUtils as a replacement for SocketUtils</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/743a96b75ebf79b2d9a6aba82629b5a85f7167bc"><code>743a96b</code></a> Polish SocketUtilsTests</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/b766a49a4d0eb8469545a1f8f4ff120f0aaa0cb4"><code>b766a49</code></a> Support suspending functions returning Unit in WebFlux</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.23...v5.3.24">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-context` from 5.3.23 to 5.3.24
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/spring-projects/spring-framework/releases">spring-context's releases</a>.</em></p>
   <blockquote>
   <h2>v5.3.24</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Avoid reflection for annotation method invocations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29448">#29448</a></li>
   <li>Avoid unnecessary allocations in StompDecoder#unescape <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29443">#29443</a></li>
   <li>Avoid String allocations in MediaType.checkParameters <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29428">#29428</a></li>
   <li>Reduce allocations caused by producible media types <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29412">#29412</a></li>
   <li>Provide optional SimpleBeanInfoFactory for better introspection performance in 5.3.x <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29330">#29330</a></li>
   <li>Filter out <code>null</code> WebSocket session attributes <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29315">#29315</a></li>
   <li>Introduce TestSocketUtils as a replacement for SocketUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29132">#29132</a></li>
   <li>Avoid Commons Logging API for using LoggingCacheErrorHandler with a custom logger <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/28678">#28678</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Missing SessionFactory property (filter AutoCloseable from PropertyDescriptors)  <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29480">#29480</a></li>
   <li>SpEL ternary and Elvis expressions are missing enclosing parentheses in toStringAST() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29463">#29463</a></li>
   <li>If-Unmodified-Since header check removes Last-Modified and Etag headers from response, even if condition passes <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29362">#29362</a></li>
   <li>Annotation searches fail for non-public repeatable annotations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29301">#29301</a></li>
   <li>AbstractBeanFactory's interaction with BeanPostProcessorCacheAwareList is not fully thread-safe <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29299">#29299</a></li>
   <li>WebTestClient cannot assert custom HTTP status code <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29283">#29283</a></li>
   <li>Body token not expected error when trying to upload a large multipart file <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29227">#29227</a></li>
   <li>Avoid resizing of Maps created by CollectionUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29190">#29190</a></li>
   <li>DefaultWebClient logging sensitive information in URI <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29148">#29148</a></li>
   <li>Fix SimpleMailMessage nullability annotations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29139">#29139</a></li>
   <li>Webflux fails to apply the rule for controller methods returning void to kotlin suspend functions returning Unit <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27629">#27629</a></li>
   <li>Resource.isFile() return true when the resource path actually not exists <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26707">#26707</a></li>
   <li>AnnotatedElementUtils does not find merged repeatable annotations on other repeatable annotations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/20279">#20279</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix two typos in integration.adoc and webflux.adoc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29469">#29469</a></li>
   <li>Fix typo: &quot;as describe in&quot; -&gt; &quot;as described in&quot; <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29393">#29393</a></li>
   <li>Fix typos <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29364">#29364</a></li>
   <li>Correct documentation for &quot;other return values&quot; from a web controller method <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29349">#29349</a></li>
   <li>Document how to use WebJars without <code>webjars-locator-core</code> dependency <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29322">#29322</a></li>
   <li>Update RestTemplate Javadoc with regards to setting interceptors on startup vs at runtime <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29311">#29311</a></li>
   <li>Document how to switch to the default set of TestExecutionListeners <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29281">#29281</a></li>
   <li>Document limitation of AopTestUtils.getUltimateTargetObject() regarding non-static TargetSource <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29276">#29276</a></li>
   <li>Fix typo in WebSocket reference doc regarding subscription header <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29228">#29228</a></li>
   <li>Fix MockMvc sample setup <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29201">#29201</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Reactor 2020.0.25 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29464">#29464</a></li>
   </ul>
   <h2>:heart: Contributors</h2>
   <p>We'd like to thank all the contributors who worked on this release!</p>
   <ul>
   <li><a href="https://github.com/sangmin7648"><code>@​sangmin7648</code></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/2af9d961e4683245099ff3350ca85c7866cc1dfc"><code>2af9d96</code></a> Release v5.3.24</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/8e64701cb74aaded6f647d3c9aa0d186b8654b0b"><code>8e64701</code></a> Fix Javadoc formatting issue in TestSocketUtils</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/ae9a9e3c06ae4e2391f99ab537c43afc96f37087"><code>ae9a9e3</code></a> Document TestSocketUtils in the testing chapter</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/c94025699f89520b982bb44173228b874513b468"><code>c940256</code></a> Upgrade to Reactor 2020.0.25</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/ec3f59e6fea2b968ae00f41511c2e8ed6bda94d8"><code>ec3f59e</code></a> Allow AutoCloseable dereferences on original AutoCloseable beans</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/49ee4a4fdf54f90407cae6360c220032d4d7895b"><code>49ee4a4</code></a> Deprecated unused findAutowireCandidates template method (removed in 6.0)</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/698f8995f72239d11052e1319c6b2802a34ba3e8"><code>698f899</code></a> Revise TestSocketUtils and tests</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/ee51dab1f348361f26c477ad64ab730ad7359d6e"><code>ee51dab</code></a> Introduce TestSocketUtils as a replacement for SocketUtils</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/743a96b75ebf79b2d9a6aba82629b5a85f7167bc"><code>743a96b</code></a> Polish SocketUtilsTests</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/b766a49a4d0eb8469545a1f8f4ff120f0aaa0cb4"><code>b766a49</code></a> Support suspending functions returning Unit in WebFlux</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.23...v5.3.24">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-beans` from 5.3.23 to 5.3.24
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/spring-projects/spring-framework/releases">spring-beans's releases</a>.</em></p>
   <blockquote>
   <h2>v5.3.24</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Avoid reflection for annotation method invocations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29448">#29448</a></li>
   <li>Avoid unnecessary allocations in StompDecoder#unescape <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29443">#29443</a></li>
   <li>Avoid String allocations in MediaType.checkParameters <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29428">#29428</a></li>
   <li>Reduce allocations caused by producible media types <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29412">#29412</a></li>
   <li>Provide optional SimpleBeanInfoFactory for better introspection performance in 5.3.x <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29330">#29330</a></li>
   <li>Filter out <code>null</code> WebSocket session attributes <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29315">#29315</a></li>
   <li>Introduce TestSocketUtils as a replacement for SocketUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29132">#29132</a></li>
   <li>Avoid Commons Logging API for using LoggingCacheErrorHandler with a custom logger <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/28678">#28678</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Missing SessionFactory property (filter AutoCloseable from PropertyDescriptors)  <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29480">#29480</a></li>
   <li>SpEL ternary and Elvis expressions are missing enclosing parentheses in toStringAST() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29463">#29463</a></li>
   <li>If-Unmodified-Since header check removes Last-Modified and Etag headers from response, even if condition passes <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29362">#29362</a></li>
   <li>Annotation searches fail for non-public repeatable annotations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29301">#29301</a></li>
   <li>AbstractBeanFactory's interaction with BeanPostProcessorCacheAwareList is not fully thread-safe <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29299">#29299</a></li>
   <li>WebTestClient cannot assert custom HTTP status code <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29283">#29283</a></li>
   <li>Body token not expected error when trying to upload a large multipart file <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29227">#29227</a></li>
   <li>Avoid resizing of Maps created by CollectionUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29190">#29190</a></li>
   <li>DefaultWebClient logging sensitive information in URI <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29148">#29148</a></li>
   <li>Fix SimpleMailMessage nullability annotations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29139">#29139</a></li>
   <li>Webflux fails to apply the rule for controller methods returning void to kotlin suspend functions returning Unit <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27629">#27629</a></li>
   <li>Resource.isFile() return true when the resource path actually not exists <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26707">#26707</a></li>
   <li>AnnotatedElementUtils does not find merged repeatable annotations on other repeatable annotations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/20279">#20279</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix two typos in integration.adoc and webflux.adoc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29469">#29469</a></li>
   <li>Fix typo: &quot;as describe in&quot; -&gt; &quot;as described in&quot; <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29393">#29393</a></li>
   <li>Fix typos <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29364">#29364</a></li>
   <li>Correct documentation for &quot;other return values&quot; from a web controller method <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29349">#29349</a></li>
   <li>Document how to use WebJars without <code>webjars-locator-core</code> dependency <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29322">#29322</a></li>
   <li>Update RestTemplate Javadoc with regards to setting interceptors on startup vs at runtime <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29311">#29311</a></li>
   <li>Document how to switch to the default set of TestExecutionListeners <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29281">#29281</a></li>
   <li>Document limitation of AopTestUtils.getUltimateTargetObject() regarding non-static TargetSource <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29276">#29276</a></li>
   <li>Fix typo in WebSocket reference doc regarding subscription header <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29228">#29228</a></li>
   <li>Fix MockMvc sample setup <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29201">#29201</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Reactor 2020.0.25 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29464">#29464</a></li>
   </ul>
   <h2>:heart: Contributors</h2>
   <p>We'd like to thank all the contributors who worked on this release!</p>
   <ul>
   <li><a href="https://github.com/sangmin7648"><code>@​sangmin7648</code></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/2af9d961e4683245099ff3350ca85c7866cc1dfc"><code>2af9d96</code></a> Release v5.3.24</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/8e64701cb74aaded6f647d3c9aa0d186b8654b0b"><code>8e64701</code></a> Fix Javadoc formatting issue in TestSocketUtils</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/ae9a9e3c06ae4e2391f99ab537c43afc96f37087"><code>ae9a9e3</code></a> Document TestSocketUtils in the testing chapter</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/c94025699f89520b982bb44173228b874513b468"><code>c940256</code></a> Upgrade to Reactor 2020.0.25</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/ec3f59e6fea2b968ae00f41511c2e8ed6bda94d8"><code>ec3f59e</code></a> Allow AutoCloseable dereferences on original AutoCloseable beans</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/49ee4a4fdf54f90407cae6360c220032d4d7895b"><code>49ee4a4</code></a> Deprecated unused findAutowireCandidates template method (removed in 6.0)</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/698f8995f72239d11052e1319c6b2802a34ba3e8"><code>698f899</code></a> Revise TestSocketUtils and tests</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/ee51dab1f348361f26c477ad64ab730ad7359d6e"><code>ee51dab</code></a> Introduce TestSocketUtils as a replacement for SocketUtils</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/743a96b75ebf79b2d9a6aba82629b5a85f7167bc"><code>743a96b</code></a> Polish SocketUtilsTests</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/b766a49a4d0eb8469545a1f8f4ff120f0aaa0cb4"><code>b766a49</code></a> Support suspending functions returning Unit in WebFlux</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.23...v5.3.24">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-web` from 5.3.23 to 5.3.24
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/spring-projects/spring-framework/releases">spring-web's releases</a>.</em></p>
   <blockquote>
   <h2>v5.3.24</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Avoid reflection for annotation method invocations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29448">#29448</a></li>
   <li>Avoid unnecessary allocations in StompDecoder#unescape <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29443">#29443</a></li>
   <li>Avoid String allocations in MediaType.checkParameters <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29428">#29428</a></li>
   <li>Reduce allocations caused by producible media types <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29412">#29412</a></li>
   <li>Provide optional SimpleBeanInfoFactory for better introspection performance in 5.3.x <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29330">#29330</a></li>
   <li>Filter out <code>null</code> WebSocket session attributes <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29315">#29315</a></li>
   <li>Introduce TestSocketUtils as a replacement for SocketUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29132">#29132</a></li>
   <li>Avoid Commons Logging API for using LoggingCacheErrorHandler with a custom logger <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/28678">#28678</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Missing SessionFactory property (filter AutoCloseable from PropertyDescriptors)  <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29480">#29480</a></li>
   <li>SpEL ternary and Elvis expressions are missing enclosing parentheses in toStringAST() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29463">#29463</a></li>
   <li>If-Unmodified-Since header check removes Last-Modified and Etag headers from response, even if condition passes <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29362">#29362</a></li>
   <li>Annotation searches fail for non-public repeatable annotations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29301">#29301</a></li>
   <li>AbstractBeanFactory's interaction with BeanPostProcessorCacheAwareList is not fully thread-safe <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29299">#29299</a></li>
   <li>WebTestClient cannot assert custom HTTP status code <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29283">#29283</a></li>
   <li>Body token not expected error when trying to upload a large multipart file <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29227">#29227</a></li>
   <li>Avoid resizing of Maps created by CollectionUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29190">#29190</a></li>
   <li>DefaultWebClient logging sensitive information in URI <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29148">#29148</a></li>
   <li>Fix SimpleMailMessage nullability annotations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29139">#29139</a></li>
   <li>Webflux fails to apply the rule for controller methods returning void to kotlin suspend functions returning Unit <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27629">#27629</a></li>
   <li>Resource.isFile() return true when the resource path actually not exists <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26707">#26707</a></li>
   <li>AnnotatedElementUtils does not find merged repeatable annotations on other repeatable annotations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/20279">#20279</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix two typos in integration.adoc and webflux.adoc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29469">#29469</a></li>
   <li>Fix typo: &quot;as describe in&quot; -&gt; &quot;as described in&quot; <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29393">#29393</a></li>
   <li>Fix typos <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29364">#29364</a></li>
   <li>Correct documentation for &quot;other return values&quot; from a web controller method <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29349">#29349</a></li>
   <li>Document how to use WebJars without <code>webjars-locator-core</code> dependency <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29322">#29322</a></li>
   <li>Update RestTemplate Javadoc with regards to setting interceptors on startup vs at runtime <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29311">#29311</a></li>
   <li>Document how to switch to the default set of TestExecutionListeners <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29281">#29281</a></li>
   <li>Document limitation of AopTestUtils.getUltimateTargetObject() regarding non-static TargetSource <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29276">#29276</a></li>
   <li>Fix typo in WebSocket reference doc regarding subscription header <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29228">#29228</a></li>
   <li>Fix MockMvc sample setup <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29201">#29201</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Reactor 2020.0.25 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29464">#29464</a></li>
   </ul>
   <h2>:heart: Contributors</h2>
   <p>We'd like to thank all the contributors who worked on this release!</p>
   <ul>
   <li><a href="https://github.com/sangmin7648"><code>@​sangmin7648</code></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/2af9d961e4683245099ff3350ca85c7866cc1dfc"><code>2af9d96</code></a> Release v5.3.24</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/8e64701cb74aaded6f647d3c9aa0d186b8654b0b"><code>8e64701</code></a> Fix Javadoc formatting issue in TestSocketUtils</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/ae9a9e3c06ae4e2391f99ab537c43afc96f37087"><code>ae9a9e3</code></a> Document TestSocketUtils in the testing chapter</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/c94025699f89520b982bb44173228b874513b468"><code>c940256</code></a> Upgrade to Reactor 2020.0.25</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/ec3f59e6fea2b968ae00f41511c2e8ed6bda94d8"><code>ec3f59e</code></a> Allow AutoCloseable dereferences on original AutoCloseable beans</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/49ee4a4fdf54f90407cae6360c220032d4d7895b"><code>49ee4a4</code></a> Deprecated unused findAutowireCandidates template method (removed in 6.0)</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/698f8995f72239d11052e1319c6b2802a34ba3e8"><code>698f899</code></a> Revise TestSocketUtils and tests</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/ee51dab1f348361f26c477ad64ab730ad7359d6e"><code>ee51dab</code></a> Introduce TestSocketUtils as a replacement for SocketUtils</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/743a96b75ebf79b2d9a6aba82629b5a85f7167bc"><code>743a96b</code></a> Polish SocketUtilsTests</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/b766a49a4d0eb8469545a1f8f4ff120f0aaa0cb4"><code>b766a49</code></a> Support suspending functions returning Unit in WebFlux</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.23...v5.3.24">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-aop` from 5.3.23 to 5.3.24
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/spring-projects/spring-framework/releases">spring-aop's releases</a>.</em></p>
   <blockquote>
   <h2>v5.3.24</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Avoid reflection for annotation method invocations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29448">#29448</a></li>
   <li>Avoid unnecessary allocations in StompDecoder#unescape <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29443">#29443</a></li>
   <li>Avoid String allocations in MediaType.checkParameters <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29428">#29428</a></li>
   <li>Reduce allocations caused by producible media types <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29412">#29412</a></li>
   <li>Provide optional SimpleBeanInfoFactory for better introspection performance in 5.3.x <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29330">#29330</a></li>
   <li>Filter out <code>null</code> WebSocket session attributes <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29315">#29315</a></li>
   <li>Introduce TestSocketUtils as a replacement for SocketUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29132">#29132</a></li>
   <li>Avoid Commons Logging API for using LoggingCacheErrorHandler with a custom logger <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/28678">#28678</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Missing SessionFactory property (filter AutoCloseable from PropertyDescriptors)  <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29480">#29480</a></li>
   <li>SpEL ternary and Elvis expressions are missing enclosing parentheses in toStringAST() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29463">#29463</a></li>
   <li>If-Unmodified-Since header check removes Last-Modified and Etag headers from response, even if condition passes <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29362">#29362</a></li>
   <li>Annotation searches fail for non-public repeatable annotations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29301">#29301</a></li>
   <li>AbstractBeanFactory's interaction with BeanPostProcessorCacheAwareList is not fully thread-safe <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29299">#29299</a></li>
   <li>WebTestClient cannot assert custom HTTP status code <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29283">#29283</a></li>
   <li>Body token not expected error when trying to upload a large multipart file <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29227">#29227</a></li>
   <li>Avoid resizing of Maps created by CollectionUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29190">#29190</a></li>
   <li>DefaultWebClient logging sensitive information in URI <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29148">#29148</a></li>
   <li>Fix SimpleMailMessage nullability annotations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29139">#29139</a></li>
   <li>Webflux fails to apply the rule for controller methods returning void to kotlin suspend functions returning Unit <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27629">#27629</a></li>
   <li>Resource.isFile() return true when the resource path actually not exists <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26707">#26707</a></li>
   <li>AnnotatedElementUtils does not find merged repeatable annotations on other repeatable annotations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/20279">#20279</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix two typos in integration.adoc and webflux.adoc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29469">#29469</a></li>
   <li>Fix typo: &quot;as describe in&quot; -&gt; &quot;as described in&quot; <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29393">#29393</a></li>
   <li>Fix typos <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29364">#29364</a></li>
   <li>Correct documentation for &quot;other return values&quot; from a web controller method <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29349">#29349</a></li>
   <li>Document how to use WebJars without <code>webjars-locator-core</code> dependency <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29322">#29322</a></li>
   <li>Update RestTemplate Javadoc with regards to setting interceptors on startup vs at runtime <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29311">#29311</a></li>
   <li>Document how to switch to the default set of TestExecutionListeners <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29281">#29281</a></li>
   <li>Document limitation of AopTestUtils.getUltimateTargetObject() regarding non-static TargetSource <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29276">#29276</a></li>
   <li>Fix typo in WebSocket reference doc regarding subscription header <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29228">#29228</a></li>
   <li>Fix MockMvc sample setup <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29201">#29201</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Reactor 2020.0.25 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29464">#29464</a></li>
   </ul>
   <h2>:heart: Contributors</h2>
   <p>We'd like to thank all the contributors who worked on this release!</p>
   <ul>
   <li><a href="https://github.com/sangmin7648"><code>@​sangmin7648</code></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/2af9d961e4683245099ff3350ca85c7866cc1dfc"><code>2af9d96</code></a> Release v5.3.24</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/8e64701cb74aaded6f647d3c9aa0d186b8654b0b"><code>8e64701</code></a> Fix Javadoc formatting issue in TestSocketUtils</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/ae9a9e3c06ae4e2391f99ab537c43afc96f37087"><code>ae9a9e3</code></a> Document TestSocketUtils in the testing chapter</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/c94025699f89520b982bb44173228b874513b468"><code>c940256</code></a> Upgrade to Reactor 2020.0.25</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/ec3f59e6fea2b968ae00f41511c2e8ed6bda94d8"><code>ec3f59e</code></a> Allow AutoCloseable dereferences on original AutoCloseable beans</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/49ee4a4fdf54f90407cae6360c220032d4d7895b"><code>49ee4a4</code></a> Deprecated unused findAutowireCandidates template method (removed in 6.0)</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/698f8995f72239d11052e1319c6b2802a34ba3e8"><code>698f899</code></a> Revise TestSocketUtils and tests</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/ee51dab1f348361f26c477ad64ab730ad7359d6e"><code>ee51dab</code></a> Introduce TestSocketUtils as a replacement for SocketUtils</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/743a96b75ebf79b2d9a6aba82629b5a85f7167bc"><code>743a96b</code></a> Polish SocketUtilsTests</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/b766a49a4d0eb8469545a1f8f4ff120f0aaa0cb4"><code>b766a49</code></a> Support suspending functions returning Unit in WebFlux</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.23...v5.3.24">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-oxm` from 5.3.23 to 5.3.24
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/spring-projects/spring-framework/releases">spring-oxm's releases</a>.</em></p>
   <blockquote>
   <h2>v5.3.24</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Avoid reflection for annotation method invocations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29448">#29448</a></li>
   <li>Avoid unnecessary allocations in StompDecoder#unescape <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29443">#29443</a></li>
   <li>Avoid String allocations in MediaType.checkParameters <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29428">#29428</a></li>
   <li>Reduce allocations caused by producible media types <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29412">#29412</a></li>
   <li>Provide optional SimpleBeanInfoFactory for better introspection performance in 5.3.x <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29330">#29330</a></li>
   <li>Filter out <code>null</code> WebSocket session attributes <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29315">#29315</a></li>
   <li>Introduce TestSocketUtils as a replacement for SocketUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29132">#29132</a></li>
   <li>Avoid Commons Logging API for using LoggingCacheErrorHandler with a custom logger <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/28678">#28678</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Missing SessionFactory property (filter AutoCloseable from PropertyDescriptors)  <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29480">#29480</a></li>
   <li>SpEL ternary and Elvis expressions are missing enclosing parentheses in toStringAST() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29463">#29463</a></li>
   <li>If-Unmodified-Since header check removes Last-Modified and Etag headers from response, even if condition passes <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29362">#29362</a></li>
   <li>Annotation searches fail for non-public repeatable annotations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29301">#29301</a></li>
   <li>AbstractBeanFactory's interaction with BeanPostProcessorCacheAwareList is not fully thread-safe <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29299">#29299</a></li>
   <li>WebTestClient cannot assert custom HTTP status code <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29283">#29283</a></li>
   <li>Body token not expected error when trying to upload a large multipart file <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29227">#29227</a></li>
   <li>Avoid resizing of Maps created by CollectionUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29190">#29190</a></li>
   <li>DefaultWebClient logging sensitive information in URI <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29148">#29148</a></li>
   <li>Fix SimpleMailMessage nullability annotations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29139">#29139</a></li>
   <li>Webflux fails to apply the rule for controller methods returning void to kotlin suspend functions returning Unit <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27629">#27629</a></li>
   <li>Resource.isFile() return true when the resource path actually not exists <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26707">#26707</a></li>
   <li>AnnotatedElementUtils does not find merged repeatable annotations on other repeatable annotations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/20279">#20279</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix two typos in integration.adoc and webflux.adoc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29469">#29469</a></li>
   <li>Fix typo: &quot;as describe in&quot; -&gt; &quot;as described in&quot; <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29393">#29393</a></li>
   <li>Fix typos <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29364">#29364</a></li>
   <li>Correct documentation for &quot;other return values&quot; from a web controller method <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29349">#29349</a></li>
   <li>Document how to use WebJars without <code>webjars-locator-core</code> dependency <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29322">#29322</a></li>
   <li>Update RestTemplate Javadoc with regards to setting interceptors on startup vs at runtime <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29311">#29311</a></li>
   <li>Document how to switch to the default set of TestExecutionListeners <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29281">#29281</a></li>
   <li>Document limitation of AopTestUtils.getUltimateTargetObject() regarding non-static TargetSource <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29276">#29276</a></li>
   <li>Fix typo in WebSocket reference doc regarding subscription header <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29228">#29228</a></li>
   <li>Fix MockMvc sample setup <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29201">#29201</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Reactor 2020.0.25 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29464">#29464</a></li>
   </ul>
   <h2>:heart: Contributors</h2>
   <p>We'd like to thank all the contributors who worked on this release!</p>
   <ul>
   <li><a href="https://github.com/sangmin7648"><code>@​sangmin7648</code></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/2af9d961e4683245099ff3350ca85c7866cc1dfc"><code>2af9d96</code></a> Release v5.3.24</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/8e64701cb74aaded6f647d3c9aa0d186b8654b0b"><code>8e64701</code></a> Fix Javadoc formatting issue in TestSocketUtils</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/ae9a9e3c06ae4e2391f99ab537c43afc96f37087"><code>ae9a9e3</code></a> Document TestSocketUtils in the testing chapter</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/c94025699f89520b982bb44173228b874513b468"><code>c940256</code></a> Upgrade to Reactor 2020.0.25</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/ec3f59e6fea2b968ae00f41511c2e8ed6bda94d8"><code>ec3f59e</code></a> Allow AutoCloseable dereferences on original AutoCloseable beans</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/49ee4a4fdf54f90407cae6360c220032d4d7895b"><code>49ee4a4</code></a> Deprecated unused findAutowireCandidates template method (removed in 6.0)</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/698f8995f72239d11052e1319c6b2802a34ba3e8"><code>698f899</code></a> Revise TestSocketUtils and tests</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/ee51dab1f348361f26c477ad64ab730ad7359d6e"><code>ee51dab</code></a> Introduce TestSocketUtils as a replacement for SocketUtils</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/743a96b75ebf79b2d9a6aba82629b5a85f7167bc"><code>743a96b</code></a> Polish SocketUtilsTests</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/b766a49a4d0eb8469545a1f8f4ff120f0aaa0cb4"><code>b766a49</code></a> Support suspending functions returning Unit in WebFlux</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.23...v5.3.24">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-test` from 5.3.23 to 5.3.24
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/spring-projects/spring-framework/releases">spring-test's releases</a>.</em></p>
   <blockquote>
   <h2>v5.3.24</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Avoid reflection for annotation method invocations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29448">#29448</a></li>
   <li>Avoid unnecessary allocations in StompDecoder#unescape <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29443">#29443</a></li>
   <li>Avoid String allocations in MediaType.checkParameters <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29428">#29428</a></li>
   <li>Reduce allocations caused by producible media types <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29412">#29412</a></li>
   <li>Provide optional SimpleBeanInfoFactory for better introspection performance in 5.3.x <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29330">#29330</a></li>
   <li>Filter out <code>null</code> WebSocket session attributes <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29315">#29315</a></li>
   <li>Introduce TestSocketUtils as a replacement for SocketUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29132">#29132</a></li>
   <li>Avoid Commons Logging API for using LoggingCacheErrorHandler with a custom logger <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/28678">#28678</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Missing SessionFactory property (filter AutoCloseable from PropertyDescriptors)  <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29480">#29480</a></li>
   <li>SpEL ternary and Elvis expressions are missing enclosing parentheses in toStringAST() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29463">#29463</a></li>
   <li>If-Unmodified-Since header check removes Last-Modified and Etag headers from response, even if condition passes <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29362">#29362</a></li>
   <li>Annotation searches fail for non-public repeatable annotations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29301">#29301</a></li>
   <li>AbstractBeanFactory's interaction with BeanPostProcessorCacheAwareList is not fully thread-safe <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29299">#29299</a></li>
   <li>WebTestClient cannot assert custom HTTP status code <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29283">#29283</a></li>
   <li>Body token not expected error when trying to upload a large multipart file <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29227">#29227</a></li>
   <li>Avoid resizing of Maps created by CollectionUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29190">#29190</a></li>
   <li>DefaultWebClient logging sensitive information in URI <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29148">#29148</a></li>
   <li>Fix SimpleMailMessage nullability annotations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29139">#29139</a></li>
   <li>Webflux fails to apply the rule for controller methods returning void to kotlin suspend functions returning Unit <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27629">#27629</a></li>
   <li>Resource.isFile() return true when the resource path actually not exists <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26707">#26707</a></li>
   <li>AnnotatedElementUtils does not find merged repeatable annotations on other repeatable annotations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/20279">#20279</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix two typos in integration.adoc and webflux.adoc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29469">#29469</a></li>
   <li>Fix typo: &quot;as describe in&quot; -&gt; &quot;as described in&quot; <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29393">#29393</a></li>
   <li>Fix typos <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29364">#29364</a></li>
   <li>Correct documentation for &quot;other return values&quot; from a web controller method <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29349">#29349</a></li>
   <li>Document how to use WebJars without <code>webjars-locator-core</code> dependency <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29322">#29322</a></li>
   <li>Update RestTemplate Javadoc with regards to setting interceptors on startup vs at runtime <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29311">#29311</a></li>
   <li>Document how to switch to the default set of TestExecutionListeners <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29281">#29281</a></li>
   <li>Document limitation of AopTestUtils.getUltimateTargetObject() regarding non-static TargetSource <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29276">#29276</a></li>
   <li>Fix typo in WebSocket reference doc regarding subscription header <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29228">#29228</a></li>
   <li>Fix MockMvc sample setup <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29201">#29201</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Reactor 2020.0.25 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29464">#29464</a></li>
   </ul>
   <h2>:heart: Contributors</h2>
   <p>We'd like to thank all the contributors who worked on this release!</p>
   <ul>
   <li><a href="https://github.com/sangmin7648"><code>@​sangmin7648</code></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/2af9d961e4683245099ff3350ca85c7866cc1dfc"><code>2af9d96</code></a> Release v5.3.24</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/8e64701cb74aaded6f647d3c9aa0d186b8654b0b"><code>8e64701</code></a> Fix Javadoc formatting issue in TestSocketUtils</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/ae9a9e3c06ae4e2391f99ab537c43afc96f37087"><code>ae9a9e3</code></a> Document TestSocketUtils in the testing chapter</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/c94025699f89520b982bb44173228b874513b468"><code>c940256</code></a> Upgrade to Reactor 2020.0.25</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/ec3f59e6fea2b968ae00f41511c2e8ed6bda94d8"><code>ec3f59e</code></a> Allow AutoCloseable dereferences on original AutoCloseable beans</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/49ee4a4fdf54f90407cae6360c220032d4d7895b"><code>49ee4a4</code></a> Deprecated unused findAutowireCandidates template method (removed in 6.0)</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/698f8995f72239d11052e1319c6b2802a34ba3e8"><code>698f899</code></a> Revise TestSocketUtils and tests</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/ee51dab1f348361f26c477ad64ab730ad7359d6e"><code>ee51dab</code></a> Introduce TestSocketUtils as a replacement for SocketUtils</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/743a96b75ebf79b2d9a6aba82629b5a85f7167bc"><code>743a96b</code></a> Polish SocketUtilsTests</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/b766a49a4d0eb8469545a1f8f4ff120f0aaa0cb4"><code>b766a49</code></a> Support suspending functions returning Unit in WebFlux</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.23...v5.3.24">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-expression` from 5.3.23 to 5.3.24
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/spring-projects/spring-framework/releases">spring-expression's releases</a>.</em></p>
   <blockquote>
   <h2>v5.3.24</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Avoid reflection for annotation method invocations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29448">#29448</a></li>
   <li>Avoid unnecessary allocations in StompDecoder#unescape <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29443">#29443</a></li>
   <li>Avoid String allocations in MediaType.checkParameters <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29428">#29428</a></li>
   <li>Reduce allocations caused by producible media types <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29412">#29412</a></li>
   <li>Provide optional SimpleBeanInfoFactory for better introspection performance in 5.3.x <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29330">#29330</a></li>
   <li>Filter out <code>null</code> WebSocket session attributes <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29315">#29315</a></li>
   <li>Introduce TestSocketUtils as a replacement for SocketUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29132">#29132</a></li>
   <li>Avoid Commons Logging API for using LoggingCacheErrorHandler with a custom logger <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/28678">#28678</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Missing SessionFactory property (filter AutoCloseable from PropertyDescriptors)  <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29480">#29480</a></li>
   <li>SpEL ternary and Elvis expressions are missing enclosing parentheses in toStringAST() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29463">#29463</a></li>
   <li>If-Unmodified-Since header check removes Last-Modified and Etag headers from response, even if condition passes <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29362">#29362</a></li>
   <li>Annotation searches fail for non-public repeatable annotations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29301">#29301</a></li>
   <li>AbstractBeanFactory's interaction with BeanPostProcessorCacheAwareList is not fully thread-safe <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29299">#29299</a></li>
   <li>WebTestClient cannot assert custom HTTP status code <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29283">#29283</a></li>
   <li>Body token not expected error when trying to upload a large multipart file <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29227">#29227</a></li>
   <li>Avoid resizing of Maps created by CollectionUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29190">#29190</a></li>
   <li>DefaultWebClient logging sensitive information in URI <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29148">#29148</a></li>
   <li>Fix SimpleMailMessage nullability annotations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29139">#29139</a></li>
   <li>Webflux fails to apply the rule for controller methods returning void to kotlin suspend functions returning Unit <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27629">#27629</a></li>
   <li>Resource.isFile() return true when the resource path actually not exists <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26707">#26707</a></li>
   <li>AnnotatedElementUtils does not find merged repeatable annotations on other repeatable annotations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/20279">#20279</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix two typos in integration.adoc and webflux.adoc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29469">#29469</a></li>
   <li>Fix typo: &quot;as describe in&quot; -&gt; &quot;as described in&quot; <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29393">#29393</a></li>
   <li>Fix typos <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29364">#29364</a></li>
   <li>Correct documentation for &quot;other return values&quot; from a web controller method <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/is...
   
   _Description has been truncated_


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

To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org


[GitHub] [ws-axiom] codecov-commenter commented on pull request #253: Bump spring.version from 5.3.23 to 5.3.24

Posted by GitBox <gi...@apache.org>.
codecov-commenter commented on PR #253:
URL: https://github.com/apache/ws-axiom/pull/253#issuecomment-1319345430

   # [Codecov](https://codecov.io/gh/apache/ws-axiom/pull/253?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#253](https://codecov.io/gh/apache/ws-axiom/pull/253?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (a051e93) into [master](https://codecov.io/gh/apache/ws-axiom/commit/bdb39fa83e438c08b9649c5756e4149f86cf7754?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (bdb39fa) will **not change** coverage.
   > The diff coverage is `n/a`.
   
   ```diff
   @@           Coverage Diff           @@
   ##           master     #253   +/-   ##
   =======================================
     Coverage   58.53%   58.53%           
   =======================================
     Files         515      515           
     Lines       14788    14788           
     Branches     2555     2555           
   =======================================
     Hits         8656     8656           
     Misses       5533     5533           
     Partials      599      599           
   ```
   
   
   
   :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   


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

To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org


[GitHub] [ws-axiom] veithen merged pull request #253: Bump spring.version from 5.3.23 to 5.3.24

Posted by GitBox <gi...@apache.org>.
veithen merged PR #253:
URL: https://github.com/apache/ws-axiom/pull/253


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

To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org