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

   Bumps `spring.platformVersion` from 5.3.31 to 6.1.9.
   Updates `org.springframework:spring-core` from 5.3.31 to 6.1.9
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-framework/releases";>org.springframework:spring-core's
 releases</a>.</em></p>
   <blockquote>
   <h2>v6.1.9</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>CRaC: ignore checkpointOnRefresh afterRestore <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32978";>#32978</a></li>
   <li>Add missing hints for Hibernate <code>@TenantId</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32967";>#32967</a></li>
   <li>AnnotationUtils performance degrades with deep stacks <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32921";>#32921</a></li>
   <li>Missing hints for Hibernate generators <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32842";>#32842</a></li>
   <li>AbstractAutoProxyCreator#determineBeanType can trigger bean 
initialization at build time for aspects implementing Ordered <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32230";>#32230</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Behaviour change in ScheduledAnnotationBeanPostProcessor: canceling 
scheduled tasks on ContextClosedEvent v6.0 -&gt; v6.1 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33009";>#33009</a></li>
   <li>ContentCachingRequestWrapper  may allocate too much memory <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32987";>#32987</a></li>
   <li>Support <code>canEncode()</code> for <code>JAXBElement</code> in 
<code>Jaxb2XmlEncoder</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32977";>#32977</a></li>
   <li>AspectJ CTW aspects executed twice <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32970";>#32970</a></li>
   <li><code>@Valid</code> annotations on container elements for handler 
argument validation not supported <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32964";>#32964</a></li>
   <li>Add support for double backslashes to <code>StringUtils#cleanPath</code> 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32962";>#32962</a></li>
   <li><code>@CacheEvict</code> condition uses wrapper comparison instead of 
actual objects <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32960";>#32960</a></li>
   <li>ConcurrentHashMap.computeIfAbsent used in AdvisedSupport can cause 
virtual thread pinning <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32958";>#32958</a></li>
   <li>Exception mapping does not work as expected when plugging in 
ReactorNettyClientRequestFactory into RestTemplate and RestClient <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32952";>#32952</a></li>
   <li><code>ReactorResourceFactory</code> not working with CRaC onRefresh 
checkpoint <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32945";>#32945</a></li>
   <li>SpEL compilation fails when indexing into an array or list with an 
<code>Integer</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32908";>#32908</a></li>
   <li>SpEL compilation fails when indexing into a <code>Map</code> with a 
primitive <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32903";>#32903</a></li>
   <li>BeanUtils.copyProperties no longer copies generic type properties from a 
base class that has been enhanced <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32888";>#32888</a></li>
   <li>Application not starting with 
<code>@EnableTransactionManagement</code>(mode = AdviceMode.ASPECTJ)  <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32882";>#32882</a></li>
   <li>ReactorNettyClientResponse should not throw exception if no body is 
available <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32805";>#32805</a></li>
   <li>Observation in ServerHttpObservationFilter is never stopped for 
asynchronous requests <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32730";>#32730</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix typo in the Simple Broker section of the reference documentation <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32993";>#32993</a></li>
   <li>Remove outdated copyright from index.adoc <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32983";>#32983</a></li>
   <li>Use HttpStatusCode consistently in reference guide <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32966";>#32966</a></li>
   <li>Entity name in MappingSqlQuery example of reference guide is wrong <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32957";>#32957</a></li>
   <li>Fix <code>RegisterReflectionForBinding</code> Javadoc  <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32947";>#32947</a></li>
   <li>Reference documentation sample for 
<code>MethodValidationPostProcessor</code> is missing a <code>static</code> 
keyword <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32929";>#32929</a></li>
   <li>Fix typo in Jakarta validation documentation <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32928";>#32928</a></li>
   <li>Refine <code>KotlinDetector.isKotlinType</code> documentation for Kotlin 
2.x lambdas <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32905";>#32905</a></li>
   <li>Complete Kotlin example for HTTP message codecs in reference doc <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32877";>#32877</a></li>
   <li>Use Threadlocal.remove() instead of .set(null) in documentation <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32874";>#32874</a></li>
   <li>Unexpected bean override / inject behavior <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32825";>#32825</a></li>
   <li>Document why complex object structure are not supported as paremeters or 
properties by AOT <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32273";>#32273</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Micrometer 1.12.7 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33001";>#33001</a></li>
   <li>Upgrade to Reactor 2023.0.7 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33007";>#33007</a></li>
   </ul>
   <h2>:heart: Contributors</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/06b492dc0e8daa296ba0428a150289a6c4fd5cfd";><code>06b492d</code></a>
 Release v6.1.9</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/6f32ff489ab66f144c4a9222e6d3cb482efceb24";><code>6f32ff4</code></a>
 Use null stream in ReactorNettyClientResponse if no body is available</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/24c8dfea1f3d166bae890efc8f5427e9b43124ac";><code>24c8dfe</code></a>
 Remove duplicated javadoc paragraph</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/cdfe5816c88d27e8f64174ea673b3865df9496b0";><code>cdfe581</code></a>
 Upgrade to Netty 4.1.111 and Awaitility 4.2.1</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0ff200b2f126c610735bb7f6affee34d2d8b9aa0";><code>0ff200b</code></a>
 Trigger cancellation on context close for non-managed objects only</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/261dac87cc6ea034ae90323944119f6e94da118a";><code>261dac8</code></a>
 Upgrade to Reactor 2023.0.7</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/fce2f49e46facf51dd9820b6e49be991994fbc08";><code>fce2f49</code></a>
 Polishing (aligned with main)</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/eca2b9657edc372fe77904565cb14f0f630ce697";><code>eca2b96</code></a>
 Documentation notes for <a 
