dependabot[bot] opened a new pull request, #1024: URL: https://github.com/apache/struts/pull/1024
Bumps `spring.platformVersion` from 5.3.37 to 6.1.12. Updates `org.springframework:spring-core` from 5.3.37 to 6.1.12 <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.12</h2> <h2>:star: New Features</h2> <ul> <li>Efficient handling of conditional HTTP requests <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33372">#33372</a></li> <li>LocaleEditor cannot parse language tag with script like zh-Hans <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33348">#33348</a></li> <li>Reinstate qualifier support for legacy JSR-330 <code>@javax.inject.Named</code> annotation <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33345">#33345</a></li> <li>SimpleAsyncTaskScheduler stops accepting new tasks when isShutdown <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33336">#33336</a></li> </ul> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>Fix incorrect weak ETag validation <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33374">#33374</a></li> <li>Avoid CacheAspectSupport#findInCaches falling through to the reactiveCachingHandler <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33371">#33371</a></li> <li>ScheduledAnnotationReactiveSupport starts the observation before it is opened <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33349">#33349</a></li> <li>RestClient observation flags error for UnknownContentTypeException twice <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33347">#33347</a></li> <li>RestClient instrumentation unnecessarily calls stop on a closed observation <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33346">#33346</a></li> <li><code>SimpleEvaluationContext</code> does not enforce read-only semantics <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33319">#33319</a></li> <li>SpEL wraps primitive array in <code>Object[]</code> when invoking varargs method <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33317">#33317</a></li> <li>SpEL no longer supports lists for varargs invocations <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33315">#33315</a></li> <li>SpEL <code>Indexer</code> silently ignores failure to set property as index <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33310">#33310</a></li> <li>AOT-generated code produces deprecation warnings when using a deprecated class for autowiring <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33295">#33295</a></li> <li><code>@Scheduled</code> method in test class not supported anymore <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33286">#33286</a></li> <li>AOT-generated code produces deprecation warnings when referencing a nested class of a deprecated class <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33273">#33273</a></li> <li>Jaxb2XmlEncoder does not support JAXBElement subtypes <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33258">#33258</a></li> <li>ShallowEtagHeaderFilter throws a NumberFormatException for responses bigger than 2Gb <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33256">#33256</a></li> <li>RequestPredicates fail with UnsupportedOperationException with a custom servlet path <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33251">#33251</a></li> <li>Missing observation for <code>@JmsListener</code> response messages <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33221">#33221</a></li> <li><code>ConversionService</code> cannot convert primitive array to <code>Object[]</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33212">#33212</a></li> <li>Spring coroutines AOP is not compatible with <code>@Cacheable</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33210">#33210</a></li> <li>PathMatchingResourcePatternResolver#convertClassLoaderURL drops URLStreamHandler in version 6.1.x <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33199">#33199</a></li> <li>SpEL cannot invoke varargs <code>MethodHandle</code> function with a primitive array <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33198">#33198</a></li> <li>Trim last allowed origin when parsing comma-delimited string <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33181">#33181</a></li> <li>Multipart files not deleted after upload is finished with async request <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33161">#33161</a></li> <li>JaxbContextContainer does not define the ClassLoader to use to retrieve the JAXBContext to use <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33158">#33158</a></li> <li>Memory Leak in WebFlux application handling HTTP Multipart <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33094">#33094</a></li> <li>Support invoking bridged suspending functions in <code>AopUtils</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33045">#33045</a></li> </ul> <h2>:notebook_with_decorative_cover: Documentation</h2> <ul> <li>Fix typo in the bean validation section of the reference manual <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33354">#33354</a></li> <li>Fix syntax error in <code>RestClient</code> documentation <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33350">#33350</a></li> <li>Add Kotlin example for expectAll() <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33341">#33341</a></li> <li>Javadoc of ReactorResourceFactory#setConnectionProviderSupplier wrongly states it can be ignored <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33338">#33338</a></li> <li>Improve EnableCaching & CachingConfigurer Javadoc <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33288">#33288</a></li> <li>Code sample has wrong reference to configurePathMatching <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33277">#33277</a></li> <li>Document that NoOpResponseErrorHandler is to be used with the RestTemplate <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33276">#33276</a></li> <li>Stop referring to Oracle STRUCT and ARRAY as they are deprecated <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33248">#33248</a></li> <li>Update links in reference manual <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33245">#33245</a></li> </ul> <h2>:hammer: Dependency Upgrades</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/34764252dcd1a74db7c965059835d3655b70e528"><code>3476425</code></a> Release v6.1.12</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/bb17ad8314b81850a939fd265fb53b3361705e85"><code>bb17ad8</code></a> Efficient ETag parsing</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/63486bf19cfb4d61004b565b08789fd12baaf0b4"><code>63486bf</code></a> Upgrade to Tomcat 10.1.28, Jetty 12.0.12, Netty 4.1.112, Undertow 2.3.15</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/d0bff584d7a2b276cb76669662189a5938be055a"><code>d0bff58</code></a> Polishing</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/8be5010f5d1d57667e7612f835d3ff591817ac0a"><code>8be5010</code></a> LocaleEditor supports BCP 47 language tags as well</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/86761cd2337db656aae7218a24f16fb8ad2da72c"><code>86761cd</code></a> Upgrade to Reactor 2023.0.9</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/07cdef410ed828546f741dacf8ae03b62193213b"><code>07cdef4</code></a> Upgrade to Micrometer 1.12.9</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/e74406afd09fefb3bac59c8e0feef3a9aceead1d"><code>e74406a</code></a> Introduce withAssignmentDisabled() option for SimpleEvaluationContext</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/fe4fd004291a1f2704281eb839609cf9e2fb5bea"><code>fe4fd00</code></a> Polishing contribution</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/1703b71563ed6b159965c8962b71015c9f74c583"><code>1703b71</code></a> Fix incorrect weak ETag assertion</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.37...v6.1.12">compare view</a></li> </ul> </details> <br /> Updates `org.springframework:spring-context` from 5.3.37 to 6.1.12 <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.12</h2> <h2>:star: New Features</h2> <ul> <li>Efficient handling of conditional HTTP requests <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33372">#33372</a></li> <li>LocaleEditor cannot parse language tag with script like zh-Hans <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33348">#33348</a></li> <li>Reinstate qualifier support for legacy JSR-330 <code>@javax.inject.Named</code> annotation <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33345">#33345</a></li> <li>SimpleAsyncTaskScheduler stops accepting new tasks when isShutdown <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33336">#33336</a></li> </ul> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>Fix incorrect weak ETag validation <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33374">#33374</a></li> <li>Avoid CacheAspectSupport#findInCaches falling through to the reactiveCachingHandler <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33371">#33371</a></li> <li>ScheduledAnnotationReactiveSupport starts the observation before it is opened <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33349">#33349</a></li> <li>RestClient observation flags error for UnknownContentTypeException twice <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33347">#33347</a></li> <li>RestClient instrumentation unnecessarily calls stop on a closed observation <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33346">#33346</a></li> <li><code>SimpleEvaluationContext</code> does not enforce read-only semantics <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33319">#33319</a></li> <li>SpEL wraps primitive array in <code>Object[]</code> when invoking varargs method <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33317">#33317</a></li> <li>SpEL no longer supports lists for varargs invocations <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33315">#33315</a></li> <li>SpEL <code>Indexer</code> silently ignores failure to set property as index <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33310">#33310</a></li> <li>AOT-generated code produces deprecation warnings when using a deprecated class for autowiring <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33295">#33295</a></li> <li><code>@Scheduled</code> method in test class not supported anymore <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33286">#33286</a></li> <li>AOT-generated code produces deprecation warnings when referencing a nested class of a deprecated class <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33273">#33273</a></li> <li>Jaxb2XmlEncoder does not support JAXBElement subtypes <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33258">#33258</a></li> <li>ShallowEtagHeaderFilter throws a NumberFormatException for responses bigger than 2Gb <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33256">#33256</a></li> <li>RequestPredicates fail with UnsupportedOperationException with a custom servlet path <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33251">#33251</a></li> <li>Missing observation for <code>@JmsListener</code> response messages <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33221">#33221</a></li> <li><code>ConversionService</code> cannot convert primitive array to <code>Object[]</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33212">#33212</a></li> <li>Spring coroutines AOP is not compatible with <code>@Cacheable</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33210">#33210</a></li> <li>PathMatchingResourcePatternResolver#convertClassLoaderURL drops URLStreamHandler in version 6.1.x <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33199">#33199</a></li> <li>SpEL cannot invoke varargs <code>MethodHandle</code> function with a primitive array <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33198">#33198</a></li> <li>Trim last allowed origin when parsing comma-delimited string <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33181">#33181</a></li> <li>Multipart files not deleted after upload is finished with async request <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33161">#33161</a></li> <li>JaxbContextContainer does not define the ClassLoader to use to retrieve the JAXBContext to use <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33158">#33158</a></li> <li>Memory Leak in WebFlux application handling HTTP Multipart <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33094">#33094</a></li> <li>Support invoking bridged suspending functions in <code>AopUtils</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33045">#33045</a></li> </ul> <h2>:notebook_with_decorative_cover: Documentation</h2> <ul> <li>Fix typo in the bean validation section of the reference manual <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33354">#33354</a></li> <li>Fix syntax error in <code>RestClient</code> documentation <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33350">#33350</a></li> <li>Add Kotlin example for expectAll() <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33341">#33341</a></li> <li>Javadoc of ReactorResourceFactory#setConnectionProviderSupplier wrongly states it can be ignored <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33338">#33338</a></li> <li>Improve EnableCaching & CachingConfigurer Javadoc <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33288">#33288</a></li> <li>Code sample has wrong reference to configurePathMatching <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33277">#33277</a></li> <li>Document that NoOpResponseErrorHandler is to be used with the RestTemplate <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33276">#33276</a></li> <li>Stop referring to Oracle STRUCT and ARRAY as they are deprecated <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33248">#33248</a></li> <li>Update links in reference manual <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33245">#33245</a></li> </ul> <h2>:hammer: Dependency Upgrades</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/34764252dcd1a74db7c965059835d3655b70e528"><code>3476425</code></a> Release v6.1.12</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/bb17ad8314b81850a939fd265fb53b3361705e85"><code>bb17ad8</code></a> Efficient ETag parsing</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/63486bf19cfb4d61004b565b08789fd12baaf0b4"><code>63486bf</code></a> Upgrade to Tomcat 10.1.28, Jetty 12.0.12, Netty 4.1.112, Undertow 2.3.15</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/d0bff584d7a2b276cb76669662189a5938be055a"><code>d0bff58</code></a> Polishing</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/8be5010f5d1d57667e7612f835d3ff591817ac0a"><code>8be5010</code></a> LocaleEditor supports BCP 47 language tags as well</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/86761cd2337db656aae7218a24f16fb8ad2da72c"><code>86761cd</code></a> Upgrade to Reactor 2023.0.9</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/07cdef410ed828546f741dacf8ae03b62193213b"><code>07cdef4</code></a> Upgrade to Micrometer 1.12.9</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/e74406afd09fefb3bac59c8e0feef3a9aceead1d"><code>e74406a</code></a> Introduce withAssignmentDisabled() option for SimpleEvaluationContext</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/fe4fd004291a1f2704281eb839609cf9e2fb5bea"><code>fe4fd00</code></a> Polishing contribution</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/1703b71563ed6b159965c8962b71015c9f74c583"><code>1703b71</code></a> Fix incorrect weak ETag assertion</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.37...v6.1.12">compare view</a></li> </ul> </details> <br /> Updates `org.springframework:spring-aop` from 5.3.37 to 6.1.12 <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.12</h2> <h2>:star: New Features</h2> <ul> <li>Efficient handling of conditional HTTP requests <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33372">#33372</a></li> <li>LocaleEditor cannot parse language tag with script like zh-Hans <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33348">#33348</a></li> <li>Reinstate qualifier support for legacy JSR-330 <code>@javax.inject.Named</code> annotation <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33345">#33345</a></li> <li>SimpleAsyncTaskScheduler stops accepting new tasks when isShutdown <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33336">#33336</a></li> </ul> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>Fix incorrect weak ETag validation <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33374">#33374</a></li> <li>Avoid CacheAspectSupport#findInCaches falling through to the reactiveCachingHandler <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33371">#33371</a></li> <li>ScheduledAnnotationReactiveSupport starts the observation before it is opened <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33349">#33349</a></li> <li>RestClient observation flags error for UnknownContentTypeException twice <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33347">#33347</a></li> <li>RestClient instrumentation unnecessarily calls stop on a closed observation <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33346">#33346</a></li> <li><code>SimpleEvaluationContext</code> does not enforce read-only semantics <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33319">#33319</a></li> <li>SpEL wraps primitive array in <code>Object[]</code> when invoking varargs method <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33317">#33317</a></li> <li>SpEL no longer supports lists for varargs invocations <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33315">#33315</a></li> <li>SpEL <code>Indexer</code> silently ignores failure to set property as index <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33310">#33310</a></li> <li>AOT-generated code produces deprecation warnings when using a deprecated class for autowiring <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33295">#33295</a></li> <li><code>@Scheduled</code> method in test class not supported anymore <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33286">#33286</a></li> <li>AOT-generated code produces deprecation warnings when referencing a nested class of a deprecated class <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33273">#33273</a></li> <li>Jaxb2XmlEncoder does not support JAXBElement subtypes <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33258">#33258</a></li> <li>ShallowEtagHeaderFilter throws a NumberFormatException for responses bigger than 2Gb <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33256">#33256</a></li> <li>RequestPredicates fail with UnsupportedOperationException with a custom servlet path <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33251">#33251</a></li> <li>Missing observation for <code>@JmsListener</code> response messages <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33221">#33221</a></li> <li><code>ConversionService</code> cannot convert primitive array to <code>Object[]</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33212">#33212</a></li> <li>Spring coroutines AOP is not compatible with <code>@Cacheable</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33210">#33210</a></li> <li>PathMatchingResourcePatternResolver#convertClassLoaderURL drops URLStreamHandler in version 6.1.x <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33199">#33199</a></li> <li>SpEL cannot invoke varargs <code>MethodHandle</code> function with a primitive array <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33198">#33198</a></li> <li>Trim last allowed origin when parsing comma-delimited string <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33181">#33181</a></li> <li>Multipart files not deleted after upload is finished with async request <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33161">#33161</a></li> <li>JaxbContextContainer does not define the ClassLoader to use to retrieve the JAXBContext to use <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33158">#33158</a></li> <li>Memory Leak in WebFlux application handling HTTP Multipart <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33094">#33094</a></li> <li>Support invoking bridged suspending functions in <code>AopUtils</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33045">#33045</a></li> </ul> <h2>:notebook_with_decorative_cover: Documentation</h2> <ul> <li>Fix typo in the bean validation section of the reference manual <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33354">#33354</a></li> <li>Fix syntax error in <code>RestClient</code> documentation <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33350">#33350</a></li> <li>Add Kotlin example for expectAll() <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33341">#33341</a></li> <li>Javadoc of ReactorResourceFactory#setConnectionProviderSupplier wrongly states it can be ignored <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33338">#33338</a></li> <li>Improve EnableCaching & CachingConfigurer Javadoc <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33288">#33288</a></li> <li>Code sample has wrong reference to configurePathMatching <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33277">#33277</a></li> <li>Document that NoOpResponseErrorHandler is to be used with the RestTemplate <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33276">#33276</a></li> <li>Stop referring to Oracle STRUCT and ARRAY as they are deprecated <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33248">#33248</a></li> <li>Update links in reference manual <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33245">#33245</a></li> </ul> <h2>:hammer: Dependency Upgrades</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/34764252dcd1a74db7c965059835d3655b70e528"><code>3476425</code></a> Release v6.1.12</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/bb17ad8314b81850a939fd265fb53b3361705e85"><code>bb17ad8</code></a> Efficient ETag parsing</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/63486bf19cfb4d61004b565b08789fd12baaf0b4"><code>63486bf</code></a> Upgrade to Tomcat 10.1.28, Jetty 12.0.12, Netty 4.1.112, Undertow 2.3.15</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/d0bff584d7a2b276cb76669662189a5938be055a"><code>d0bff58</code></a> Polishing</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/8be5010f5d1d57667e7612f835d3ff591817ac0a"><code>8be5010</code></a> LocaleEditor supports BCP 47 language tags as well</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/86761cd2337db656aae7218a24f16fb8ad2da72c"><code>86761cd</code></a> Upgrade to Reactor 2023.0.9</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/07cdef410ed828546f741dacf8ae03b62193213b"><code>07cdef4</code></a> Upgrade to Micrometer 1.12.9</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/e74406afd09fefb3bac59c8e0feef3a9aceead1d"><code>e74406a</code></a> Introduce withAssignmentDisabled() option for SimpleEvaluationContext</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/fe4fd004291a1f2704281eb839609cf9e2fb5bea"><code>fe4fd00</code></a> Polishing contribution</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/1703b71563ed6b159965c8962b71015c9f74c583"><code>1703b71</code></a> Fix incorrect weak ETag assertion</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.37...v6.1.12">compare view</a></li> </ul> </details> <br /> Updates `org.springframework:spring-aspects` from 5.3.37 to 6.1.12 <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.12</h2> <h2>:star: New Features</h2> <ul> <li>Efficient handling of conditional HTTP requests <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33372">#33372</a></li> <li>LocaleEditor cannot parse language tag with script like zh-Hans <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33348">#33348</a></li> <li>Reinstate qualifier support for legacy JSR-330 <code>@javax.inject.Named</code> annotation <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33345">#33345</a></li> <li>SimpleAsyncTaskScheduler stops accepting new tasks when isShutdown <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33336">#33336</a></li> </ul> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>Fix incorrect weak ETag validation <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33374">#33374</a></li> <li>Avoid CacheAspectSupport#findInCaches falling through to the reactiveCachingHandler <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33371">#33371</a></li> <li>ScheduledAnnotationReactiveSupport starts the observation before it is opened <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33349">#33349</a></li> <li>RestClient observation flags error for UnknownContentTypeException twice <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33347">#33347</a></li> <li>RestClient instrumentation unnecessarily calls stop on a closed observation <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33346">#33346</a></li> <li><code>SimpleEvaluationContext</code> does not enforce read-only semantics <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33319">#33319</a></li> <li>SpEL wraps primitive array in <code>Object[]</code> when invoking varargs method <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33317">#33317</a></li> <li>SpEL no longer supports lists for varargs invocations <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33315">#33315</a></li> <li>SpEL <code>Indexer</code> silently ignores failure to set property as index <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33310">#33310</a></li> <li>AOT-generated code produces deprecation warnings when using a deprecated class for autowiring <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33295">#33295</a></li> <li><code>@Scheduled</code> method in test class not supported anymore <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33286">#33286</a></li> <li>AOT-generated code produces deprecation warnings when referencing a nested class of a deprecated class <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33273">#33273</a></li> <li>Jaxb2XmlEncoder does not support JAXBElement subtypes <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33258">#33258</a></li> <li>ShallowEtagHeaderFilter throws a NumberFormatException for responses bigger than 2Gb <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33256">#33256</a></li> <li>RequestPredicates fail with UnsupportedOperationException with a custom servlet path <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33251">#33251</a></li> <li>Missing observation for <code>@JmsListener</code> response messages <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33221">#33221</a></li> <li><code>ConversionService</code> cannot convert primitive array to <code>Object[]</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33212">#33212</a></li> <li>Spring coroutines AOP is not compatible with <code>@Cacheable</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33210">#33210</a></li> <li>PathMatchingResourcePatternResolver#convertClassLoaderURL drops URLStreamHandler in version 6.1.x <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33199">#33199</a></li> <li>SpEL cannot invoke varargs <code>MethodHandle</code> function with a primitive array <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33198">#33198</a></li> <li>Trim last allowed origin when parsing comma-delimited string <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33181">#33181</a></li> <li>Multipart files not deleted after upload is finished with async request <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33161">#33161</a></li> <li>JaxbContextContainer does not define the ClassLoader to use to retrieve the JAXBContext to use <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33158">#33158</a></li> <li>Memory Leak in WebFlux application handling HTTP Multipart <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33094">#33094</a></li> <li>Support invoking bridged suspending functions in <code>AopUtils</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33045">#33045</a></li> </ul> <h2>:notebook_with_decorative_cover: Documentation</h2> <ul> <li>Fix typo in the bean validation section of the reference manual <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33354">#33354</a></li> <li>Fix syntax error in <code>RestClient</code> documentation <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33350">#33350</a></li> <li>Add Kotlin example for expectAll() <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33341">#33341</a></li> <li>Javadoc of ReactorResourceFactory#setConnectionProviderSupplier wrongly states it can be ignored <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33338">#33338</a></li> <li>Improve EnableCaching & CachingConfigurer Javadoc <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33288">#33288</a></li> <li>Code sample has wrong reference to configurePathMatching <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33277">#33277</a></li> <li>Document that NoOpResponseErrorHandler is to be used with the RestTemplate <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33276">#33276</a></li> <li>Stop referring to Oracle STRUCT and ARRAY as they are deprecated <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33248">#33248</a></li> <li>Update links in reference manual <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33245">#33245</a></li> </ul> <h2>:hammer: Dependency Upgrades</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/34764252dcd1a74db7c965059835d3655b70e528"><code>3476425</code></a> Release v6.1.12</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/bb17ad8314b81850a939fd265fb53b3361705e85"><code>bb17ad8</code></a> Efficient ETag parsing</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/63486bf19cfb4d61004b565b08789fd12baaf0b4"><code>63486bf</code></a> Upgrade to Tomcat 10.1.28, Jetty 12.0.12, Netty 4.1.112, Undertow 2.3.15</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/d0bff584d7a2b276cb76669662189a5938be055a"><code>d0bff58</code></a> Polishing</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/8be5010f5d1d57667e7612f835d3ff591817ac0a"><code>8be5010</code></a> LocaleEditor supports BCP 47 language tags as well</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/86761cd2337db656aae7218a24f16fb8ad2da72c"><code>86761cd</code></a> Upgrade to Reactor 2023.0.9</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/07cdef410ed828546f741dacf8ae03b62193213b"><code>07cdef4</code></a> Upgrade to Micrometer 1.12.9</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/e74406afd09fefb3bac59c8e0feef3a9aceead1d"><code>e74406a</code></a> Introduce withAssignmentDisabled() option for SimpleEvaluationContext</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/fe4fd004291a1f2704281eb839609cf9e2fb5bea"><code>fe4fd00</code></a> Polishing contribution</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/1703b71563ed6b159965c8962b71015c9f74c583"><code>1703b71</code></a> Fix incorrect weak ETag assertion</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.37...v6.1.12">compare view</a></li> </ul> </details> <br /> Updates `org.springframework:spring-beans` from 5.3.37 to 6.1.12 <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.12</h2> <h2>:star: New Features</h2> <ul> <li>Efficient handling of conditional HTTP requests <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33372">#33372</a></li> <li>LocaleEditor cannot parse language tag with script like zh-Hans <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33348">#33348</a></li> <li>Reinstate qualifier support for legacy JSR-330 <code>@javax.inject.Named</code> annotation <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33345">#33345</a></li> <li>SimpleAsyncTaskScheduler stops accepting new tasks when isShutdown <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33336">#33336</a></li> </ul> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>Fix incorrect weak ETag validation <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33374">#33374</a></li> <li>Avoid CacheAspectSupport#findInCaches falling through to the reactiveCachingHandler <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33371">#33371</a></li> <li>ScheduledAnnotationReactiveSupport starts the observation before it is opened <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33349">#33349</a></li> <li>RestClient observation flags error for UnknownContentTypeException twice <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33347">#33347</a></li> <li>RestClient instrumentation unnecessarily calls stop on a closed observation <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33346">#33346</a></li> <li><code>SimpleEvaluationContext</code> does not enforce read-only semantics <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33319">#33319</a></li> <li>SpEL wraps primitive array in <code>Object[]</code> when invoking varargs method <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33317">#33317</a></li> <li>SpEL no longer supports lists for varargs invocations <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33315">#33315</a></li> <li>SpEL <code>Indexer</code> silently ignores failure to set property as index <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33310">#33310</a></li> <li>AOT-generated code produces deprecation warnings when using a deprecated class for autowiring <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33295">#33295</a></li> <li><code>@Scheduled</code> method in test class not supported anymore <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33286">#33286</a></li> <li>AOT-generated code produces deprecation warnings when referencing a nested class of a deprecated class <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33273">#33273</a></li> <li>Jaxb2XmlEncoder does not support JAXBElement subtypes <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33258">#33258</a></li> <li>ShallowEtagHeaderFilter throws a NumberFormatException for responses bigger than 2Gb <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33256">#33256</a></li> <li>RequestPredicates fail with UnsupportedOperationException with a custom servlet path <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33251">#33251</a></li> <li>Missing observation for <code>@JmsListener</code> response messages <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33221">#33221</a></li> <li><code>ConversionService</code> cannot convert primitive array to <code>Object[]</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33212">#33212</a></li> <li>Spring coroutines AOP is not compatible with <code>@Cacheable</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33210">#33210</a></li> <li>PathMatchingResourcePatternResolver#convertClassLoaderURL drops URLStreamHandler in version 6.1.x <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33199">#33199</a></li> <li>SpEL cannot invoke varargs <code>MethodHandle</code> function with a primitive array <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33198">#33198</a></li> <li>Trim last allowed origin when parsing comma-delimited string <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33181">#33181</a></li> <li>Multipart files not deleted after upload is finished with async request <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33161">#33161</a></li> <li>JaxbContextContainer does not define the ClassLoader to use to retrieve the JAXBContext to use <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33158">#33158</a></li> <li>Memory Leak in WebFlux application handling HTTP Multipart <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33094">#33094</a></li> <li>Support invoking bridged suspending functions in <code>AopUtils</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33045">#33045</a></li> </ul> <h2>:notebook_with_decorative_cover: Documentation</h2> <ul> <li>Fix typo in the bean validation section of the reference manual <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33354">#33354</a></li> <li>Fix syntax error in <code>RestClient</code> documentation <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33350">#33350</a></li> <li>Add Kotlin example for expectAll() <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33341">#33341</a></li> <li>Javadoc of ReactorResourceFactory#setConnectionProviderSupplier wrongly states it can be ignored <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33338">#33338</a></li> <li>Improve EnableCaching & CachingConfigurer Javadoc <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33288">#33288</a></li> <li>Code sample has wrong reference to configurePathMatching <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33277">#33277</a></li> <li>Document that NoOpResponseErrorHandler is to be used with the RestTemplate <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33276">#33276</a></li> <li>Stop referring to Oracle STRUCT and ARRAY as they are deprecated <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33248">#33248</a></li> <li>Update links in reference manual <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33245">#33245</a></li> </ul> <h2>:hammer: Dependency Upgrades</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/34764252dcd1a74db7c965059835d3655b70e528"><code>3476425</code></a> Release v6.1.12</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/bb17ad8314b81850a939fd265fb53b3361705e85"><code>bb17ad8</code></a> Efficient ETag parsing</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/63486bf19cfb4d61004b565b08789fd12baaf0b4"><code>63486bf</code></a> Upgrade to Tomcat 10.1.28, Jetty 12.0.12, Netty 4.1.112, Undertow 2.3.15</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/d0bff584d7a2b276cb76669662189a5938be055a"><code>d0bff58</code></a> Polishing</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/8be5010f5d1d57667e7612f835d3ff591817ac0a"><code>8be5010</code></a> LocaleEditor supports BCP 47 language tags as well</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/86761cd2337db656aae7218a24f16fb8ad2da72c"><code>86761cd</code></a> Upgrade to Reactor 2023.0.9</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/07cdef410ed828546f741dacf8ae03b62193213b"><code>07cdef4</code></a> Upgrade to Micrometer 1.12.9</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/e74406afd09fefb3bac59c8e0feef3a9aceead1d"><code>e74406a</code></a> Introduce withAssignmentDisabled() option for SimpleEvaluationContext</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/fe4fd004291a1f2704281eb839609cf9e2fb5bea"><code>fe4fd00</code></a> Polishing contribution</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/1703b71563ed6b159965c8962b71015c9f74c583"><code>1703b71</code></a> Fix incorrect weak ETag assertion</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.37...v6.1.12">compare view</a></li> </ul> </details> <br /> Updates `org.springframework:spring-test` from 5.3.37 to 6.1.12 <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.12</h2> <h2>:star: New Features</h2> <ul> <li>Efficient handling of conditional HTTP requests <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33372">#33372</a></li> <li>LocaleEditor cannot parse language tag with script like zh-Hans <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33348">#33348</a></li> <li>Reinstate qualifier support for legacy JSR-330 <code>@javax.inject.Named</code> annotation <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33345">#33345</a></li> <li>SimpleAsyncTaskScheduler stops accepting new tasks when isShutdown <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33336">#33336</a></li> </ul> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>Fix incorrect weak ETag validation <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33374">#33374</a></li> <li>Avoid CacheAspectSupport#findInCaches falling through to the reactiveCachingHandler <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33371">#33371</a></li> <li>ScheduledAnnotationReactiveSupport starts the observation before it is opened <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33349">#33349</a></li> <li>RestClient observation flags error for UnknownContentTypeException twice <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33347">#33347</a></li> <li>RestClient instrumentation unnecessarily calls stop on a closed observation <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33346">#33346</a></li> <li><code>SimpleEvaluationContext</code> does not enforce read-only semantics <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33319">#33319</a></li> <li>SpEL wraps primitive array in <code>Object[]</code> when invoking varargs method <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33317">#33317</a></li> <li>SpEL no longer supports lists for varargs invocations <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33315">#33315</a></li> <li>SpEL <code>Indexer</code> silently ignores failure to set property as index <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33310">#33310</a></li> <li>AOT-generated code produces deprecation warnings when using a deprecated class for autowiring <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33295">#33295</a></li> <li><code>@Scheduled</code> method in test class not supported anymore <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33286">#33286</a></li> <li>AOT-generated code produces deprecation warnings when referencing a nested class of a deprecated class <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33273">#33273</a></li> <li>Jaxb2XmlEncoder does not support JAXBElement subtypes <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33258">#33258</a></li> <li>ShallowEtagHeaderFilter throws a NumberFormatException for responses bigger than 2Gb <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33256">#33256</a></li> <li>RequestPredicates fail with UnsupportedOperationException with a custom servlet path <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33251">#33251</a></li> <li>Missing observation for <code>@JmsListener</code> response messages <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33221">#33221</a></li> <li><code>ConversionService</code> cannot convert primitive array to <code>Object[]</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33212">#33212</a></li> <li>Spring coroutines AOP is not compatible with <code>@Cacheable</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33210">#33210</a></li> <li>PathMatchingResourcePatternResolver#convertClassLoaderURL drops URLStreamHandler in version 6.1.x <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33199">#33199</a></li> <li>SpEL cannot invoke varargs <code>MethodHandle</code> function with a primitive array <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33198">#33198</a></li> <li>Trim last allowed origin when parsing comma-delimited string <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33181">#33181</a></li> <li>Multipart files not deleted after upload is finished with async request <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33161">#33161</a></li> <li>JaxbContextContainer does not define the ClassLoader to use to retrieve the JAXBContext to use <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33158">#33158</a></li> <li>Memory Leak in WebFlux application handling HTTP Multipart <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33094">#33094</a></li> <li>Support invoking bridged suspending functions in <code>AopUtils</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33045">#33045</a></li> </ul> <h2>:notebook_with_decorative_cover: Documentation</h2> <ul> <li>Fix typo in the bean validation section of the reference manual <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33354">#33354</a></li> <li>Fix syntax error in <code>RestClient</code> documentation <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33350">#33350</a></li> <li>Add Kotlin example for expectAll() <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33341">#33341</a></li> <li>Javadoc of ReactorResourceFactory#setConnectionProviderSupplier wrongly states it can be ignored <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33338">#33338</a></li> <li>Improve EnableCaching & CachingConfigurer Javadoc <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33288">#33288</a></li> <li>Code sample has wrong reference to configurePathMatching <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33277">#33277</a></li> <li>Document that NoOpResponseErrorHandler is to be used with the RestTemplate <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33276">#33276</a></li> <li>Stop referring to Oracle STRUCT and ARRAY as they are deprecated <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33248">#33248</a></li> <li>Update links in reference manual <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33245">#33245</a></li> </ul> <h2>:hammer: Dependency Upgrades</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/34764252dcd1a74db7c965059835d3655b70e528"><code>3476425</code></a> Release v6.1.12</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/bb17ad8314b81850a939fd265fb53b3361705e85"><code>bb17ad8</code></a> Efficient ETag parsing</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/63486bf19cfb4d61004b565b08789fd12baaf0b4"><code>63486bf</code></a> Upgrade to Tomcat 10.1.28, Jetty 12.0.12, Netty 4.1.112, Undertow 2.3.15</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/d0bff584d7a2b276cb76669662189a5938be055a"><code>d0bff58</code></a> Polishing</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/8be5010f5d1d57667e7612f835d3ff591817ac0a"><code>8be5010</code></a> LocaleEditor supports BCP 47 language tags as well</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/86761cd2337db656aae7218a24f16fb8ad2da72c"><code>86761cd</code></a> Upgrade to Reactor 2023.0.9</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/07cdef410ed828546f741dacf8ae03b62193213b"><code>07cdef4</code></a> Upgrade to Micrometer 1.12.9</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/e74406afd09fefb3bac59c8e0feef3a9aceead1d"><code>e74406a</code></a> Introduce withAssignmentDisabled() option for SimpleEvaluationContext</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/fe4fd004291a1f2704281eb839609cf9e2fb5bea"><code>fe4fd00</code></a> Polishing contribution</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/1703b71563ed6b159965c8962b71015c9f74c583"><code>1703b71</code></a> Fix incorrect weak ETag assertion</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.37...v6.1.12">compare view</a></li> </ul> </details> <br /> Updates `org.springframework:spring-context-support` from 5.3.37 to 6.1.12 <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.12</h2> <h2>:star: New Features</h2> <ul> <li>Efficient handling of conditional HTTP requests <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33372">#33372</a></li> <li>LocaleEditor cannot parse language tag with script like zh-Hans <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33348">#33348</a></li> <li>Reinstate qualifier support for legacy JSR-330 <code>@javax.inject.Named</code> annotation <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33345">#33345</a></li> <li>SimpleAsyncTaskScheduler stops accepting new tasks when isShutdown <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33336">#33336</a></li> </ul> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>Fix incorrect weak ETag validation <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33374">#33374</a></li> <li>Avoid CacheAspectSupport#findInCaches falling through to the reactiveCachingHandler <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33371">#33371</a></li> <li>ScheduledAnnotationReactiveSupport starts the observation before it is opened <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33349">#33349</a></li> <li>RestClient observation flags error for UnknownContentTypeException twice <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33347">#33347</a></li> <li>RestClient instrumentation unnecessarily calls stop on a closed observation <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33346">#33346</a></li> <li><code>SimpleEvaluationContext</code> does not enforce read-only semantics <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33319">#33319</a></li> <li>SpEL wraps primitive array in <code>Object[]</code> when invoking varargs method <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33317">#33317</a></li> <li>SpEL no longer supports lists for varargs invocations <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33315">#33315</a></li> <li>SpEL <code>Indexer</code> silently ignores failure to set property as index <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33310">#33310</a></li> <li>AOT-generated code produces deprecation warnings when using a deprecated class for autowiring <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33295">#33295</a></li> <li><code>@Scheduled</code> method in test class not supported anymore <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33286">#33286</a></li> <li>AOT-generated code produces deprecation warnings when referencing a nested class of a deprecated class <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33273">#33273</a></li> <li>Jaxb2XmlEncoder does not support JAXBElement subtypes <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33258">#33258</a></li> <li>ShallowEtagHeaderFilter throws a NumberFormatException for responses bigger than 2Gb <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33256">#33256</a></li> <li>RequestPredicates fail with UnsupportedOperationException with a custom servlet path <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33251">#33251</a></li> <li>Missing observation for <code>@JmsListener</code> response messages <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33221">#33221</a></li> <li><code>ConversionService</code> cannot convert primitive array to <code>Object[]</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33212">#33212</a></li> <li>Spring coroutines AOP is not compatible with <code>@Cacheable</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33210">#33210</a></li> <li>PathMatchingResourcePatternResolver#convertClassLoaderURL drops URLStreamHandler in version 6.1.x <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33199">#33199</a></li> <li>SpEL cannot invoke varargs <code>MethodHandle</code> function with a primitive array <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33198">#33198</a></li> <li>Trim last allowed origin when parsing comma-delimited string <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33181">#33181</a></li> <li>Multipart files not deleted after upload is finished with async request <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33161">#33161</a></li> <li>JaxbContextContainer does not define the ClassLoader to use to retrieve the JAXBContext to use <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33158">#33158</a></li> <li>Memory Leak in WebFlux application handling HTTP Multipart <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33094">#33094</a></li> <li>Support invoking bridged suspending functions in <code>AopUtils</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33045">#33045</a></li> </ul> <h2>:notebook_with_decorative_cover: Documentation</h2> <ul> <li>Fix typo in the bean validation section of the reference manual <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33354">#33354</a></li> <li>Fix syntax error in <code>RestClient</code> documentation <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33350">#33350</a></li> <li>Add Kotlin example for expectAll() <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33341">#33341</a></li> <li>Javadoc of ReactorResourceFactory#setConnectionProviderSupplier wrongly states it can be ignored <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33338">#33338</a></li> <li>Improve EnableCaching & CachingConfigurer Javadoc <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33288">#33288</a></li> <li>Code sample has wrong reference to configurePathMatching <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33277">#33277</a></li> <li>Document that NoOpResponseErrorHandler is to be used with the RestTemplate <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33276">#33276</a></li> <li>Stop referring to Oracle STRUCT and ARRAY as they are deprecated <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33248">#33248</a></li> <li>Update links in reference manual <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33245">#33245</a></li> </ul> <h2>:hammer: Dependency Upgrades</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/34764252dcd1a74db7c965059835d3655b70e528"><code>3476425</code></a> Release v6.1.12</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/bb17ad8314b81850a939fd265fb53b3361705e85"><code>bb17ad8</code></a> Efficient ETag parsing</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/63486bf19cfb4d61004b565b08789fd12baaf0b4"><code>63486bf</code></a> Upgrade to Tomcat 10.1.28, Jetty 12.0.12, Netty 4.1.112, Undertow 2.3.15</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/d0bff584d7a2b276cb76669662189a5938be055a"><code>d0bff58</code></a> Polishing</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/8be5010f5d1d57667e7612f835d3ff591817ac0a"><code>8be5010</code></a> LocaleEditor supports BCP 47 language tags as well</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/86761cd2337db656aae7218a24f16fb8ad2da72c"><code>86761cd</code></a> Upgrade to Reactor 2023.0.9</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/07cdef410ed828546f741dacf8ae03b62193213b"><code>07cdef4</code></a> Upgrade to Micrometer 1.12.9</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/e74406afd09fefb3bac59c8e0feef3a9aceead1d"><code>e74406a</code></a> Introduce withAssignmentDisabled() option for SimpleEvaluationContext</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/fe4fd004291a1f2704281eb839609cf9e2fb5bea"><code>fe4fd00</code></a> Polishing contribution</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/1703b71563ed6b159965c8962b71015c9f74c583"><code>1703b71</code></a> Fix incorrect weak ETag assertion</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.37...v6.1.12">compare view</a></li> </ul> </details> <br /> Updates `org.springframework:spring-web` from 5.3.37 to 6.1.12 <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.12</h2> <h2>:star: New Features</h2> <ul> <li>Efficient handling of conditional HTTP requests <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33372">#33372</a></li> <li>LocaleEditor cannot parse language tag with script like zh-Hans <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33348">#33348</a></li> <li>Reinstate qualifier support for legacy JSR-330 <code>@javax.inject.Named</code> annotation <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33345">#33345</a></li> <li>SimpleAsyncTaskScheduler stops accepting new tasks when isShutdown <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33336">#33336</a></li> </ul> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>Fix incorrect weak ETag validation <a href="https://redirect.github.com/spring-projects/spring... _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]
