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 2021/07/17 22:06:10 UTC

[GitHub] [ws-axiom] dependabot[bot] opened a new pull request #145: Bump spring.version from 5.3.8 to 5.3.9

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


   Bumps `spring.version` from 5.3.8 to 5.3.9.
   Updates `spring-core` from 5.3.8 to 5.3.9
   <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.9</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Configure CommonsMultipartResolver to support specific HTTP methods <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27161">#27161</a></li>
   <li>Allow BeanDefinitionBuilder to set an instance supplier with a ResolvableType <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27160">#27160</a></li>
   <li>Reason of <code>@ResponseStatus</code> on handler method is not resolved by MessageSource <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27156">#27156</a></li>
   <li>ResourceHandlerRegistry#getHandlerMapping should initialize handler once in outer loop <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27153">#27153</a></li>
   <li>Set synthetic flag using BeanDefinitionBuilder <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27141">#27141</a></li>
   <li>BeanCreationException error message should always include declaring class of constructor (or factory method) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27139">#27139</a></li>
   <li>Improve Jetty 10 check in JettyClientHttpResponse <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27136">#27136</a></li>
   <li>Jetty10RequestUpgradeStrategy use an old jetty 9 class HandshakeRFC6455 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27121">#27121</a></li>
   <li>ClassNotFoundException using Jetty 10 and its reactive client <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27112">#27112</a></li>
   <li>Use StringBuilder.append(char) where possible <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27098">#27098</a></li>
   <li>Consider &quot;wss&quot; and &quot;https&quot; for secure flag in Forwarded header checks <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27097">#27097</a></li>
   <li>SynchronossPartHttpMessageReader should only create temp directory when needed <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27092">#27092</a></li>
   <li>Implement equals, hashCode, &amp; toString in BeanMethod and *Metadata types <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27076">#27076</a></li>
   <li>Remove logging dependency in BeanUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27070">#27070</a></li>
   <li>Exclude sealed interfaces from auto-proxying (for JDK 17 compatibility) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27027">#27027</a></li>
   <li>Blockhound error when running with transaction with a TransactionOperator <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26955">#26955</a></li>
   <li>Configure StandardServletMultipartResolver to only support multipart/form-data <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26826">#26826</a></li>
   <li>Add a way to set executeExistingDelayedTasksAfterShutdown from ThreadPoolTaskScheduler <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26719">#26719</a></li>
   <li>Apply dynamic changes in ThreadPoolTaskExecutor before setting local value <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26700">#26700</a></li>
   </ul>
   <h2>:beetle: Bug Fixes</h2>
   <ul>
   <li>JettyHttpHandlerAdapter is not aware of Server[Request|Response]Wrapper <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27146">#27146</a></li>
   <li>{*path} pattern (CaptureTheRestPathElement) includes undocumented leading slash in <code>@PathVariable</code> path <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27132">#27132</a></li>
   <li>NoSuchMethodError when invoke JettyWebSocketSession.getRemoteAddress in jetty 10 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27120">#27120</a></li>
   <li>CronExpression is <em>still</em> broken on spring-context-5.3.8 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27117">#27117</a></li>
   <li>SimpleMethodMetadataReadingVisitor.Source.toString() omits separator for method arguments <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27095">#27095</a></li>
   <li>DefaultPathSegment allows shared empty parameters map to be mutated <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27064">#27064</a></li>
   <li>AOP auto-proxying with proxyTargetClass=true and introduction advice does not work for JDK proxy targets <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27044">#27044</a></li>
   <li>ServletRequestDataBinder assumes Standard servlet multipart handling <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26999">#26999</a></li>
   <li>DataClassRowMapper should not override Kotlin init properties <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26569">#26569</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Add Javadoc <code>@since</code> to <code>BeanDefinitionBuilder.setSynthetic()</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27155">#27155</a></li>
   <li>Fix link to Javadoc API <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27151">#27151</a></li>
   <li>Added description for HandlerInterceptor <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27122">#27122</a></li>
   <li>Fix typo in core-beans.adoc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27113">#27113</a></li>
   <li>Fix typo in BeanDefinitionDsl.kt <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27105">#27105</a></li>
   <li>Improve docs for getContentAsByteArray method of ContentCachingRequestWrapper <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27068">#27068</a></li>
   <li>Fix explanation on default settings for content negotiation in reference doc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27067">#27067</a></li>
   <li>Document that any <code>@Valid*</code> annotation triggers validation in the reference manual <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27050">#27050</a></li>
   <li>Improve RequestPartMethodArgumentResolver Javadoc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27043">#27043</a></li>
   <li>Improve RequestResponseBodyMethodProcessor Javadoc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27042">#27042</a></li>
   <li>Clarify that baseName in ResourceBundleMessageSource does not support multiple locations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27038">#27038</a></li>
   <li>Link alternate documentation formats <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27015">#27015</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/f9b6e94e002d981991281721d76dfa23f0118b07"><code>f9b6e94</code></a> Release v5.3.9</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/bb816c123ca86c6f373ee2bd1632f43c117a8f15"><code>bb816c1</code></a> Use MessageSource in HandlerMethod for error reason</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/33f3aa9b8a182c97751c6914f612cfcfe2c6d8be"><code>33f3aa9</code></a> Upgrade to AspectJ 1.9.7 and EclipseLink 2.7.9</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/e1f51cbce768870aa2f1d8eaa72628f4797c457c"><code>e1f51cb</code></a> Check both https and wss in forwarded header checks</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/6ec7cffc93f57740c946ed987a2e440743543515"><code>6ec7cff</code></a> Upgrade to Kotlin 1.5.21</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/4bc6f40ce8da04fd042295da6f708e34eb36bb83"><code>4bc6f40</code></a> Upgrade to Reactor 2020.0.9</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/bf2790498bc6be08d16fc12f1fe02666e123b488"><code>bf27904</code></a> Document ResourceBundle limitations</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/95d7f883ae1cb3ad4554eb37c54e81d524015880"><code>95d7f88</code></a> Deprecate LastModified</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/25131ebf6f572598d17f3391318c7fe55a16c7b3"><code>25131eb</code></a> Resource handler initialized only once</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/0267b00a65f43c6b1858fd8c03f293b9c9072a50"><code>0267b00</code></a> Minor update to Javadoc for HandlerInterceptor#postHandle</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.8...v5.3.9">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-context` from 5.3.8 to 5.3.9
   <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.9</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Configure CommonsMultipartResolver to support specific HTTP methods <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27161">#27161</a></li>
   <li>Allow BeanDefinitionBuilder to set an instance supplier with a ResolvableType <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27160">#27160</a></li>
   <li>Reason of <code>@ResponseStatus</code> on handler method is not resolved by MessageSource <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27156">#27156</a></li>
   <li>ResourceHandlerRegistry#getHandlerMapping should initialize handler once in outer loop <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27153">#27153</a></li>
   <li>Set synthetic flag using BeanDefinitionBuilder <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27141">#27141</a></li>
   <li>BeanCreationException error message should always include declaring class of constructor (or factory method) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27139">#27139</a></li>
   <li>Improve Jetty 10 check in JettyClientHttpResponse <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27136">#27136</a></li>
   <li>Jetty10RequestUpgradeStrategy use an old jetty 9 class HandshakeRFC6455 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27121">#27121</a></li>
   <li>ClassNotFoundException using Jetty 10 and its reactive client <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27112">#27112</a></li>
   <li>Use StringBuilder.append(char) where possible <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27098">#27098</a></li>
   <li>Consider &quot;wss&quot; and &quot;https&quot; for secure flag in Forwarded header checks <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27097">#27097</a></li>
   <li>SynchronossPartHttpMessageReader should only create temp directory when needed <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27092">#27092</a></li>
   <li>Implement equals, hashCode, &amp; toString in BeanMethod and *Metadata types <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27076">#27076</a></li>
   <li>Remove logging dependency in BeanUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27070">#27070</a></li>
   <li>Exclude sealed interfaces from auto-proxying (for JDK 17 compatibility) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27027">#27027</a></li>
   <li>Blockhound error when running with transaction with a TransactionOperator <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26955">#26955</a></li>
   <li>Configure StandardServletMultipartResolver to only support multipart/form-data <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26826">#26826</a></li>
   <li>Add a way to set executeExistingDelayedTasksAfterShutdown from ThreadPoolTaskScheduler <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26719">#26719</a></li>
   <li>Apply dynamic changes in ThreadPoolTaskExecutor before setting local value <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26700">#26700</a></li>
   </ul>
   <h2>:beetle: Bug Fixes</h2>
   <ul>
   <li>JettyHttpHandlerAdapter is not aware of Server[Request|Response]Wrapper <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27146">#27146</a></li>
   <li>{*path} pattern (CaptureTheRestPathElement) includes undocumented leading slash in <code>@PathVariable</code> path <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27132">#27132</a></li>
   <li>NoSuchMethodError when invoke JettyWebSocketSession.getRemoteAddress in jetty 10 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27120">#27120</a></li>
   <li>CronExpression is <em>still</em> broken on spring-context-5.3.8 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27117">#27117</a></li>
   <li>SimpleMethodMetadataReadingVisitor.Source.toString() omits separator for method arguments <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27095">#27095</a></li>
   <li>DefaultPathSegment allows shared empty parameters map to be mutated <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27064">#27064</a></li>
   <li>AOP auto-proxying with proxyTargetClass=true and introduction advice does not work for JDK proxy targets <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27044">#27044</a></li>
   <li>ServletRequestDataBinder assumes Standard servlet multipart handling <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26999">#26999</a></li>
   <li>DataClassRowMapper should not override Kotlin init properties <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26569">#26569</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Add Javadoc <code>@since</code> to <code>BeanDefinitionBuilder.setSynthetic()</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27155">#27155</a></li>
   <li>Fix link to Javadoc API <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27151">#27151</a></li>
   <li>Added description for HandlerInterceptor <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27122">#27122</a></li>
   <li>Fix typo in core-beans.adoc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27113">#27113</a></li>
   <li>Fix typo in BeanDefinitionDsl.kt <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27105">#27105</a></li>
   <li>Improve docs for getContentAsByteArray method of ContentCachingRequestWrapper <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27068">#27068</a></li>
   <li>Fix explanation on default settings for content negotiation in reference doc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27067">#27067</a></li>
   <li>Document that any <code>@Valid*</code> annotation triggers validation in the reference manual <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27050">#27050</a></li>
   <li>Improve RequestPartMethodArgumentResolver Javadoc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27043">#27043</a></li>
   <li>Improve RequestResponseBodyMethodProcessor Javadoc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27042">#27042</a></li>
   <li>Clarify that baseName in ResourceBundleMessageSource does not support multiple locations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27038">#27038</a></li>
   <li>Link alternate documentation formats <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27015">#27015</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/f9b6e94e002d981991281721d76dfa23f0118b07"><code>f9b6e94</code></a> Release v5.3.9</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/bb816c123ca86c6f373ee2bd1632f43c117a8f15"><code>bb816c1</code></a> Use MessageSource in HandlerMethod for error reason</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/33f3aa9b8a182c97751c6914f612cfcfe2c6d8be"><code>33f3aa9</code></a> Upgrade to AspectJ 1.9.7 and EclipseLink 2.7.9</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/e1f51cbce768870aa2f1d8eaa72628f4797c457c"><code>e1f51cb</code></a> Check both https and wss in forwarded header checks</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/6ec7cffc93f57740c946ed987a2e440743543515"><code>6ec7cff</code></a> Upgrade to Kotlin 1.5.21</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/4bc6f40ce8da04fd042295da6f708e34eb36bb83"><code>4bc6f40</code></a> Upgrade to Reactor 2020.0.9</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/bf2790498bc6be08d16fc12f1fe02666e123b488"><code>bf27904</code></a> Document ResourceBundle limitations</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/95d7f883ae1cb3ad4554eb37c54e81d524015880"><code>95d7f88</code></a> Deprecate LastModified</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/25131ebf6f572598d17f3391318c7fe55a16c7b3"><code>25131eb</code></a> Resource handler initialized only once</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/0267b00a65f43c6b1858fd8c03f293b9c9072a50"><code>0267b00</code></a> Minor update to Javadoc for HandlerInterceptor#postHandle</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.8...v5.3.9">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-beans` from 5.3.8 to 5.3.9
   <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.9</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Configure CommonsMultipartResolver to support specific HTTP methods <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27161">#27161</a></li>
   <li>Allow BeanDefinitionBuilder to set an instance supplier with a ResolvableType <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27160">#27160</a></li>
   <li>Reason of <code>@ResponseStatus</code> on handler method is not resolved by MessageSource <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27156">#27156</a></li>
   <li>ResourceHandlerRegistry#getHandlerMapping should initialize handler once in outer loop <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27153">#27153</a></li>
   <li>Set synthetic flag using BeanDefinitionBuilder <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27141">#27141</a></li>
   <li>BeanCreationException error message should always include declaring class of constructor (or factory method) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27139">#27139</a></li>
   <li>Improve Jetty 10 check in JettyClientHttpResponse <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27136">#27136</a></li>
   <li>Jetty10RequestUpgradeStrategy use an old jetty 9 class HandshakeRFC6455 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27121">#27121</a></li>
   <li>ClassNotFoundException using Jetty 10 and its reactive client <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27112">#27112</a></li>
   <li>Use StringBuilder.append(char) where possible <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27098">#27098</a></li>
   <li>Consider &quot;wss&quot; and &quot;https&quot; for secure flag in Forwarded header checks <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27097">#27097</a></li>
   <li>SynchronossPartHttpMessageReader should only create temp directory when needed <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27092">#27092</a></li>
   <li>Implement equals, hashCode, &amp; toString in BeanMethod and *Metadata types <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27076">#27076</a></li>
   <li>Remove logging dependency in BeanUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27070">#27070</a></li>
   <li>Exclude sealed interfaces from auto-proxying (for JDK 17 compatibility) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27027">#27027</a></li>
   <li>Blockhound error when running with transaction with a TransactionOperator <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26955">#26955</a></li>
   <li>Configure StandardServletMultipartResolver to only support multipart/form-data <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26826">#26826</a></li>
   <li>Add a way to set executeExistingDelayedTasksAfterShutdown from ThreadPoolTaskScheduler <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26719">#26719</a></li>
   <li>Apply dynamic changes in ThreadPoolTaskExecutor before setting local value <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26700">#26700</a></li>
   </ul>
   <h2>:beetle: Bug Fixes</h2>
   <ul>
   <li>JettyHttpHandlerAdapter is not aware of Server[Request|Response]Wrapper <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27146">#27146</a></li>
   <li>{*path} pattern (CaptureTheRestPathElement) includes undocumented leading slash in <code>@PathVariable</code> path <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27132">#27132</a></li>
   <li>NoSuchMethodError when invoke JettyWebSocketSession.getRemoteAddress in jetty 10 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27120">#27120</a></li>
   <li>CronExpression is <em>still</em> broken on spring-context-5.3.8 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27117">#27117</a></li>
   <li>SimpleMethodMetadataReadingVisitor.Source.toString() omits separator for method arguments <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27095">#27095</a></li>
   <li>DefaultPathSegment allows shared empty parameters map to be mutated <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27064">#27064</a></li>
   <li>AOP auto-proxying with proxyTargetClass=true and introduction advice does not work for JDK proxy targets <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27044">#27044</a></li>
   <li>ServletRequestDataBinder assumes Standard servlet multipart handling <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26999">#26999</a></li>
   <li>DataClassRowMapper should not override Kotlin init properties <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26569">#26569</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Add Javadoc <code>@since</code> to <code>BeanDefinitionBuilder.setSynthetic()</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27155">#27155</a></li>
   <li>Fix link to Javadoc API <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27151">#27151</a></li>
   <li>Added description for HandlerInterceptor <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27122">#27122</a></li>
   <li>Fix typo in core-beans.adoc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27113">#27113</a></li>
   <li>Fix typo in BeanDefinitionDsl.kt <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27105">#27105</a></li>
   <li>Improve docs for getContentAsByteArray method of ContentCachingRequestWrapper <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27068">#27068</a></li>
   <li>Fix explanation on default settings for content negotiation in reference doc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27067">#27067</a></li>
   <li>Document that any <code>@Valid*</code> annotation triggers validation in the reference manual <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27050">#27050</a></li>
   <li>Improve RequestPartMethodArgumentResolver Javadoc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27043">#27043</a></li>
   <li>Improve RequestResponseBodyMethodProcessor Javadoc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27042">#27042</a></li>
   <li>Clarify that baseName in ResourceBundleMessageSource does not support multiple locations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27038">#27038</a></li>
   <li>Link alternate documentation formats <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27015">#27015</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/f9b6e94e002d981991281721d76dfa23f0118b07"><code>f9b6e94</code></a> Release v5.3.9</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/bb816c123ca86c6f373ee2bd1632f43c117a8f15"><code>bb816c1</code></a> Use MessageSource in HandlerMethod for error reason</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/33f3aa9b8a182c97751c6914f612cfcfe2c6d8be"><code>33f3aa9</code></a> Upgrade to AspectJ 1.9.7 and EclipseLink 2.7.9</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/e1f51cbce768870aa2f1d8eaa72628f4797c457c"><code>e1f51cb</code></a> Check both https and wss in forwarded header checks</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/6ec7cffc93f57740c946ed987a2e440743543515"><code>6ec7cff</code></a> Upgrade to Kotlin 1.5.21</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/4bc6f40ce8da04fd042295da6f708e34eb36bb83"><code>4bc6f40</code></a> Upgrade to Reactor 2020.0.9</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/bf2790498bc6be08d16fc12f1fe02666e123b488"><code>bf27904</code></a> Document ResourceBundle limitations</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/95d7f883ae1cb3ad4554eb37c54e81d524015880"><code>95d7f88</code></a> Deprecate LastModified</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/25131ebf6f572598d17f3391318c7fe55a16c7b3"><code>25131eb</code></a> Resource handler initialized only once</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/0267b00a65f43c6b1858fd8c03f293b9c9072a50"><code>0267b00</code></a> Minor update to Javadoc for HandlerInterceptor#postHandle</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.8...v5.3.9">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-web` from 5.3.8 to 5.3.9
   <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.9</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Configure CommonsMultipartResolver to support specific HTTP methods <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27161">#27161</a></li>
   <li>Allow BeanDefinitionBuilder to set an instance supplier with a ResolvableType <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27160">#27160</a></li>
   <li>Reason of <code>@ResponseStatus</code> on handler method is not resolved by MessageSource <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27156">#27156</a></li>
   <li>ResourceHandlerRegistry#getHandlerMapping should initialize handler once in outer loop <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27153">#27153</a></li>
   <li>Set synthetic flag using BeanDefinitionBuilder <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27141">#27141</a></li>
   <li>BeanCreationException error message should always include declaring class of constructor (or factory method) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27139">#27139</a></li>
   <li>Improve Jetty 10 check in JettyClientHttpResponse <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27136">#27136</a></li>
   <li>Jetty10RequestUpgradeStrategy use an old jetty 9 class HandshakeRFC6455 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27121">#27121</a></li>
   <li>ClassNotFoundException using Jetty 10 and its reactive client <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27112">#27112</a></li>
   <li>Use StringBuilder.append(char) where possible <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27098">#27098</a></li>
   <li>Consider &quot;wss&quot; and &quot;https&quot; for secure flag in Forwarded header checks <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27097">#27097</a></li>
   <li>SynchronossPartHttpMessageReader should only create temp directory when needed <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27092">#27092</a></li>
   <li>Implement equals, hashCode, &amp; toString in BeanMethod and *Metadata types <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27076">#27076</a></li>
   <li>Remove logging dependency in BeanUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27070">#27070</a></li>
   <li>Exclude sealed interfaces from auto-proxying (for JDK 17 compatibility) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27027">#27027</a></li>
   <li>Blockhound error when running with transaction with a TransactionOperator <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26955">#26955</a></li>
   <li>Configure StandardServletMultipartResolver to only support multipart/form-data <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26826">#26826</a></li>
   <li>Add a way to set executeExistingDelayedTasksAfterShutdown from ThreadPoolTaskScheduler <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26719">#26719</a></li>
   <li>Apply dynamic changes in ThreadPoolTaskExecutor before setting local value <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26700">#26700</a></li>
   </ul>
   <h2>:beetle: Bug Fixes</h2>
   <ul>
   <li>JettyHttpHandlerAdapter is not aware of Server[Request|Response]Wrapper <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27146">#27146</a></li>
   <li>{*path} pattern (CaptureTheRestPathElement) includes undocumented leading slash in <code>@PathVariable</code> path <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27132">#27132</a></li>
   <li>NoSuchMethodError when invoke JettyWebSocketSession.getRemoteAddress in jetty 10 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27120">#27120</a></li>
   <li>CronExpression is <em>still</em> broken on spring-context-5.3.8 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27117">#27117</a></li>
   <li>SimpleMethodMetadataReadingVisitor.Source.toString() omits separator for method arguments <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27095">#27095</a></li>
   <li>DefaultPathSegment allows shared empty parameters map to be mutated <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27064">#27064</a></li>
   <li>AOP auto-proxying with proxyTargetClass=true and introduction advice does not work for JDK proxy targets <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27044">#27044</a></li>
   <li>ServletRequestDataBinder assumes Standard servlet multipart handling <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26999">#26999</a></li>
   <li>DataClassRowMapper should not override Kotlin init properties <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26569">#26569</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Add Javadoc <code>@since</code> to <code>BeanDefinitionBuilder.setSynthetic()</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27155">#27155</a></li>
   <li>Fix link to Javadoc API <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27151">#27151</a></li>
   <li>Added description for HandlerInterceptor <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27122">#27122</a></li>
   <li>Fix typo in core-beans.adoc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27113">#27113</a></li>
   <li>Fix typo in BeanDefinitionDsl.kt <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27105">#27105</a></li>
   <li>Improve docs for getContentAsByteArray method of ContentCachingRequestWrapper <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27068">#27068</a></li>
   <li>Fix explanation on default settings for content negotiation in reference doc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27067">#27067</a></li>
   <li>Document that any <code>@Valid*</code> annotation triggers validation in the reference manual <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27050">#27050</a></li>
   <li>Improve RequestPartMethodArgumentResolver Javadoc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27043">#27043</a></li>
   <li>Improve RequestResponseBodyMethodProcessor Javadoc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27042">#27042</a></li>
   <li>Clarify that baseName in ResourceBundleMessageSource does not support multiple locations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27038">#27038</a></li>
   <li>Link alternate documentation formats <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27015">#27015</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/f9b6e94e002d981991281721d76dfa23f0118b07"><code>f9b6e94</code></a> Release v5.3.9</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/bb816c123ca86c6f373ee2bd1632f43c117a8f15"><code>bb816c1</code></a> Use MessageSource in HandlerMethod for error reason</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/33f3aa9b8a182c97751c6914f612cfcfe2c6d8be"><code>33f3aa9</code></a> Upgrade to AspectJ 1.9.7 and EclipseLink 2.7.9</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/e1f51cbce768870aa2f1d8eaa72628f4797c457c"><code>e1f51cb</code></a> Check both https and wss in forwarded header checks</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/6ec7cffc93f57740c946ed987a2e440743543515"><code>6ec7cff</code></a> Upgrade to Kotlin 1.5.21</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/4bc6f40ce8da04fd042295da6f708e34eb36bb83"><code>4bc6f40</code></a> Upgrade to Reactor 2020.0.9</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/bf2790498bc6be08d16fc12f1fe02666e123b488"><code>bf27904</code></a> Document ResourceBundle limitations</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/95d7f883ae1cb3ad4554eb37c54e81d524015880"><code>95d7f88</code></a> Deprecate LastModified</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/25131ebf6f572598d17f3391318c7fe55a16c7b3"><code>25131eb</code></a> Resource handler initialized only once</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/0267b00a65f43c6b1858fd8c03f293b9c9072a50"><code>0267b00</code></a> Minor update to Javadoc for HandlerInterceptor#postHandle</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.8...v5.3.9">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-aop` from 5.3.8 to 5.3.9
   <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.9</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Configure CommonsMultipartResolver to support specific HTTP methods <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27161">#27161</a></li>
   <li>Allow BeanDefinitionBuilder to set an instance supplier with a ResolvableType <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27160">#27160</a></li>
   <li>Reason of <code>@ResponseStatus</code> on handler method is not resolved by MessageSource <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27156">#27156</a></li>
   <li>ResourceHandlerRegistry#getHandlerMapping should initialize handler once in outer loop <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27153">#27153</a></li>
   <li>Set synthetic flag using BeanDefinitionBuilder <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27141">#27141</a></li>
   <li>BeanCreationException error message should always include declaring class of constructor (or factory method) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27139">#27139</a></li>
   <li>Improve Jetty 10 check in JettyClientHttpResponse <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27136">#27136</a></li>
   <li>Jetty10RequestUpgradeStrategy use an old jetty 9 class HandshakeRFC6455 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27121">#27121</a></li>
   <li>ClassNotFoundException using Jetty 10 and its reactive client <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27112">#27112</a></li>
   <li>Use StringBuilder.append(char) where possible <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27098">#27098</a></li>
   <li>Consider &quot;wss&quot; and &quot;https&quot; for secure flag in Forwarded header checks <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27097">#27097</a></li>
   <li>SynchronossPartHttpMessageReader should only create temp directory when needed <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27092">#27092</a></li>
   <li>Implement equals, hashCode, &amp; toString in BeanMethod and *Metadata types <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27076">#27076</a></li>
   <li>Remove logging dependency in BeanUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27070">#27070</a></li>
   <li>Exclude sealed interfaces from auto-proxying (for JDK 17 compatibility) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27027">#27027</a></li>
   <li>Blockhound error when running with transaction with a TransactionOperator <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26955">#26955</a></li>
   <li>Configure StandardServletMultipartResolver to only support multipart/form-data <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26826">#26826</a></li>
   <li>Add a way to set executeExistingDelayedTasksAfterShutdown from ThreadPoolTaskScheduler <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26719">#26719</a></li>
   <li>Apply dynamic changes in ThreadPoolTaskExecutor before setting local value <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26700">#26700</a></li>
   </ul>
   <h2>:beetle: Bug Fixes</h2>
   <ul>
   <li>JettyHttpHandlerAdapter is not aware of Server[Request|Response]Wrapper <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27146">#27146</a></li>
   <li>{*path} pattern (CaptureTheRestPathElement) includes undocumented leading slash in <code>@PathVariable</code> path <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27132">#27132</a></li>
   <li>NoSuchMethodError when invoke JettyWebSocketSession.getRemoteAddress in jetty 10 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27120">#27120</a></li>
   <li>CronExpression is <em>still</em> broken on spring-context-5.3.8 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27117">#27117</a></li>
   <li>SimpleMethodMetadataReadingVisitor.Source.toString() omits separator for method arguments <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27095">#27095</a></li>
   <li>DefaultPathSegment allows shared empty parameters map to be mutated <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27064">#27064</a></li>
   <li>AOP auto-proxying with proxyTargetClass=true and introduction advice does not work for JDK proxy targets <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27044">#27044</a></li>
   <li>ServletRequestDataBinder assumes Standard servlet multipart handling <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26999">#26999</a></li>
   <li>DataClassRowMapper should not override Kotlin init properties <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26569">#26569</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Add Javadoc <code>@since</code> to <code>BeanDefinitionBuilder.setSynthetic()</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27155">#27155</a></li>
   <li>Fix link to Javadoc API <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27151">#27151</a></li>
   <li>Added description for HandlerInterceptor <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27122">#27122</a></li>
   <li>Fix typo in core-beans.adoc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27113">#27113</a></li>
   <li>Fix typo in BeanDefinitionDsl.kt <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27105">#27105</a></li>
   <li>Improve docs for getContentAsByteArray method of ContentCachingRequestWrapper <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27068">#27068</a></li>
   <li>Fix explanation on default settings for content negotiation in reference doc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27067">#27067</a></li>
   <li>Document that any <code>@Valid*</code> annotation triggers validation in the reference manual <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27050">#27050</a></li>
   <li>Improve RequestPartMethodArgumentResolver Javadoc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27043">#27043</a></li>
   <li>Improve RequestResponseBodyMethodProcessor Javadoc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27042">#27042</a></li>
   <li>Clarify that baseName in ResourceBundleMessageSource does not support multiple locations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27038">#27038</a></li>
   <li>Link alternate documentation formats <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27015">#27015</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/f9b6e94e002d981991281721d76dfa23f0118b07"><code>f9b6e94</code></a> Release v5.3.9</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/bb816c123ca86c6f373ee2bd1632f43c117a8f15"><code>bb816c1</code></a> Use MessageSource in HandlerMethod for error reason</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/33f3aa9b8a182c97751c6914f612cfcfe2c6d8be"><code>33f3aa9</code></a> Upgrade to AspectJ 1.9.7 and EclipseLink 2.7.9</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/e1f51cbce768870aa2f1d8eaa72628f4797c457c"><code>e1f51cb</code></a> Check both https and wss in forwarded header checks</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/6ec7cffc93f57740c946ed987a2e440743543515"><code>6ec7cff</code></a> Upgrade to Kotlin 1.5.21</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/4bc6f40ce8da04fd042295da6f708e34eb36bb83"><code>4bc6f40</code></a> Upgrade to Reactor 2020.0.9</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/bf2790498bc6be08d16fc12f1fe02666e123b488"><code>bf27904</code></a> Document ResourceBundle limitations</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/95d7f883ae1cb3ad4554eb37c54e81d524015880"><code>95d7f88</code></a> Deprecate LastModified</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/25131ebf6f572598d17f3391318c7fe55a16c7b3"><code>25131eb</code></a> Resource handler initialized only once</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/0267b00a65f43c6b1858fd8c03f293b9c9072a50"><code>0267b00</code></a> Minor update to Javadoc for HandlerInterceptor#postHandle</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.8...v5.3.9">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-oxm` from 5.3.8 to 5.3.9
   <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.9</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Configure CommonsMultipartResolver to support specific HTTP methods <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27161">#27161</a></li>
   <li>Allow BeanDefinitionBuilder to set an instance supplier with a ResolvableType <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27160">#27160</a></li>
   <li>Reason of <code>@ResponseStatus</code> on handler method is not resolved by MessageSource <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27156">#27156</a></li>
   <li>ResourceHandlerRegistry#getHandlerMapping should initialize handler once in outer loop <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27153">#27153</a></li>
   <li>Set synthetic flag using BeanDefinitionBuilder <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27141">#27141</a></li>
   <li>BeanCreationException error message should always include declaring class of constructor (or factory method) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27139">#27139</a></li>
   <li>Improve Jetty 10 check in JettyClientHttpResponse <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27136">#27136</a></li>
   <li>Jetty10RequestUpgradeStrategy use an old jetty 9 class HandshakeRFC6455 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27121">#27121</a></li>
   <li>ClassNotFoundException using Jetty 10 and its reactive client <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27112">#27112</a></li>
   <li>Use StringBuilder.append(char) where possible <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27098">#27098</a></li>
   <li>Consider &quot;wss&quot; and &quot;https&quot; for secure flag in Forwarded header checks <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27097">#27097</a></li>
   <li>SynchronossPartHttpMessageReader should only create temp directory when needed <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27092">#27092</a></li>
   <li>Implement equals, hashCode, &amp; toString in BeanMethod and *Metadata types <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27076">#27076</a></li>
   <li>Remove logging dependency in BeanUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27070">#27070</a></li>
   <li>Exclude sealed interfaces from auto-proxying (for JDK 17 compatibility) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27027">#27027</a></li>
   <li>Blockhound error when running with transaction with a TransactionOperator <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26955">#26955</a></li>
   <li>Configure StandardServletMultipartResolver to only support multipart/form-data <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26826">#26826</a></li>
   <li>Add a way to set executeExistingDelayedTasksAfterShutdown from ThreadPoolTaskScheduler <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26719">#26719</a></li>
   <li>Apply dynamic changes in ThreadPoolTaskExecutor before setting local value <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26700">#26700</a></li>
   </ul>
   <h2>:beetle: Bug Fixes</h2>
   <ul>
   <li>JettyHttpHandlerAdapter is not aware of Server[Request|Response]Wrapper <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27146">#27146</a></li>
   <li>{*path} pattern (CaptureTheRestPathElement) includes undocumented leading slash in <code>@PathVariable</code> path <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27132">#27132</a></li>
   <li>NoSuchMethodError when invoke JettyWebSocketSession.getRemoteAddress in jetty 10 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27120">#27120</a></li>
   <li>CronExpression is <em>still</em> broken on spring-context-5.3.8 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27117">#27117</a></li>
   <li>SimpleMethodMetadataReadingVisitor.Source.toString() omits separator for method arguments <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27095">#27095</a></li>
   <li>DefaultPathSegment allows shared empty parameters map to be mutated <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27064">#27064</a></li>
   <li>AOP auto-proxying with proxyTargetClass=true and introduction advice does not work for JDK proxy targets <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27044">#27044</a></li>
   <li>ServletRequestDataBinder assumes Standard servlet multipart handling <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26999">#26999</a></li>
   <li>DataClassRowMapper should not override Kotlin init properties <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26569">#26569</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Add Javadoc <code>@since</code> to <code>BeanDefinitionBuilder.setSynthetic()</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27155">#27155</a></li>
   <li>Fix link to Javadoc API <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27151">#27151</a></li>
   <li>Added description for HandlerInterceptor <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27122">#27122</a></li>
   <li>Fix typo in core-beans.adoc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27113">#27113</a></li>
   <li>Fix typo in BeanDefinitionDsl.kt <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27105">#27105</a></li>
   <li>Improve docs for getContentAsByteArray method of ContentCachingRequestWrapper <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27068">#27068</a></li>
   <li>Fix explanation on default settings for content negotiation in reference doc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27067">#27067</a></li>
   <li>Document that any <code>@Valid*</code> annotation triggers validation in the reference manual <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27050">#27050</a></li>
   <li>Improve RequestPartMethodArgumentResolver Javadoc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27043">#27043</a></li>
   <li>Improve RequestResponseBodyMethodProcessor Javadoc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27042">#27042</a></li>
   <li>Clarify that baseName in ResourceBundleMessageSource does not support multiple locations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27038">#27038</a></li>
   <li>Link alternate documentation formats <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27015">#27015</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/f9b6e94e002d981991281721d76dfa23f0118b07"><code>f9b6e94</code></a> Release v5.3.9</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/bb816c123ca86c6f373ee2bd1632f43c117a8f15"><code>bb816c1</code></a> Use MessageSource in HandlerMethod for error reason</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/33f3aa9b8a182c97751c6914f612cfcfe2c6d8be"><code>33f3aa9</code></a> Upgrade to AspectJ 1.9.7 and EclipseLink 2.7.9</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/e1f51cbce768870aa2f1d8eaa72628f4797c457c"><code>e1f51cb</code></a> Check both https and wss in forwarded header checks</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/6ec7cffc93f57740c946ed987a2e440743543515"><code>6ec7cff</code></a> Upgrade to Kotlin 1.5.21</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/4bc6f40ce8da04fd042295da6f708e34eb36bb83"><code>4bc6f40</code></a> Upgrade to Reactor 2020.0.9</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/bf2790498bc6be08d16fc12f1fe02666e123b488"><code>bf27904</code></a> Document ResourceBundle limitations</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/95d7f883ae1cb3ad4554eb37c54e81d524015880"><code>95d7f88</code></a> Deprecate LastModified</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/25131ebf6f572598d17f3391318c7fe55a16c7b3"><code>25131eb</code></a> Resource handler initialized only once</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/0267b00a65f43c6b1858fd8c03f293b9c9072a50"><code>0267b00</code></a> Minor update to Javadoc for HandlerInterceptor#postHandle</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.8...v5.3.9">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-test` from 5.3.8 to 5.3.9
   <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.9</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Configure CommonsMultipartResolver to support specific HTTP methods <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27161">#27161</a></li>
   <li>Allow BeanDefinitionBuilder to set an instance supplier with a ResolvableType <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27160">#27160</a></li>
   <li>Reason of <code>@ResponseStatus</code> on handler method is not resolved by MessageSource <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27156">#27156</a></li>
   <li>ResourceHandlerRegistry#getHandlerMapping should initialize handler once in outer loop <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27153">#27153</a></li>
   <li>Set synthetic flag using BeanDefinitionBuilder <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27141">#27141</a></li>
   <li>BeanCreationException error message should always include declaring class of constructor (or factory method) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27139">#27139</a></li>
   <li>Improve Jetty 10 check in JettyClientHttpResponse <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27136">#27136</a></li>
   <li>Jetty10RequestUpgradeStrategy use an old jetty 9 class HandshakeRFC6455 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27121">#27121</a></li>
   <li>ClassNotFoundException using Jetty 10 and its reactive client <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27112">#27112</a></li>
   <li>Use StringBuilder.append(char) where possible <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27098">#27098</a></li>
   <li>Consider &quot;wss&quot; and &quot;https&quot; for secure flag in Forwarded header checks <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27097">#27097</a></li>
   <li>SynchronossPartHttpMessageReader should only create temp directory when needed <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27092">#27092</a></li>
   <li>Implement equals, hashCode, &amp; toString in BeanMethod and *Metadata types <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27076">#27076</a></li>
   <li>Remove logging dependency in BeanUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27070">#27070</a></li>
   <li>Exclude sealed interfaces from auto-proxying (for JDK 17 compatibility) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27027">#27027</a></li>
   <li>Blockhound error when running with transaction with a TransactionOperator <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26955">#26955</a></li>
   <li>Configure StandardServletMultipartResolver to only support multipart/form-data <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26826">#26826</a></li>
   <li>Add a way to set executeExistingDelayedTasksAfterShutdown from ThreadPoolTaskScheduler <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26719">#26719</a></li>
   <li>Apply dynamic changes in ThreadPoolTaskExecutor before setting local value <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26700">#26700</a></li>
   </ul>
   <h2>:beetle: Bug Fixes</h2>
   <ul>
   <li>JettyHttpHandlerAdapter is not aware of Server[Request|Response]Wrapper <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27146">#27146</a></li>
   <li>{*path} pattern (CaptureTheRestPathElement) includes undocumented leading slash in <code>@PathVariable</code> path <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27132">#27132</a></li>
   <li>NoSuchMethodError when invoke JettyWebSocketSession.getRemoteAddress in jetty 10 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27120">#27120</a></li>
   <li>CronExpression is <em>still</em> broken on spring-context-5.3.8 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27117">#27117</a></li>
   <li>SimpleMethodMetadataReadingVisitor.Source.toString() omits separator for method arguments <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27095">#27095</a></li>
   <li>DefaultPathSegment allows shared empty parameters map to be mutated <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27064">#27064</a></li>
   <li>AOP auto-proxying with proxyTargetClass=true and introduction advice does not work for JDK proxy targets <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27044">#27044</a></li>
   <li>ServletRequestDataBinder assumes Standard servlet multipart handling <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26999">#26999</a></li>
   <li>DataClassRowMapper should not override Kotlin init properties <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26569">#26569</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Add Javadoc <code>@since</code> to <code>BeanDefinitionBuilder.setSynthetic()</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27155">#27155</a></li>
   <li>Fix link to Javadoc API <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27151">#27151</a></li>
   <li>Added description for HandlerInterceptor <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27122">#27122</a></li>
   <li>Fix typo in core-beans.adoc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27113">#27113</a></li>
   <li>Fix typo in BeanDefinitionDsl.kt <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27105">#27105</a></li>
   <li>Improve docs for getContentAsByteArray method of ContentCachingRequestWrapper <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27068">#27068</a></li>
   <li>Fix explanation on default settings for content negotiation in reference doc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27067">#27067</a></li>
   <li>Document that any <code>@Valid*</code> annotation triggers validation in the reference manual <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27050">#27050</a></li>
   <li>Improve RequestPartMethodArgumentResolver Javadoc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27043">#27043</a></li>
   <li>Improve RequestResponseBodyMethodProcessor Javadoc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27042">#27042</a></li>
   <li>Clarify that baseName in ResourceBundleMessageSource does not support multiple locations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27038">#27038</a></li>
   <li>Link alternate documentation formats <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27015">#27015</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/f9b6e94e002d981991281721d76dfa23f0118b07"><code>f9b6e94</code></a> Release v5.3.9</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/bb816c123ca86c6f373ee2bd1632f43c117a8f15"><code>bb816c1</code></a> Use MessageSource in HandlerMethod for error reason</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/33f3aa9b8a182c97751c6914f612cfcfe2c6d8be"><code>33f3aa9</code></a> Upgrade to AspectJ 1.9.7 and EclipseLink 2.7.9</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/e1f51cbce768870aa2f1d8eaa72628f4797c457c"><code>e1f51cb</code></a> Check both https and wss in forwarded header checks</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/6ec7cffc93f57740c946ed987a2e440743543515"><code>6ec7cff</code></a> Upgrade to Kotlin 1.5.21</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/4bc6f40ce8da04fd042295da6f708e34eb36bb83"><code>4bc6f40</code></a> Upgrade to Reactor 2020.0.9</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/bf2790498bc6be08d16fc12f1fe02666e123b488"><code>bf27904</code></a> Document ResourceBundle limitations</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/95d7f883ae1cb3ad4554eb37c54e81d524015880"><code>95d7f88</code></a> Deprecate LastModified</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/25131ebf6f572598d17f3391318c7fe55a16c7b3"><code>25131eb</code></a> Resource handler initialized only once</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/0267b00a65f43c6b1858fd8c03f293b9c9072a50"><code>0267b00</code></a> Minor update to Javadoc for HandlerInterceptor#postHandle</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.8...v5.3.9">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-expression` from 5.3.8 to 5.3.9
   <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.9</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Configure CommonsMultipartResolver to support specific HTTP methods <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27161">#27161</a></li>
   <li>Allow BeanDefinitionBuilder to set an instance supplier with a ResolvableType <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27160">#27160</a></li>
   <li>Reason of <code>@ResponseStatus</code> on handler method is not resolved by MessageSource <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27156">#27156</a></li>
   <li>ResourceHandlerRegistry#getHandlerMapping should initialize handler once in outer loop <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27153">#27153</a></li>
   <li>Set synthetic flag using BeanDefinitionBuilder <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27141">#27141</a></li>
   <li>BeanCreationException error message should always include declaring class of constructor (or factory method) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27139">#27139</a></li>
   <li>Improve Jetty 10 check in JettyClientHttpResponse <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27136">#27136</a></li>
   <li>Jetty10RequestUpgradeStrategy use an old jetty 9 class HandshakeRFC6455 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27121">#27121</a></li>
   <li>ClassNotFoundException using Jetty 10 and its reactive client <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27112">#27112</a></li>
   <li>Use StringBuilder.append(char) where possible <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27098">#27098</a></li>
   <li>Consider &quot;wss&quot; and &quot;https&quot; for secure flag in Forwarded header checks <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27097">#27097</a></li>
   <li>SynchronossPartHttpMessageReader should only create temp directory when needed <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27092">#27092</a></li>
   <li>Implement equals, hashCode, &amp; toString in BeanMethod and *Metadata types <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27076">#27076</a></li>
   <li>Remove logging dependency in BeanUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27070">#27070</a></li>
   <li>Exclude sealed interfaces from auto-proxying (for JDK 17 compatibility) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27027">#27027</a></li>
   <li>Blockhound error when running with transaction with a TransactionOperator <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26955">#26955</a></li>
   <li>Configure StandardServletMultipartResolver to only support multipart/form-data <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26826">#26826</a></li>
   <li>Add a way to set executeExistingDelayedTasksAfterShutdown from ThreadPoolTaskScheduler <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26719">#26719</a></li>
   <li>Apply dynamic changes in ThreadPoolTaskExecutor before setting local value <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26700">#26700</a></li>
   </ul>
   <h2>:beetle: Bug Fixes</h2>
   <ul>
   <li>JettyHttpHandlerAdapter is not aware of Server[Request|Response]Wrapper <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27146">#27146</a></li>
   <li>{*path} pattern (CaptureTheRestPathElement) includes undocumented leading slash in <code>@PathVariable</code> path <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27132">#27132</a></li>
   <li>NoSuchMethodError when invoke JettyWebSocketSession.getRemoteAddress in jetty 10 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27120">#27120</a></li>
   <li>CronExpression is <em>still</em> broken on spring-context-5.3.8 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27117">#27117</a></li>
   <li>SimpleMethodMetadataReadingVisitor.Source.toString() omits separator for method arguments <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27095">#27095</a></li>
   <li>DefaultPathSegment allows shared empty parameters map to be mutated <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27064">#27064</a></li>
   <li>AOP auto-proxying with proxyTargetClass=true and introduction advice does not work for JDK proxy targets <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27044">#27044</a></li>
   <li>ServletRequestDataBinder assumes Standard servlet multipart handling <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26999">#26999</a></li>
   <li>DataClassRowMapper should not override Kotlin init properties <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26569">#26569</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Add Javadoc <code>@since</code> to <code>BeanDefinitionBuilder.setSynthetic()</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27155">#27155</a></li>
   <li>Fix link to Javadoc API <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27151">#27151</a></li>
   <li>Added description for HandlerInterceptor <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27122">#27122</a></li>
   <li>Fix typo in core-beans.adoc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27113">#27113</a></li>
   <li>Fix typo in BeanDefinitionDsl.kt <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27105">#27105</a></li>
   <li>Improve docs for getContentAsByteArray method of ContentCachingRequestWrapper <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27068">#27068</a></li>
   <li>Fix explanation on default settings for content negotiation in reference doc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27067">#27067</a></li>
   <li>Document that any <code>@Valid*</code> annotation triggers validation in the reference manual <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27050">#27050</a></li>
   <li>Improve RequestPartMethodArgumentResolver Javadoc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27043">#27043</a></li>
   <li>Improve RequestResponseBodyMethodProcessor Javadoc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27042">#27042</a></li>
   <li>Clarify that baseName in ResourceBundleMessageSource does not support multiple locations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27038">#27038</a></li>
   <li>Link alternate documentation formats <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27015">#27015</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/f9b6e94e002d981991281721d76dfa23f0118b07"><code>f9b6e94</code></a> Release v5.3.9</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/bb816c123ca86c6f373ee2bd1632f43c117a8f15"><code>bb816c1</code></a> Use MessageSource in HandlerMethod for error reason</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/33f3aa9b8a182c97751c6914f612cfcfe2c6d8be"><code>33f3aa9</code></a> Upgrade to AspectJ 1.9.7 and EclipseLink 2.7.9</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/e1f51cbce768870aa2f1d8eaa72628f4797c457c"><code>e1f51cb</code></a> Check both https and wss in forwarded header checks</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/6ec7cffc93f57740c946ed987a2e440743543515"><code>6ec7cff</code></a> Upgrade to Kotlin 1.5.21</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/4bc6f40ce8da04fd042295da6f708e34eb36bb83"><code>4bc6f40</code></a> Upgrade to Reactor 2020.0.9</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/bf2790498bc6be08d16fc12f1fe02666e123b488"><code>bf27904</code></a> Document ResourceBundle limitations</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/95d7f883ae1cb3ad4554eb37c54e81d524015880"><code>95d7f88</code></a> Deprecate LastModified</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/25131ebf6f572598d17f3391318c7fe55a16c7b3"><code>25131eb</code></a> Resource handler initialized only once</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/0267b00a65f43c6b1858fd8c03f293b9c9072a50"><code>0267b00</code></a> Minor update to Javadoc for HandlerInterceptor#postHandle</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.8...v5.3.9">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 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: 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 #145: Bump spring.version from 5.3.8 to 5.3.9

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


   


-- 
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 #145: Bump spring.version from 5.3.8 to 5.3.9

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


   # [Codecov](https://codecov.io/gh/apache/ws-axiom/pull/145?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 [#145](https://codecov.io/gh/apache/ws-axiom/pull/145?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (e24a398) into [master](https://codecov.io/gh/apache/ws-axiom/commit/c5e42e2e2e4b9c39dbcf1d072a1c9fdf53f953a7?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (c5e42e2) will **not change** coverage.
   > The diff coverage is `n/a`.
   
   > :exclamation: Current head e24a398 differs from pull request most recent head cb79241. Consider uploading reports for the commit cb79241 to get more accurate results
   [![Impacted file tree graph](https://codecov.io/gh/apache/ws-axiom/pull/145/graphs/tree.svg?width=650&height=150&src=pr&token=31UBv7qnxs&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)](https://codecov.io/gh/apache/ws-axiom/pull/145?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   ```diff
   @@           Coverage Diff           @@
   ##           master     #145   +/-   ##
   =======================================
     Coverage   76.54%   76.54%           
   =======================================
     Files         575      575           
     Lines       13958    13958           
     Branches     2402     2402           
   =======================================
     Hits        10684    10684           
     Misses       2609     2609           
     Partials      665      665           
   ```
   
   
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/ws-axiom/pull/145?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/ws-axiom/pull/145?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [0990c7b...cb79241](https://codecov.io/gh/apache/ws-axiom/pull/145?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?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] codecov-commenter edited a comment on pull request #145: Bump spring.version from 5.3.8 to 5.3.9

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #145:
URL: https://github.com/apache/ws-axiom/pull/145#issuecomment-881966645


   # [Codecov](https://codecov.io/gh/apache/ws-axiom/pull/145?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 [#145](https://codecov.io/gh/apache/ws-axiom/pull/145?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (e24a398) into [master](https://codecov.io/gh/apache/ws-axiom/commit/c5e42e2e2e4b9c39dbcf1d072a1c9fdf53f953a7?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (c5e42e2) will **not change** coverage.
   > The diff coverage is `n/a`.
   
   > :exclamation: Current head e24a398 differs from pull request most recent head cb79241. Consider uploading reports for the commit cb79241 to get more accurate results
   [![Impacted file tree graph](https://codecov.io/gh/apache/ws-axiom/pull/145/graphs/tree.svg?width=650&height=150&src=pr&token=31UBv7qnxs&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)](https://codecov.io/gh/apache/ws-axiom/pull/145?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   ```diff
   @@           Coverage Diff           @@
   ##           master     #145   +/-   ##
   =======================================
     Coverage   76.54%   76.54%           
   =======================================
     Files         575      575           
     Lines       13958    13958           
     Branches     2402     2402           
   =======================================
     Hits        10684    10684           
     Misses       2609     2609           
     Partials      665      665           
   ```
   
   
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/ws-axiom/pull/145?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/ws-axiom/pull/145?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [0990c7b...cb79241](https://codecov.io/gh/apache/ws-axiom/pull/145?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?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