href="https://github.com/Bean";><code>@​Bean</code></a> overriding and bean name 
matching</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/e48f37d95631fc67c6e856a0a8634eb996f159b2";><code>e48f37d</code></a>
 Upgrade to Micrometer 1.12.7</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/ddc397dd05933e321bd4d38f5082c482ef56c3dc";><code>ddc397d</code></a>
 Upgrade to spring-javaformat-checkstyle 0.0.42</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v5.3.31...v6.1.9";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-context` from 5.3.31 to 6.1.9
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-framework/releases";>org.springframework:spring-context's
 releases</a>.</em></p>
   <blockquote>
   <h2>v6.1.9</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>CRaC: ignore checkpointOnRefresh afterRestore <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32978";>#32978</a></li>
   <li>Add missing hints for Hibernate <code>@TenantId</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32967";>#32967</a></li>
   <li>AnnotationUtils performance degrades with deep stacks <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32921";>#32921</a></li>
   <li>Missing hints for Hibernate generators <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32842";>#32842</a></li>
   <li>AbstractAutoProxyCreator#determineBeanType can trigger bean 
initialization at build time for aspects implementing Ordered <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32230";>#32230</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Behaviour change in ScheduledAnnotationBeanPostProcessor: canceling 
scheduled tasks on ContextClosedEvent v6.0 -&gt; v6.1 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33009";>#33009</a></li>
   <li>ContentCachingRequestWrapper  may allocate too much memory <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32987";>#32987</a></li>
   <li>Support <code>canEncode()</code> for <code>JAXBElement</code> in 
<code>Jaxb2XmlEncoder</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32977";>#32977</a></li>
   <li>AspectJ CTW aspects executed twice <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32970";>#32970</a></li>
   <li><code>@Valid</code> annotations on container elements for handler 
argument validation not supported <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32964";>#32964</a></li>
   <li>Add support for double backslashes to <code>StringUtils#cleanPath</code> 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32962";>#32962</a></li>
   <li><code>@CacheEvict</code> condition uses wrapper comparison instead of 
actual objects <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32960";>#32960</a></li>
   <li>ConcurrentHashMap.computeIfAbsent used in AdvisedSupport can cause 
virtual thread pinning <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32958";>#32958</a></li>
   <li>Exception mapping does not work as expected when plugging in 
ReactorNettyClientRequestFactory into RestTemplate and RestClient <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32952";>#32952</a></li>
   <li><code>ReactorResourceFactory</code> not working with CRaC onRefresh 
checkpoint <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32945";>#32945</a></li>
   <li>SpEL compilation fails when indexing into an array or list with an 
<code>Integer</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32908";>#32908</a></li>
   <li>SpEL compilation fails when indexing into a <code>Map</code> with a 
primitive <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32903";>#32903</a></li>
   <li>BeanUtils.copyProperties no longer copies generic type properties from a 
base class that has been enhanced <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32888";>#32888</a></li>
   <li>Application not starting with 
<code>@EnableTransactionManagement</code>(mode = AdviceMode.ASPECTJ)  <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32882";>#32882</a></li>
   <li>ReactorNettyClientResponse should not throw exception if no body is 
available <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32805";>#32805</a></li>
   <li>Observation in ServerHttpObservationFilter is never stopped for 
asynchronous requests <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32730";>#32730</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix typo in the Simple Broker section of the reference documentation <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32993";>#32993</a></li>
   <li>Remove outdated copyright from index.adoc <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32983";>#32983</a></li>
   <li>Use HttpStatusCode consistently in reference guide <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32966";>#32966</a></li>
   <li>Entity name in MappingSqlQuery example of reference guide is wrong <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32957";>#32957</a></li>
   <li>Fix <code>RegisterReflectionForBinding</code> Javadoc  <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32947";>#32947</a></li>
   <li>Reference documentation sample for 
<code>MethodValidationPostProcessor</code> is missing a <code>static</code> 
keyword <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32929";>#32929</a></li>
   <li>Fix typo in Jakarta validation documentation <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32928";>#32928</a></li>
   <li>Refine <code>KotlinDetector.isKotlinType</code> documentation for Kotlin 
2.x lambdas <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32905";>#32905</a></li>
   <li>Complete Kotlin example for HTTP message codecs in reference doc <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32877";>#32877</a></li>
   <li>Use Threadlocal.remove() instead of .set(null) in documentation <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32874";>#32874</a></li>
   <li>Unexpected bean override / inject behavior <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32825";>#32825</a></li>
   <li>Document why complex object structure are not supported as paremeters or 
properties by AOT <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32273";>#32273</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Micrometer 1.12.7 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33001";>#33001</a></li>
   <li>Upgrade to Reactor 2023.0.7 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33007";>#33007</a></li>
   </ul>
   <h2>:heart: Contributors</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/06b492dc0e8daa296ba0428a150289a6c4fd5cfd";><code>06b492d</code></a>
 Release v6.1.9</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/6f32ff489ab66f144c4a9222e6d3cb482efceb24";><code>6f32ff4</code></a>
 Use null stream in ReactorNettyClientResponse if no body is available</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/24c8dfea1f3d166bae890efc8f5427e9b43124ac";><code>24c8dfe</code></a>
 Remove duplicated javadoc paragraph</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/cdfe5816c88d27e8f64174ea673b3865df9496b0";><code>cdfe581</code></a>
 Upgrade to Netty 4.1.111 and Awaitility 4.2.1</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0ff200b2f126c610735bb7f6affee34d2d8b9aa0";><code>0ff200b</code></a>
 Trigger cancellation on context close for non-managed objects only</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/261dac87cc6ea034ae90323944119f6e94da118a";><code>261dac8</code></a>
 Upgrade to Reactor 2023.0.7</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/fce2f49e46facf51dd9820b6e49be991994fbc08";><code>fce2f49</code></a>
 Polishing (aligned with main)</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/eca2b9657edc372fe77904565cb14f0f630ce697";><code>eca2b96</code></a>
 Documentation notes for <a 
href="https://github.com/Bean";><code>@​Bean</code></a> overriding and bean name 
matching</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/e48f37d95631fc67c6e856a0a8634eb996f159b2";><code>e48f37d</code></a>
 Upgrade to Micrometer 1.12.7</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/ddc397dd05933e321bd4d38f5082c482ef56c3dc";><code>ddc397d</code></a>
 Upgrade to spring-javaformat-checkstyle 0.0.42</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v5.3.31...v6.1.9";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-aop` from 5.3.31 to 6.1.9
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-framework/releases";>org.springframework:spring-aop's
 releases</a>.</em></p>
   <blockquote>
   <h2>v6.1.9</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>CRaC: ignore checkpointOnRefresh afterRestore <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32978";>#32978</a></li>
   <li>Add missing hints for Hibernate <code>@TenantId</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32967";>#32967</a></li>
   <li>AnnotationUtils performance degrades with deep stacks <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32921";>#32921</a></li>
   <li>Missing hints for Hibernate generators <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32842";>#32842</a></li>
   <li>AbstractAutoProxyCreator#determineBeanType can trigger bean 
initialization at build time for aspects implementing Ordered <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32230";>#32230</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Behaviour change in ScheduledAnnotationBeanPostProcessor: canceling 
scheduled tasks on ContextClosedEvent v6.0 -&gt; v6.1 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33009";>#33009</a></li>
   <li>ContentCachingRequestWrapper  may allocate too much memory <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32987";>#32987</a></li>
   <li>Support <code>canEncode()</code> for <code>JAXBElement</code> in 
<code>Jaxb2XmlEncoder</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32977";>#32977</a></li>
   <li>AspectJ CTW aspects executed twice <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32970";>#32970</a></li>
   <li><code>@Valid</code> annotations on container elements for handler 
argument validation not supported <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32964";>#32964</a></li>
   <li>Add support for double backslashes to <code>StringUtils#cleanPath</code> 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32962";>#32962</a></li>
   <li><code>@CacheEvict</code> condition uses wrapper comparison instead of 
actual objects <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32960";>#32960</a></li>
   <li>ConcurrentHashMap.computeIfAbsent used in AdvisedSupport can cause 
virtual thread pinning <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32958";>#32958</a></li>
   <li>Exception mapping does not work as expected when plugging in 
ReactorNettyClientRequestFactory into RestTemplate and RestClient <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32952";>#32952</a></li>
   <li><code>ReactorResourceFactory</code> not working with CRaC onRefresh 
checkpoint <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32945";>#32945</a></li>
   <li>SpEL compilation fails when indexing into an array or list with an 
<code>Integer</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32908";>#32908</a></li>
   <li>SpEL compilation fails when indexing into a <code>Map</code> with a 
primitive <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32903";>#32903</a></li>
   <li>BeanUtils.copyProperties no longer copies generic type properties from a 
base class that has been enhanced <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32888";>#32888</a></li>
   <li>Application not starting with 
<code>@EnableTransactionManagement</code>(mode = AdviceMode.ASPECTJ)  <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32882";>#32882</a></li>
   <li>ReactorNettyClientResponse should not throw exception if no body is 
available <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32805";>#32805</a></li>
   <li>Observation in ServerHttpObservationFilter is never stopped for 
asynchronous requests <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32730";>#32730</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix typo in the Simple Broker section of the reference documentation <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32993";>#32993</a></li>
   <li>Remove outdated copyright from index.adoc <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32983";>#32983</a></li>
   <li>Use HttpStatusCode consistently in reference guide <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32966";>#32966</a></li>
   <li>Entity name in MappingSqlQuery example of reference guide is wrong <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32957";>#32957</a></li>
   <li>Fix <code>RegisterReflectionForBinding</code> Javadoc  <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32947";>#32947</a></li>
   <li>Reference documentation sample for 
<code>MethodValidationPostProcessor</code> is missing a <code>static</code> 
keyword <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32929";>#32929</a></li>
   <li>Fix typo in Jakarta validation documentation <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32928";>#32928</a></li>
   <li>Refine <code>KotlinDetector.isKotlinType</code> documentation for Kotlin 
2.x lambdas <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32905";>#32905</a></li>
   <li>Complete Kotlin example for HTTP message codecs in reference doc <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32877";>#32877</a></li>
   <li>Use Threadlocal.remove() instead of .set(null) in documentation <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32874";>#32874</a></li>
   <li>Unexpected bean override / inject behavior <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32825";>#32825</a></li>
   <li>Document why complex object structure are not supported as paremeters or 
properties by AOT <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32273";>#32273</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Micrometer 1.12.7 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33001";>#33001</a></li>
   <li>Upgrade to Reactor 2023.0.7 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33007";>#33007</a></li>
   </ul>
   <h2>:heart: Contributors</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/06b492dc0e8daa296ba0428a150289a6c4fd5cfd";><code>06b492d</code></a>
 Release v6.1.9</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/6f32ff489ab66f144c4a9222e6d3cb482efceb24";><code>6f32ff4</code></a>
 Use null stream in ReactorNettyClientResponse if no body is available</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/24c8dfea1f3d166bae890efc8f5427e9b43124ac";><code>24c8dfe</code></a>
 Remove duplicated javadoc paragraph</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/cdfe5816c88d27e8f64174ea673b3865df9496b0";><code>cdfe581</code></a>
 Upgrade to Netty 4.1.111 and Awaitility 4.2.1</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0ff200b2f126c610735bb7f6affee34d2d8b9aa0";><code>0ff200b</code></a>
 Trigger cancellation on context close for non-managed objects only</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/261dac87cc6ea034ae90323944119f6e94da118a";><code>261dac8</code></a>
 Upgrade to Reactor 2023.0.7</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/fce2f49e46facf51dd9820b6e49be991994fbc08";><code>fce2f49</code></a>
 Polishing (aligned with main)</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/eca2b9657edc372fe77904565cb14f0f630ce697";><code>eca2b96</code></a>
 Documentation notes for <a 
href="https://github.com/Bean";><code>@​Bean</code></a> overriding and bean name 
matching</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/e48f37d95631fc67c6e856a0a8634eb996f159b2";><code>e48f37d</code></a>
 Upgrade to Micrometer 1.12.7</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/ddc397dd05933e321bd4d38f5082c482ef56c3dc";><code>ddc397d</code></a>
 Upgrade to spring-javaformat-checkstyle 0.0.42</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v5.3.31...v6.1.9";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-aspects` from 5.3.31 to 6.1.9
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-framework/releases";>org.springframework:spring-aspects's
 releases</a>.</em></p>
   <blockquote>
   <h2>v6.1.9</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>CRaC: ignore checkpointOnRefresh afterRestore <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32978";>#32978</a></li>
   <li>Add missing hints for Hibernate <code>@TenantId</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32967";>#32967</a></li>
   <li>AnnotationUtils performance degrades with deep stacks <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32921";>#32921</a></li>
   <li>Missing hints for Hibernate generators <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32842";>#32842</a></li>
   <li>AbstractAutoProxyCreator#determineBeanType can trigger bean 
initialization at build time for aspects implementing Ordered <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32230";>#32230</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Behaviour change in ScheduledAnnotationBeanPostProcessor: canceling 
scheduled tasks on ContextClosedEvent v6.0 -&gt; v6.1 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33009";>#33009</a></li>
   <li>ContentCachingRequestWrapper  may allocate too much memory <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32987";>#32987</a></li>
   <li>Support <code>canEncode()</code> for <code>JAXBElement</code> in 
<code>Jaxb2XmlEncoder</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32977";>#32977</a></li>
   <li>AspectJ CTW aspects executed twice <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32970";>#32970</a></li>
   <li><code>@Valid</code> annotations on container elements for handler 
argument validation not supported <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32964";>#32964</a></li>
   <li>Add support for double backslashes to <code>StringUtils#cleanPath</code> 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32962";>#32962</a></li>
   <li><code>@CacheEvict</code> condition uses wrapper comparison instead of 
actual objects <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32960";>#32960</a></li>
   <li>ConcurrentHashMap.computeIfAbsent used in AdvisedSupport can cause 
virtual thread pinning <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32958";>#32958</a></li>
   <li>Exception mapping does not work as expected when plugging in 
ReactorNettyClientRequestFactory into RestTemplate and RestClient <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32952";>#32952</a></li>
   <li><code>ReactorResourceFactory</code> not working with CRaC onRefresh 
checkpoint <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32945";>#32945</a></li>
   <li>SpEL compilation fails when indexing into an array or list with an 
<code>Integer</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32908";>#32908</a></li>
   <li>SpEL compilation fails when indexing into a <code>Map</code> with a 
primitive <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32903";>#32903</a></li>
   <li>BeanUtils.copyProperties no longer copies generic type properties from a 
base class that has been enhanced <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32888";>#32888</a></li>
   <li>Application not starting with 
<code>@EnableTransactionManagement</code>(mode = AdviceMode.ASPECTJ)  <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32882";>#32882</a></li>
   <li>ReactorNettyClientResponse should not throw exception if no body is 
available <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32805";>#32805</a></li>
   <li>Observation in ServerHttpObservationFilter is never stopped for 
asynchronous requests <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32730";>#32730</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix typo in the Simple Broker section of the reference documentation <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32993";>#32993</a></li>
   <li>Remove outdated copyright from index.adoc <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32983";>#32983</a></li>
   <li>Use HttpStatusCode consistently in reference guide <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32966";>#32966</a></li>
   <li>Entity name in MappingSqlQuery example of reference guide is wrong <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32957";>#32957</a></li>
   <li>Fix <code>RegisterReflectionForBinding</code> Javadoc  <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32947";>#32947</a></li>
   <li>Reference documentation sample for 
<code>MethodValidationPostProcessor</code> is missing a <code>static</code> 
keyword <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32929";>#32929</a></li>
   <li>Fix typo in Jakarta validation documentation <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32928";>#32928</a></li>
   <li>Refine <code>KotlinDetector.isKotlinType</code> documentation for Kotlin 
2.x lambdas <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32905";>#32905</a></li>
   <li>Complete Kotlin example for HTTP message codecs in reference doc <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32877";>#32877</a></li>
   <li>Use Threadlocal.remove() instead of .set(null) in documentation <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32874";>#32874</a></li>
   <li>Unexpected bean override / inject behavior <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32825";>#32825</a></li>
   <li>Document why complex object structure are not supported as paremeters or 
properties by AOT <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32273";>#32273</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Micrometer 1.12.7 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33001";>#33001</a></li>
   <li>Upgrade to Reactor 2023.0.7 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33007";>#33007</a></li>
   </ul>
   <h2>:heart: Contributors</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/06b492dc0e8daa296ba0428a150289a6c4fd5cfd";><code>06b492d</code></a>
 Release v6.1.9</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/6f32ff489ab66f144c4a9222e6d3cb482efceb24";><code>6f32ff4</code></a>
 Use null stream in ReactorNettyClientResponse if no body is available</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/24c8dfea1f3d166bae890efc8f5427e9b43124ac";><code>24c8dfe</code></a>
 Remove duplicated javadoc paragraph</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/cdfe5816c88d27e8f64174ea673b3865df9496b0";><code>cdfe581</code></a>
 Upgrade to Netty 4.1.111 and Awaitility 4.2.1</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0ff200b2f126c610735bb7f6affee34d2d8b9aa0";><code>0ff200b</code></a>
 Trigger cancellation on context close for non-managed objects only</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/261dac87cc6ea034ae90323944119f6e94da118a";><code>261dac8</code></a>
 Upgrade to Reactor 2023.0.7</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/fce2f49e46facf51dd9820b6e49be991994fbc08";><code>fce2f49</code></a>
 Polishing (aligned with main)</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/eca2b9657edc372fe77904565cb14f0f630ce697";><code>eca2b96</code></a>
 Documentation notes for <a 
href="https://github.com/Bean";><code>@​Bean</code></a> overriding and bean name 
matching</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/e48f37d95631fc67c6e856a0a8634eb996f159b2";><code>e48f37d</code></a>
 Upgrade to Micrometer 1.12.7</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/ddc397dd05933e321bd4d38f5082c482ef56c3dc";><code>ddc397d</code></a>
 Upgrade to spring-javaformat-checkstyle 0.0.42</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v5.3.31...v6.1.9";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-beans` from 5.3.31 to 6.1.9
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-framework/releases";>org.springframework:spring-beans's
 releases</a>.</em></p>
   <blockquote>
   <h2>v6.1.9</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>CRaC: ignore checkpointOnRefresh afterRestore <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32978";>#32978</a></li>
   <li>Add missing hints for Hibernate <code>@TenantId</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32967";>#32967</a></li>
   <li>AnnotationUtils performance degrades with deep stacks <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32921";>#32921</a></li>
   <li>Missing hints for Hibernate generators <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32842";>#32842</a></li>
   <li>AbstractAutoProxyCreator#determineBeanType can trigger bean 
initialization at build time for aspects implementing Ordered <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32230";>#32230</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Behaviour change in ScheduledAnnotationBeanPostProcessor: canceling 
scheduled tasks on ContextClosedEvent v6.0 -&gt; v6.1 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33009";>#33009</a></li>
   <li>ContentCachingRequestWrapper  may allocate too much memory <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32987";>#32987</a></li>
   <li>Support <code>canEncode()</code> for <code>JAXBElement</code> in 
<code>Jaxb2XmlEncoder</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32977";>#32977</a></li>
   <li>AspectJ CTW aspects executed twice <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32970";>#32970</a></li>
   <li><code>@Valid</code> annotations on container elements for handler 
argument validation not supported <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32964";>#32964</a></li>
   <li>Add support for double backslashes to <code>StringUtils#cleanPath</code> 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32962";>#32962</a></li>
   <li><code>@CacheEvict</code> condition uses wrapper comparison instead of 
actual objects <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32960";>#32960</a></li>
   <li>ConcurrentHashMap.computeIfAbsent used in AdvisedSupport can cause 
virtual thread pinning <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32958";>#32958</a></li>
   <li>Exception mapping does not work as expected when plugging in 
ReactorNettyClientRequestFactory into RestTemplate and RestClient <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32952";>#32952</a></li>
   <li><code>ReactorResourceFactory</code> not working with CRaC onRefresh 
checkpoint <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32945";>#32945</a></li>
   <li>SpEL compilation fails when indexing into an array or list with an 
<code>Integer</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32908";>#32908</a></li>
   <li>SpEL compilation fails when indexing into a <code>Map</code> with a 
primitive <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32903";>#32903</a></li>
   <li>BeanUtils.copyProperties no longer copies generic type properties from a 
base class that has been enhanced <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32888";>#32888</a></li>
   <li>Application not starting with 
<code>@EnableTransactionManagement</code>(mode = AdviceMode.ASPECTJ)  <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32882";>#32882</a></li>
   <li>ReactorNettyClientResponse should not throw exception if no body is 
available <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32805";>#32805</a></li>
   <li>Observation in ServerHttpObservationFilter is never stopped for 
asynchronous requests <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32730";>#32730</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix typo in the Simple Broker section of the reference documentation <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32993";>#32993</a></li>
   <li>Remove outdated copyright from index.adoc <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32983";>#32983</a></li>
   <li>Use HttpStatusCode consistently in reference guide <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32966";>#32966</a></li>
   <li>Entity name in MappingSqlQuery example of reference guide is wrong <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32957";>#32957</a></li>
   <li>Fix <code>RegisterReflectionForBinding</code> Javadoc  <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32947";>#32947</a></li>
   <li>Reference documentation sample for 
<code>MethodValidationPostProcessor</code> is missing a <code>static</code> 
keyword <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32929";>#32929</a></li>
   <li>Fix typo in Jakarta validation documentation <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32928";>#32928</a></li>
   <li>Refine <code>KotlinDetector.isKotlinType</code> documentation for Kotlin 
2.x lambdas <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32905";>#32905</a></li>
   <li>Complete Kotlin example for HTTP message codecs in reference doc <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32877";>#32877</a></li>
   <li>Use Threadlocal.remove() instead of .set(null) in documentation <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32874";>#32874</a></li>
   <li>Unexpected bean override / inject behavior <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32825";>#32825</a></li>
   <li>Document why complex object structure are not supported as paremeters or 
properties by AOT <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32273";>#32273</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Micrometer 1.12.7 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33001";>#33001</a></li>
   <li>Upgrade to Reactor 2023.0.7 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33007";>#33007</a></li>
   </ul>
   <h2>:heart: Contributors</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/06b492dc0e8daa296ba0428a150289a6c4fd5cfd";><code>06b492d</code></a>
 Release v6.1.9</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/6f32ff489ab66f144c4a9222e6d3cb482efceb24";><code>6f32ff4</code></a>
 Use null stream in ReactorNettyClientResponse if no body is available</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/24c8dfea1f3d166bae890efc8f5427e9b43124ac";><code>24c8dfe</code></a>
 Remove duplicated javadoc paragraph</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/cdfe5816c88d27e8f64174ea673b3865df9496b0";><code>cdfe581</code></a>
 Upgrade to Netty 4.1.111 and Awaitility 4.2.1</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0ff200b2f126c610735bb7f6affee34d2d8b9aa0";><code>0ff200b</code></a>
 Trigger cancellation on context close for non-managed objects only</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/261dac87cc6ea034ae90323944119f6e94da118a";><code>261dac8</code></a>
 Upgrade to Reactor 2023.0.7</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/fce2f49e46facf51dd9820b6e49be991994fbc08";><code>fce2f49</code></a>
 Polishing (aligned with main)</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/eca2b9657edc372fe77904565cb14f0f630ce697";><code>eca2b96</code></a>
 Documentation notes for <a 
href="https://github.com/Bean";><code>@​Bean</code></a> overriding and bean name 
matching</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/e48f37d95631fc67c6e856a0a8634eb996f159b2";><code>e48f37d</code></a>
 Upgrade to Micrometer 1.12.7</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/ddc397dd05933e321bd4d38f5082c482ef56c3dc";><code>ddc397d</code></a>
 Upgrade to spring-javaformat-checkstyle 0.0.42</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v5.3.31...v6.1.9";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-test` from 5.3.31 to 6.1.9
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-framework/releases";>org.springframework:spring-test's
 releases</a>.</em></p>
   <blockquote>
   <h2>v6.1.9</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>CRaC: ignore checkpointOnRefresh afterRestore <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32978";>#32978</a></li>
   <li>Add missing hints for Hibernate <code>@TenantId</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32967";>#32967</a></li>
   <li>AnnotationUtils performance degrades with deep stacks <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32921";>#32921</a></li>
   <li>Missing hints for Hibernate generators <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32842";>#32842</a></li>
   <li>AbstractAutoProxyCreator#determineBeanType can trigger bean 
initialization at build time for aspects implementing Ordered <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32230";>#32230</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Behaviour change in ScheduledAnnotationBeanPostProcessor: canceling 
scheduled tasks on ContextClosedEvent v6.0 -&gt; v6.1 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33009";>#33009</a></li>
   <li>ContentCachingRequestWrapper  may allocate too much memory <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32987";>#32987</a></li>
   <li>Support <code>canEncode()</code> for <code>JAXBElement</code> in 
<code>Jaxb2XmlEncoder</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32977";>#32977</a></li>
   <li>AspectJ CTW aspects executed twice <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32970";>#32970</a></li>
   <li><code>@Valid</code> annotations on container elements for handler 
argument validation not supported <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32964";>#32964</a></li>
   <li>Add support for double backslashes to <code>StringUtils#cleanPath</code> 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32962";>#32962</a></li>
   <li><code>@CacheEvict</code> condition uses wrapper comparison instead of 
actual objects <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32960";>#32960</a></li>
   <li>ConcurrentHashMap.computeIfAbsent used in AdvisedSupport can cause 
virtual thread pinning <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32958";>#32958</a></li>
   <li>Exception mapping does not work as expected when plugging in 
ReactorNettyClientRequestFactory into RestTemplate and RestClient <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32952";>#32952</a></li>
   <li><code>ReactorResourceFactory</code> not working with CRaC onRefresh 
checkpoint <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32945";>#32945</a></li>
   <li>SpEL compilation fails when indexing into an array or list with an 
<code>Integer</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32908";>#32908</a></li>
   <li>SpEL compilation fails when indexing into a <code>Map</code> with a 
primitive <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32903";>#32903</a></li>
   <li>BeanUtils.copyProperties no longer copies generic type properties from a 
base class that has been enhanced <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32888";>#32888</a></li>
   <li>Application not starting with 
<code>@EnableTransactionManagement</code>(mode = AdviceMode.ASPECTJ)  <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32882";>#32882</a></li>
   <li>ReactorNettyClientResponse should not throw exception if no body is 
available <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32805";>#32805</a></li>
   <li>Observation in ServerHttpObservationFilter is never stopped for 
asynchronous requests <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32730";>#32730</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix typo in the Simple Broker section of the reference documentation <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32993";>#32993</a></li>
   <li>Remove outdated copyright from index.adoc <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32983";>#32983</a></li>
   <li>Use HttpStatusCode consistently in reference guide <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32966";>#32966</a></li>
   <li>Entity name in MappingSqlQuery example of reference guide is wrong <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32957";>#32957</a></li>
   <li>Fix <code>RegisterReflectionForBinding</code> Javadoc  <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32947";>#32947</a></li>
   <li>Reference documentation sample for 
<code>MethodValidationPostProcessor</code> is missing a <code>static</code> 
keyword <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32929";>#32929</a></li>
   <li>Fix typo in Jakarta validation documentation <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32928";>#32928</a></li>
   <li>Refine <code>KotlinDetector.isKotlinType</code> documentation for Kotlin 
2.x lambdas <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32905";>#32905</a></li>
   <li>Complete Kotlin example for HTTP message codecs in reference doc <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32877";>#32877</a></li>
   <li>Use Threadlocal.remove() instead of .set(null) in documentation <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32874";>#32874</a></li>
   <li>Unexpected bean override / inject behavior <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32825";>#32825</a></li>
   <li>Document why complex object structure are not supported as paremeters or 
properties by AOT <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32273";>#32273</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Micrometer 1.12.7 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33001";>#33001</a></li>
   <li>Upgrade to Reactor 2023.0.7 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33007";>#33007</a></li>
   </ul>
   <h2>:heart: Contributors</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/06b492dc0e8daa296ba0428a150289a6c4fd5cfd";><code>06b492d</code></a>
 Release v6.1.9</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/6f32ff489ab66f144c4a9222e6d3cb482efceb24";><code>6f32ff4</code></a>
 Use null stream in ReactorNettyClientResponse if no body is available</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/24c8dfea1f3d166bae890efc8f5427e9b43124ac";><code>24c8dfe</code></a>
 Remove duplicated javadoc paragraph</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/cdfe5816c88d27e8f64174ea673b3865df9496b0";><code>cdfe581</code></a>
 Upgrade to Netty 4.1.111 and Awaitility 4.2.1</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0ff200b2f126c610735bb7f6affee34d2d8b9aa0";><code>0ff200b</code></a>
 Trigger cancellation on context close for non-managed objects only</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/261dac87cc6ea034ae90323944119f6e94da118a";><code>261dac8</code></a>
 Upgrade to Reactor 2023.0.7</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/fce2f49e46facf51dd9820b6e49be991994fbc08";><code>fce2f49</code></a>
 Polishing (aligned with main)</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/eca2b9657edc372fe77904565cb14f0f630ce697";><code>eca2b96</code></a>
 Documentation notes for <a 
href="https://github.com/Bean";><code>@​Bean</code></a> overriding and bean name 
matching</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/e48f37d95631fc67c6e856a0a8634eb996f159b2";><code>e48f37d</code></a>
 Upgrade to Micrometer 1.12.7</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/ddc397dd05933e321bd4d38f5082c482ef56c3dc";><code>ddc397d</code></a>
 Upgrade to spring-javaformat-checkstyle 0.0.42</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v5.3.31...v6.1.9";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-context-support` from 5.3.31 to 6.1.9
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-framework/releases";>org.springframework:spring-context-support's
 releases</a>.</em></p>
   <blockquote>
   <h2>v6.1.9</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>CRaC: ignore checkpointOnRefresh afterRestore <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32978";>#32978</a></li>
   <li>Add missing hints for Hibernate <code>@TenantId</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32967";>#32967</a></li>
   <li>AnnotationUtils performance degrades with deep stacks <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32921";>#32921</a></li>
   <li>Missing hints for Hibernate generators <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32842";>#32842</a></li>
   <li>AbstractAutoProxyCreator#determineBeanType can trigger bean 
initialization at build time for aspects implementing Ordered <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32230";>#32230</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Behaviour change in ScheduledAnnotationBeanPostProcessor: canceling 
scheduled tasks on ContextClosedEvent v6.0 -&gt; v6.1 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33009";>#33009</a></li>
   <li>ContentCachingRequestWrapper  may allocate too much memory <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32987";>#32987</a></li>
   <li>Support <code>canEncode()</code> for <code>JAXBElement</code> in 
<code>Jaxb2XmlEncoder</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32977";>#32977</a></li>
   <li>AspectJ CTW aspects executed twice <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32970";>#32970</a></li>
   <li><code>@Valid</code> annotations on container elements for handler 
argument validation not supported <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32964";>#32964</a></li>
   <li>Add support for double backslashes to <code>StringUtils#cleanPath</code> 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32962";>#32962</a></li>
   <li><code>@CacheEvict</code> condition uses wrapper comparison instead of 
actual objects <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32960";>#32960</a></li>
   <li>ConcurrentHashMap.computeIfAbsent used in AdvisedSupport can cause 
virtual thread pinning <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32958";>#32958</a></li>
   <li>Exception mapping does not work as expected when plugging in 
ReactorNettyClientRequestFactory into RestTemplate and RestClient <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32952";>#32952</a></li>
   <li><code>ReactorResourceFactory</code> not working with CRaC onRefresh 
checkpoint <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32945";>#32945</a></li>
   <li>SpEL compilation fails when indexing into an array or list with an 
<code>Integer</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32908";>#32908</a></li>
   <li>SpEL compilation fails when indexing into a <code>Map</code> with a 
primitive <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32903";>#32903</a></li>
   <li>BeanUtils.copyProperties no longer copies generic type properties from a 
base class that has been enhanced <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32888";>#32888</a></li>
   <li>Application not starting with 
<code>@EnableTransactionManagement</code>(mode = AdviceMode.ASPECTJ)  <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32882";>#32882</a></li>
   <li>ReactorNettyClientResponse should not throw exception if no body is 
available <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32805";>#32805</a></li>
   <li>Observation in ServerHttpObservationFilter is never stopped for 
asynchronous requests <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32730";>#32730</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix typo in the Simple Broker section of the reference documentation <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32993";>#32993</a></li>
   <li>Remove outdated copyright from index.adoc <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32983";>#32983</a></li>
   <li>Use HttpStatusCode consistently in reference guide <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32966";>#32966</a></li>
   <li>Entity name in MappingSqlQuery example of reference guide is wrong <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32957";>#32957</a></li>
   <li>Fix <code>RegisterReflectionForBinding</code> Javadoc  <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32947";>#32947</a></li>
   <li>Reference documentation sample for 
<code>MethodValidationPostProcessor</code> is missing a <code>static</code> 
keyword <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32929";>#32929</a></li>
   <li>Fix typo in Jakarta validation documentation <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32928";>#32928</a></li>
   <li>Refine <code>KotlinDetector.isKotlinType</code> documentation for Kotlin 
2.x lambdas <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32905";>#32905</a></li>
   <li>Complete Kotlin example for HTTP message codecs in reference doc <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32877";>#32877</a></li>
   <li>Use Threadlocal.remove() instead of .set(null) in documentation <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32874";>#32874</a></li>
   <li>Unexpected bean override / inject behavior <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32825";>#32825</a></li>
   <li>Document why complex object structure are not supported as paremeters or 
properties by AOT <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32273";>#32273</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Micrometer 1.12.7 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33001";>#33001</a></li>
   <li>Upgrade to Reactor 2023.0.7 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33007";>#33007</a></li>
   </ul>
   <h2>:heart: Contributors</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/06b492dc0e8daa296ba0428a150289a6c4fd5cfd";><code>06b492d</code></a>
 Release v6.1.9</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/6f32ff489ab66f144c4a9222e6d3cb482efceb24";><code>6f32ff4</code></a>
 Use null stream in ReactorNettyClientResponse if no body is available</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/24c8dfea1f3d166bae890efc8f5427e9b43124ac";><code>24c8dfe</code></a>
 Remove duplicated javadoc paragraph</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/cdfe5816c88d27e8f64174ea673b3865df9496b0";><code>cdfe581</code></a>
 Upgrade to Netty 4.1.111 and Awaitility 4.2.1</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0ff200b2f126c610735bb7f6affee34d2d8b9aa0";><code>0ff200b</code></a>
 Trigger cancellation on context close for non-managed objects only</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/261dac87cc6ea034ae90323944119f6e94da118a";><code>261dac8</code></a>
 Upgrade to Reactor 2023.0.7</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/fce2f49e46facf51dd9820b6e49be991994fbc08";><code>fce2f49</code></a>
 Polishing (aligned with main)</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/eca2b9657edc372fe77904565cb14f0f630ce697";><code>eca2b96</code></a>
 Documentation notes for <a 
href="https://github.com/Bean";><code>@​Bean</code></a> overriding and bean name 
matching</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/e48f37d95631fc67c6e856a0a8634eb996f159b2";><code>e48f37d</code></a>
 Upgrade to Micrometer 1.12.7</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/ddc397dd05933e321bd4d38f5082c482ef56c3dc";><code>ddc397d</code></a>
 Upgrade to spring-javaformat-checkstyle 0.0.42</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v5.3.31...v6.1.9";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-web` from 5.3.31 to 6.1.9
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-framework/releases";>org.springframework:spring-web's
 releases</a>.</em></p>
   <blockquote>
   <h2>v6.1.9</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>CRaC: ignore checkpointOnRefresh afterRestore <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32978";>#32978</a></li>
   <li>Add missing hints for Hibernate <code>@TenantId</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32967";>#32967</a></li>
   <li>AnnotationUtils performance degrades with deep stacks <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32921";>#32921</a></li>
   <li>Missing hints for Hibernate generators <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32842";>#32842</a></li>
   <li>AbstractAutoProxyCreator#determineBeanType can trigger bean 
initialization at build time for aspects implementing Ordered <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32230";>#32230</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Behaviour change in ScheduledAnnotationBeanPostProcessor: canceling 
scheduled tasks on ContextClosedEvent v6.0 -&gt; v6.1 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33009";>#33009</a></li>
   <li>ContentCachingRequestWrapper  may allocate too much memory <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32987";>#32987</a></li>
   <li>Support <code>canEncode()</code> for <code>JAXBElement</code> in 
<code>Jaxb2XmlEncoder</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32977";>#32977</a></li>
   <li>AspectJ CTW aspects executed twice <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32970";>#32970</a></li>
   <li><code>@Valid</code> annotations on container elements for handler 
argument validation not supported <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32964";>#32964</a></li>
   <li>Add support for double backslashes to <code>StringUtils#cleanPath</code> 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32962";>#32962</a></li>
   <li><code>@CacheEvict</code> condition uses wrapper comparison instead of 
actual objects <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32960";>#32960</a></li>
   <li>ConcurrentHashMap.computeIfAbsent used in AdvisedSupport can cause 
virtual thread pinning <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32958";>#32958</a></li>
   <li>Exception mapping does not work as expected when plugging in 
ReactorNettyClientRequestFactory into RestTemplate and RestClient <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32952";>#32952</a></li>
   <li><code>ReactorResourceFactory</code> not working with CRaC onRefresh...
   
   _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: [email protected]

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

Reply via email to