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

   Bumps `spring-6.version` from 6.2.11 to 6.2.14.
   Updates `org.springframework:spring-aop` from 6.2.11 to 6.2.14
   <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.2.14</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Add <code>resetCaches()</code> method to 
Caffeine/ConcurrentMapCacheManager <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35841";>#35841</a></li>
   <li>Fix single-check idiom in <code>UnmodifiableMultiValueMap</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35831";>#35831</a></li>
   <li>Fix <code>Spliterator</code> characteristics in 
<code>ConcurrentReferenceHashMap</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35828";>#35828</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>MissingPathVariableException produces wrong status code in ProblemDetail 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35856";>#35856</a></li>
   <li>Fix <code>getCacheNames()</code> concurrent access in NoOpCacheManager 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35844";>#35844</a></li>
   <li>Annotation discovery regression for interfaces extending 
<code>BeanNameAware</code> and co. <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35838";>#35838</a></li>
   <li>Fix HtmlUtils unescape for supplementary chars <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35832";>#35832</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix cross-reference links in HtmlUnit sections <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35857";>#35857</a></li>
   <li>Remove <code>@see</code> Javadoc references to deprecated 
PropertiesBeanDefinitionReader <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35854";>#35854</a></li>
   </ul>
   <h2>v6.2.13</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Support response encoding in <code>select</code> and 
<code>options</code> JSP form tags <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35783";>#35783</a></li>
   <li>Preserve Connection readOnly state for DataSource with defaultReadOnly 
configuration <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35743";>#35743</a></li>
   <li>Optimize resource URL resolution in SortedResourcesFactoryBean <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/35687";>#35687</a></li>
   <li>Relax multiple segment matching constraints in PathPattern <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35686";>#35686</a></li>
   <li>Support wildcard path elements at the start of path patterns <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35679";>#35679</a></li>
   <li>Validating byte[]s may produce OutOfMemoryError <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35675";>#35675</a></li>
   <li>Update in FragmentsRendering to names of static methods <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33974";>#33974</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li><code>ConcurrentReferenceHashMap</code> misses dedicated 
<code>computeIfAbsent</code>, <code>computeIfPresent</code>, 
<code>compute</code>, <code>merge</code> implementations <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35794";>#35794</a></li>
   <li>Avoid unnecessary bridge method resolution around getMostSpecificMethod 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35780";>#35780</a></li>
   <li>Fix multi-release JAR issue with VirtualThreadDelegate <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35773";>#35773</a></li>
   <li>ContentNegotiationManager not finding media type when request includes 
quality parameter <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35754";>#35754</a></li>
   <li>Race condition in BufferingClientHttpResponseWrapper.getBody() <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35745";>#35745</a></li>
   <li>Deprecate setConnectTimeout on HttpComponentsClientHttpRequestFactory <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35748";>#35748</a></li>
   <li>Fix PathMatchingResourcePatternResolver to handle absolute paths in JAR 
manifests <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/35732";>#35732</a></li>
   <li>BeanDefinitionBuilder.addAutowiredProperty causes error during AOT 
processing <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35731";>#35731</a></li>
   <li>Improve <code>HttpServiceMethod</code> support for Kotlin suspending 
functions returning <code>Flow</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/35718";>#35718</a></li>
   <li>Exception translation does not expose original 
<code>BatchUpdateException</code> anymore <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35717";>#35717</a></li>
   <li>Add hints for entities package-private methods <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35711";>#35711</a></li>
   <li>Fix concurrency permit leak causing deadlock in SimpleAsyncTaskExecutor 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/35708";>#35708</a></li>
   <li>Remove <code>jibx-marshaller</code> element from 
<code>spring-oxm.xsd</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35699";>#35699</a></li>
   <li>NullPointerException When Handling 407 with JdkClientHttpConnector in 
WebClient <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35692";>#35692</a></li>
   <li>Method-based <code>Map</code> injection fails against target 
<code>Map</code> with incomplete generics despite bean name or qualifier match 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35690";>#35690</a></li>
   <li>JUnit Jupiter <code>TEST_METHOD</code> 
<code>ExtensionContextScope</code> is not fully supported <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35680";>#35680</a></li>
   <li>Introduce <code>isAutowirableConstructor(Executable, 
PropertyProvider)</code> in <code>TestConstructorUtils</code> and deprecate 
existing variants <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35676";>#35676</a></li>
   <li>Reflection on java.sql.Types without runtime hints <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35674";>#35674</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/1ab9f7adbcf44fd5c944372ccb196e63dec360a7";><code>1ab9f7a</code></a>
 Release v6.2.14</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/59025c5b9624a38d9ef769781d8a09b465b9309e";><code>59025c5</code></a>
 Lazily initialize ProblemDetail for picking up actual status code</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/e5de8b9bc68d837c9c5b77a5698273dc3f4e000d";><code>e5de8b9</code></a>
 Fix link to MockMvc test in HtmlUnit section</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/e146e809e5b2d29238f4de1ee70fa73ffa583952";><code>e146e80</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/ff62e7355f1508fd78ea065b6fa8c54d29ed7213";><code>ff62e73</code></a>
 Fix cross-reference links in HtmlUnit sections</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/4e970135957bbebcc7193818c4867cc96da78f61";><code>4e97013</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/bd10b7ae0654d9e148c9c46ee27f5d9262ae6fd7";><code>bd10b7a</code></a>
 Remove javadoc references to deprecated PropertiesBeanDefinitionReader</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/e4288170c8433f2eb1b8e383d9a6fca0240c6685";><code>e428817</code></a>
 Fix getCacheNames() concurrent access in NoOpCacheManager</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/8545a759a7ff0cfa3ee1c1ed4c964bc8e2be1c27";><code>8545a75</code></a>
 Add resetCaches() method to Caffeine/ConcurrentMapCacheManager</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/f94645de17e11d7e15b18e4080a29fb97016eb0d";><code>f94645d</code></a>
 Narrow Aware interface exclusion check to BeanFactoryAware only</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v6.2.11...v6.2.14";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-aspects` from 6.2.11 to 6.2.14
   <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.2.14</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Add <code>resetCaches()</code> method to 
Caffeine/ConcurrentMapCacheManager <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35841";>#35841</a></li>
   <li>Fix single-check idiom in <code>UnmodifiableMultiValueMap</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35831";>#35831</a></li>
   <li>Fix <code>Spliterator</code> characteristics in 
<code>ConcurrentReferenceHashMap</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35828";>#35828</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>MissingPathVariableException produces wrong status code in ProblemDetail 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35856";>#35856</a></li>
   <li>Fix <code>getCacheNames()</code> concurrent access in NoOpCacheManager 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35844";>#35844</a></li>
   <li>Annotation discovery regression for interfaces extending 
<code>BeanNameAware</code> and co. <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35838";>#35838</a></li>
   <li>Fix HtmlUtils unescape for supplementary chars <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35832";>#35832</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix cross-reference links in HtmlUnit sections <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35857";>#35857</a></li>
   <li>Remove <code>@see</code> Javadoc references to deprecated 
PropertiesBeanDefinitionReader <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35854";>#35854</a></li>
   </ul>
   <h2>v6.2.13</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Support response encoding in <code>select</code> and 
<code>options</code> JSP form tags <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35783";>#35783</a></li>
   <li>Preserve Connection readOnly state for DataSource with defaultReadOnly 
configuration <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35743";>#35743</a></li>
   <li>Optimize resource URL resolution in SortedResourcesFactoryBean <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/35687";>#35687</a></li>
   <li>Relax multiple segment matching constraints in PathPattern <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35686";>#35686</a></li>
   <li>Support wildcard path elements at the start of path patterns <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35679";>#35679</a></li>
   <li>Validating byte[]s may produce OutOfMemoryError <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35675";>#35675</a></li>
   <li>Update in FragmentsRendering to names of static methods <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33974";>#33974</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li><code>ConcurrentReferenceHashMap</code> misses dedicated 
<code>computeIfAbsent</code>, <code>computeIfPresent</code>, 
<code>compute</code>, <code>merge</code> implementations <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35794";>#35794</a></li>
   <li>Avoid unnecessary bridge method resolution around getMostSpecificMethod 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35780";>#35780</a></li>
   <li>Fix multi-release JAR issue with VirtualThreadDelegate <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35773";>#35773</a></li>
   <li>ContentNegotiationManager not finding media type when request includes 
quality parameter <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35754";>#35754</a></li>
   <li>Race condition in BufferingClientHttpResponseWrapper.getBody() <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35745";>#35745</a></li>
   <li>Deprecate setConnectTimeout on HttpComponentsClientHttpRequestFactory <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35748";>#35748</a></li>
   <li>Fix PathMatchingResourcePatternResolver to handle absolute paths in JAR 
manifests <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/35732";>#35732</a></li>
   <li>BeanDefinitionBuilder.addAutowiredProperty causes error during AOT 
processing <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35731";>#35731</a></li>
   <li>Improve <code>HttpServiceMethod</code> support for Kotlin suspending 
functions returning <code>Flow</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/35718";>#35718</a></li>
   <li>Exception translation does not expose original 
<code>BatchUpdateException</code> anymore <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35717";>#35717</a></li>
   <li>Add hints for entities package-private methods <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35711";>#35711</a></li>
   <li>Fix concurrency permit leak causing deadlock in SimpleAsyncTaskExecutor 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/35708";>#35708</a></li>
   <li>Remove <code>jibx-marshaller</code> element from 
<code>spring-oxm.xsd</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35699";>#35699</a></li>
   <li>NullPointerException When Handling 407 with JdkClientHttpConnector in 
WebClient <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35692";>#35692</a></li>
   <li>Method-based <code>Map</code> injection fails against target 
<code>Map</code> with incomplete generics despite bean name or qualifier match 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35690";>#35690</a></li>
   <li>JUnit Jupiter <code>TEST_METHOD</code> 
<code>ExtensionContextScope</code> is not fully supported <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35680";>#35680</a></li>
   <li>Introduce <code>isAutowirableConstructor(Executable, 
PropertyProvider)</code> in <code>TestConstructorUtils</code> and deprecate 
existing variants <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35676";>#35676</a></li>
   <li>Reflection on java.sql.Types without runtime hints <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35674";>#35674</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/1ab9f7adbcf44fd5c944372ccb196e63dec360a7";><code>1ab9f7a</code></a>
 Release v6.2.14</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/59025c5b9624a38d9ef769781d8a09b465b9309e";><code>59025c5</code></a>
 Lazily initialize ProblemDetail for picking up actual status code</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/e5de8b9bc68d837c9c5b77a5698273dc3f4e000d";><code>e5de8b9</code></a>
 Fix link to MockMvc test in HtmlUnit section</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/e146e809e5b2d29238f4de1ee70fa73ffa583952";><code>e146e80</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/ff62e7355f1508fd78ea065b6fa8c54d29ed7213";><code>ff62e73</code></a>
 Fix cross-reference links in HtmlUnit sections</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/4e970135957bbebcc7193818c4867cc96da78f61";><code>4e97013</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/bd10b7ae0654d9e148c9c46ee27f5d9262ae6fd7";><code>bd10b7a</code></a>
 Remove javadoc references to deprecated PropertiesBeanDefinitionReader</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/e4288170c8433f2eb1b8e383d9a6fca0240c6685";><code>e428817</code></a>
 Fix getCacheNames() concurrent access in NoOpCacheManager</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/8545a759a7ff0cfa3ee1c1ed4c964bc8e2be1c27";><code>8545a75</code></a>
 Add resetCaches() method to Caffeine/ConcurrentMapCacheManager</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/f94645de17e11d7e15b18e4080a29fb97016eb0d";><code>f94645d</code></a>
 Narrow Aware interface exclusion check to BeanFactoryAware only</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v6.2.11...v6.2.14";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-beans` from 6.2.11 to 6.2.14
   <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.2.14</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Add <code>resetCaches()</code> method to 
Caffeine/ConcurrentMapCacheManager <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35841";>#35841</a></li>
   <li>Fix single-check idiom in <code>UnmodifiableMultiValueMap</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35831";>#35831</a></li>
   <li>Fix <code>Spliterator</code> characteristics in 
<code>ConcurrentReferenceHashMap</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35828";>#35828</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>MissingPathVariableException produces wrong status code in ProblemDetail 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35856";>#35856</a></li>
   <li>Fix <code>getCacheNames()</code> concurrent access in NoOpCacheManager 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35844";>#35844</a></li>
   <li>Annotation discovery regression for interfaces extending 
<code>BeanNameAware</code> and co. <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35838";>#35838</a></li>
   <li>Fix HtmlUtils unescape for supplementary chars <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35832";>#35832</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix cross-reference links in HtmlUnit sections <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35857";>#35857</a></li>
   <li>Remove <code>@see</code> Javadoc references to deprecated 
PropertiesBeanDefinitionReader <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35854";>#35854</a></li>
   </ul>
   <h2>v6.2.13</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Support response encoding in <code>select</code> and 
<code>options</code> JSP form tags <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35783";>#35783</a></li>
   <li>Preserve Connection readOnly state for DataSource with defaultReadOnly 
configuration <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35743";>#35743</a></li>
   <li>Optimize resource URL resolution in SortedResourcesFactoryBean <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/35687";>#35687</a></li>
   <li>Relax multiple segment matching constraints in PathPattern <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35686";>#35686</a></li>
   <li>Support wildcard path elements at the start of path patterns <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35679";>#35679</a></li>
   <li>Validating byte[]s may produce OutOfMemoryError <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35675";>#35675</a></li>
   <li>Update in FragmentsRendering to names of static methods <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33974";>#33974</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li><code>ConcurrentReferenceHashMap</code> misses dedicated 
<code>computeIfAbsent</code>, <code>computeIfPresent</code>, 
<code>compute</code>, <code>merge</code> implementations <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35794";>#35794</a></li>
   <li>Avoid unnecessary bridge method resolution around getMostSpecificMethod 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35780";>#35780</a></li>
   <li>Fix multi-release JAR issue with VirtualThreadDelegate <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35773";>#35773</a></li>
   <li>ContentNegotiationManager not finding media type when request includes 
quality parameter <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35754";>#35754</a></li>
   <li>Race condition in BufferingClientHttpResponseWrapper.getBody() <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35745";>#35745</a></li>
   <li>Deprecate setConnectTimeout on HttpComponentsClientHttpRequestFactory <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35748";>#35748</a></li>
   <li>Fix PathMatchingResourcePatternResolver to handle absolute paths in JAR 
manifests <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/35732";>#35732</a></li>
   <li>BeanDefinitionBuilder.addAutowiredProperty causes error during AOT 
processing <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35731";>#35731</a></li>
   <li>Improve <code>HttpServiceMethod</code> support for Kotlin suspending 
functions returning <code>Flow</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/35718";>#35718</a></li>
   <li>Exception translation does not expose original 
<code>BatchUpdateException</code> anymore <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35717";>#35717</a></li>
   <li>Add hints for entities package-private methods <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35711";>#35711</a></li>
   <li>Fix concurrency permit leak causing deadlock in SimpleAsyncTaskExecutor 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/35708";>#35708</a></li>
   <li>Remove <code>jibx-marshaller</code> element from 
<code>spring-oxm.xsd</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35699";>#35699</a></li>
   <li>NullPointerException When Handling 407 with JdkClientHttpConnector in 
WebClient <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35692";>#35692</a></li>
   <li>Method-based <code>Map</code> injection fails against target 
<code>Map</code> with incomplete generics despite bean name or qualifier match 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35690";>#35690</a></li>
   <li>JUnit Jupiter <code>TEST_METHOD</code> 
<code>ExtensionContextScope</code> is not fully supported <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35680";>#35680</a></li>
   <li>Introduce <code>isAutowirableConstructor(Executable, 
PropertyProvider)</code> in <code>TestConstructorUtils</code> and deprecate 
existing variants <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35676";>#35676</a></li>
   <li>Reflection on java.sql.Types without runtime hints <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35674";>#35674</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/1ab9f7adbcf44fd5c944372ccb196e63dec360a7";><code>1ab9f7a</code></a>
 Release v6.2.14</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/59025c5b9624a38d9ef769781d8a09b465b9309e";><code>59025c5</code></a>
 Lazily initialize ProblemDetail for picking up actual status code</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/e5de8b9bc68d837c9c5b77a5698273dc3f4e000d";><code>e5de8b9</code></a>
 Fix link to MockMvc test in HtmlUnit section</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/e146e809e5b2d29238f4de1ee70fa73ffa583952";><code>e146e80</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/ff62e7355f1508fd78ea065b6fa8c54d29ed7213";><code>ff62e73</code></a>
 Fix cross-reference links in HtmlUnit sections</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/4e970135957bbebcc7193818c4867cc96da78f61";><code>4e97013</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/bd10b7ae0654d9e148c9c46ee27f5d9262ae6fd7";><code>bd10b7a</code></a>
 Remove javadoc references to deprecated PropertiesBeanDefinitionReader</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/e4288170c8433f2eb1b8e383d9a6fca0240c6685";><code>e428817</code></a>
 Fix getCacheNames() concurrent access in NoOpCacheManager</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/8545a759a7ff0cfa3ee1c1ed4c964bc8e2be1c27";><code>8545a75</code></a>
 Add resetCaches() method to Caffeine/ConcurrentMapCacheManager</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/f94645de17e11d7e15b18e4080a29fb97016eb0d";><code>f94645d</code></a>
 Narrow Aware interface exclusion check to BeanFactoryAware only</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v6.2.11...v6.2.14";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-context` from 6.2.11 to 6.2.14
   <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.2.14</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Add <code>resetCaches()</code> method to 
Caffeine/ConcurrentMapCacheManager <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35841";>#35841</a></li>
   <li>Fix single-check idiom in <code>UnmodifiableMultiValueMap</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35831";>#35831</a></li>
   <li>Fix <code>Spliterator</code> characteristics in 
<code>ConcurrentReferenceHashMap</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35828";>#35828</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>MissingPathVariableException produces wrong status code in ProblemDetail 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35856";>#35856</a></li>
   <li>Fix <code>getCacheNames()</code> concurrent access in NoOpCacheManager 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35844";>#35844</a></li>
   <li>Annotation discovery regression for interfaces extending 
<code>BeanNameAware</code> and co. <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35838";>#35838</a></li>
   <li>Fix HtmlUtils unescape for supplementary chars <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35832";>#35832</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix cross-reference links in HtmlUnit sections <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35857";>#35857</a></li>
   <li>Remove <code>@see</code> Javadoc references to deprecated 
PropertiesBeanDefinitionReader <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35854";>#35854</a></li>
   </ul>
   <h2>v6.2.13</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Support response encoding in <code>select</code> and 
<code>options</code> JSP form tags <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35783";>#35783</a></li>
   <li>Preserve Connection readOnly state for DataSource with defaultReadOnly 
configuration <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35743";>#35743</a></li>
   <li>Optimize resource URL resolution in SortedResourcesFactoryBean <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/35687";>#35687</a></li>
   <li>Relax multiple segment matching constraints in PathPattern <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35686";>#35686</a></li>
   <li>Support wildcard path elements at the start of path patterns <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35679";>#35679</a></li>
   <li>Validating byte[]s may produce OutOfMemoryError <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35675";>#35675</a></li>
   <li>Update in FragmentsRendering to names of static methods <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33974";>#33974</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li><code>ConcurrentReferenceHashMap</code> misses dedicated 
<code>computeIfAbsent</code>, <code>computeIfPresent</code>, 
<code>compute</code>, <code>merge</code> implementations <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35794";>#35794</a></li>
   <li>Avoid unnecessary bridge method resolution around getMostSpecificMethod 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35780";>#35780</a></li>
   <li>Fix multi-release JAR issue with VirtualThreadDelegate <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35773";>#35773</a></li>
   <li>ContentNegotiationManager not finding media type when request includes 
quality parameter <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35754";>#35754</a></li>
   <li>Race condition in BufferingClientHttpResponseWrapper.getBody() <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35745";>#35745</a></li>
   <li>Deprecate setConnectTimeout on HttpComponentsClientHttpRequestFactory <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35748";>#35748</a></li>
   <li>Fix PathMatchingResourcePatternResolver to handle absolute paths in JAR 
manifests <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/35732";>#35732</a></li>
   <li>BeanDefinitionBuilder.addAutowiredProperty causes error during AOT 
processing <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35731";>#35731</a></li>
   <li>Improve <code>HttpServiceMethod</code> support for Kotlin suspending 
functions returning <code>Flow</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/35718";>#35718</a></li>
   <li>Exception translation does not expose original 
<code>BatchUpdateException</code> anymore <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35717";>#35717</a></li>
   <li>Add hints for entities package-private methods <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35711";>#35711</a></li>
   <li>Fix concurrency permit leak causing deadlock in SimpleAsyncTaskExecutor 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/35708";>#35708</a></li>
   <li>Remove <code>jibx-marshaller</code> element from 
<code>spring-oxm.xsd</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35699";>#35699</a></li>
   <li>NullPointerException When Handling 407 with JdkClientHttpConnector in 
WebClient <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35692";>#35692</a></li>
   <li>Method-based <code>Map</code> injection fails against target 
<code>Map</code> with incomplete generics despite bean name or qualifier match 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35690";>#35690</a></li>
   <li>JUnit Jupiter <code>TEST_METHOD</code> 
<code>ExtensionContextScope</code> is not fully supported <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35680";>#35680</a></li>
   <li>Introduce <code>isAutowirableConstructor(Executable, 
PropertyProvider)</code> in <code>TestConstructorUtils</code> and deprecate 
existing variants <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35676";>#35676</a></li>
   <li>Reflection on java.sql.Types without runtime hints <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35674";>#35674</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/1ab9f7adbcf44fd5c944372ccb196e63dec360a7";><code>1ab9f7a</code></a>
 Release v6.2.14</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/59025c5b9624a38d9ef769781d8a09b465b9309e";><code>59025c5</code></a>
 Lazily initialize ProblemDetail for picking up actual status code</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/e5de8b9bc68d837c9c5b77a5698273dc3f4e000d";><code>e5de8b9</code></a>
 Fix link to MockMvc test in HtmlUnit section</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/e146e809e5b2d29238f4de1ee70fa73ffa583952";><code>e146e80</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/ff62e7355f1508fd78ea065b6fa8c54d29ed7213";><code>ff62e73</code></a>
 Fix cross-reference links in HtmlUnit sections</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/4e970135957bbebcc7193818c4867cc96da78f61";><code>4e97013</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/bd10b7ae0654d9e148c9c46ee27f5d9262ae6fd7";><code>bd10b7a</code></a>
 Remove javadoc references to deprecated PropertiesBeanDefinitionReader</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/e4288170c8433f2eb1b8e383d9a6fca0240c6685";><code>e428817</code></a>
 Fix getCacheNames() concurrent access in NoOpCacheManager</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/8545a759a7ff0cfa3ee1c1ed4c964bc8e2be1c27";><code>8545a75</code></a>
 Add resetCaches() method to Caffeine/ConcurrentMapCacheManager</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/f94645de17e11d7e15b18e4080a29fb97016eb0d";><code>f94645d</code></a>
 Narrow Aware interface exclusion check to BeanFactoryAware only</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v6.2.11...v6.2.14";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-context-indexer` from 6.2.11 to 6.2.14
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-framework/releases";>org.springframework:spring-context-indexer's
 releases</a>.</em></p>
   <blockquote>
   <h2>v6.2.14</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Add <code>resetCaches()</code> method to 
Caffeine/ConcurrentMapCacheManager <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35841";>#35841</a></li>
   <li>Fix single-check idiom in <code>UnmodifiableMultiValueMap</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35831";>#35831</a></li>
   <li>Fix <code>Spliterator</code> characteristics in 
<code>ConcurrentReferenceHashMap</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35828";>#35828</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>MissingPathVariableException produces wrong status code in ProblemDetail 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35856";>#35856</a></li>
   <li>Fix <code>getCacheNames()</code> concurrent access in NoOpCacheManager 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35844";>#35844</a></li>
   <li>Annotation discovery regression for interfaces extending 
<code>BeanNameAware</code> and co. <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35838";>#35838</a></li>
   <li>Fix HtmlUtils unescape for supplementary chars <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35832";>#35832</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix cross-reference links in HtmlUnit sections <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35857";>#35857</a></li>
   <li>Remove <code>@see</code> Javadoc references to deprecated 
PropertiesBeanDefinitionReader <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35854";>#35854</a></li>
   </ul>
   <h2>v6.2.13</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Support response encoding in <code>select</code> and 
<code>options</code> JSP form tags <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35783";>#35783</a></li>
   <li>Preserve Connection readOnly state for DataSource with defaultReadOnly 
configuration <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35743";>#35743</a></li>
   <li>Optimize resource URL resolution in SortedResourcesFactoryBean <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/35687";>#35687</a></li>
   <li>Relax multiple segment matching constraints in PathPattern <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35686";>#35686</a></li>
   <li>Support wildcard path elements at the start of path patterns <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35679";>#35679</a></li>
   <li>Validating byte[]s may produce OutOfMemoryError <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35675";>#35675</a></li>
   <li>Update in FragmentsRendering to names of static methods <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33974";>#33974</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li><code>ConcurrentReferenceHashMap</code> misses dedicated 
<code>computeIfAbsent</code>, <code>computeIfPresent</code>, 
<code>compute</code>, <code>merge</code> implementations <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35794";>#35794</a></li>
   <li>Avoid unnecessary bridge method resolution around getMostSpecificMethod 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35780";>#35780</a></li>
   <li>Fix multi-release JAR issue with VirtualThreadDelegate <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35773";>#35773</a></li>
   <li>ContentNegotiationManager not finding media type when request includes 
quality parameter <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35754";>#35754</a></li>
   <li>Race condition in BufferingClientHttpResponseWrapper.getBody() <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35745";>#35745</a></li>
   <li>Deprecate setConnectTimeout on HttpComponentsClientHttpRequestFactory <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35748";>#35748</a></li>
   <li>Fix PathMatchingResourcePatternResolver to handle absolute paths in JAR 
manifests <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/35732";>#35732</a></li>
   <li>BeanDefinitionBuilder.addAutowiredProperty causes error during AOT 
processing <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35731";>#35731</a></li>
   <li>Improve <code>HttpServiceMethod</code> support for Kotlin suspending 
functions returning <code>Flow</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/35718";>#35718</a></li>
   <li>Exception translation does not expose original 
<code>BatchUpdateException</code> anymore <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35717";>#35717</a></li>
   <li>Add hints for entities package-private methods <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35711";>#35711</a></li>
   <li>Fix concurrency permit leak causing deadlock in SimpleAsyncTaskExecutor 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/35708";>#35708</a></li>
   <li>Remove <code>jibx-marshaller</code> element from 
<code>spring-oxm.xsd</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35699";>#35699</a></li>
   <li>NullPointerException When Handling 407 with JdkClientHttpConnector in 
WebClient <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35692";>#35692</a></li>
   <li>Method-based <code>Map</code> injection fails against target 
<code>Map</code> with incomplete generics despite bean name or qualifier match 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35690";>#35690</a></li>
   <li>JUnit Jupiter <code>TEST_METHOD</code> 
<code>ExtensionContextScope</code> is not fully supported <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35680";>#35680</a></li>
   <li>Introduce <code>isAutowirableConstructor(Executable, 
PropertyProvider)</code> in <code>TestConstructorUtils</code> and deprecate 
existing variants <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35676";>#35676</a></li>
   <li>Reflection on java.sql.Types without runtime hints <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35674";>#35674</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/1ab9f7adbcf44fd5c944372ccb196e63dec360a7";><code>1ab9f7a</code></a>
 Release v6.2.14</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/59025c5b9624a38d9ef769781d8a09b465b9309e";><code>59025c5</code></a>
 Lazily initialize ProblemDetail for picking up actual status code</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/e5de8b9bc68d837c9c5b77a5698273dc3f4e000d";><code>e5de8b9</code></a>
 Fix link to MockMvc test in HtmlUnit section</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/e146e809e5b2d29238f4de1ee70fa73ffa583952";><code>e146e80</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/ff62e7355f1508fd78ea065b6fa8c54d29ed7213";><code>ff62e73</code></a>
 Fix cross-reference links in HtmlUnit sections</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/4e970135957bbebcc7193818c4867cc96da78f61";><code>4e97013</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/bd10b7ae0654d9e148c9c46ee27f5d9262ae6fd7";><code>bd10b7a</code></a>
 Remove javadoc references to deprecated PropertiesBeanDefinitionReader</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/e4288170c8433f2eb1b8e383d9a6fca0240c6685";><code>e428817</code></a>
 Fix getCacheNames() concurrent access in NoOpCacheManager</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/8545a759a7ff0cfa3ee1c1ed4c964bc8e2be1c27";><code>8545a75</code></a>
 Add resetCaches() method to Caffeine/ConcurrentMapCacheManager</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/f94645de17e11d7e15b18e4080a29fb97016eb0d";><code>f94645d</code></a>
 Narrow Aware interface exclusion check to BeanFactoryAware only</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v6.2.11...v6.2.14";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-context-support` from 6.2.11 to 6.2.14
   <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.2.14</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Add <code>resetCaches()</code> method to 
Caffeine/ConcurrentMapCacheManager <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35841";>#35841</a></li>
   <li>Fix single-check idiom in <code>UnmodifiableMultiValueMap</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35831";>#35831</a></li>
   <li>Fix <code>Spliterator</code> characteristics in 
<code>ConcurrentReferenceHashMap</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35828";>#35828</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>MissingPathVariableException produces wrong status code in ProblemDetail 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35856";>#35856</a></li>
   <li>Fix <code>getCacheNames()</code> concurrent access in NoOpCacheManager 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35844";>#35844</a></li>
   <li>Annotation discovery regression for interfaces extending 
<code>BeanNameAware</code> and co. <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35838";>#35838</a></li>
   <li>Fix HtmlUtils unescape for supplementary chars <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35832";>#35832</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix cross-reference links in HtmlUnit sections <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35857";>#35857</a></li>
   <li>Remove <code>@see</code> Javadoc references to deprecated 
PropertiesBeanDefinitionReader <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35854";>#35854</a></li>
   </ul>
   <h2>v6.2.13</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Support response encoding in <code>select</code> and 
<code>options</code> JSP form tags <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35783";>#35783</a></li>
   <li>Preserve Connection readOnly state for DataSource with defaultReadOnly 
configuration <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35743";>#35743</a></li>
   <li>Optimize resource URL resolution in SortedResourcesFactoryBean <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/35687";>#35687</a></li>
   <li>Relax multiple segment matching constraints in PathPattern <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35686";>#35686</a></li>
   <li>Support wildcard path elements at the start of path patterns <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35679";>#35679</a></li>
   <li>Validating byte[]s may produce OutOfMemoryError <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35675";>#35675</a></li>
   <li>Update in FragmentsRendering to names of static methods <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33974";>#33974</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li><code>ConcurrentReferenceHashMap</code> misses dedicated 
<code>computeIfAbsent</code>, <code>computeIfPresent</code>, 
<code>compute</code>, <code>merge</code> implementations <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35794";>#35794</a></li>
   <li>Avoid unnecessary bridge method resolution around getMostSpecificMethod 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35780";>#35780</a></li>
   <li>Fix multi-release JAR issue with VirtualThreadDelegate <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35773";>#35773</a></li>
   <li>ContentNegotiationManager not finding media type when request includes 
quality parameter <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35754";>#35754</a></li>
   <li>Race condition in BufferingClientHttpResponseWrapper.getBody() <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35745";>#35745</a></li>
   <li>Deprecate setConnectTimeout on HttpComponentsClientHttpRequestFactory <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35748";>#35748</a></li>
   <li>Fix PathMatchingResourcePatternResolver to handle absolute paths in JAR 
manifests <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/35732";>#35732</a></li>
   <li>BeanDefinitionBuilder.addAutowiredProperty causes error during AOT 
processing <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35731";>#35731</a></li>
   <li>Improve <code>HttpServiceMethod</code> support for Kotlin suspending 
functions returning <code>Flow</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/35718";>#35718</a></li>
   <li>Exception translation does not expose original 
<code>BatchUpdateException</code> anymore <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35717";>#35717</a></li>
   <li>Add hints for entities package-private methods <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35711";>#35711</a></li>
   <li>Fix concurrency permit leak causing deadlock in SimpleAsyncTaskExecutor 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/35708";>#35708</a></li>
   <li>Remove <code>jibx-marshaller</code> element from 
<code>spring-oxm.xsd</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35699";>#35699</a></li>
   <li>NullPointerException When Handling 407 with JdkClientHttpConnector in 
WebClient <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35692";>#35692</a></li>
   <li>Method-based <code>Map</code> injection fails against target 
<code>Map</code> with incomplete generics despite bean name or qualifier match 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35690";>#35690</a></li>
   <li>JUnit Jupiter <code>TEST_METHOD</code> 
<code>ExtensionContextScope</code> is not fully supported <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35680";>#35680</a></li>
   <li>Introduce <code>isAutowirableConstructor(Executable, 
PropertyProvider)</code> in <code>TestConstructorUtils</code> and deprecate 
existing variants <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35676";>#35676</a></li>
   <li>Reflection on java.sql.Types without runtime hints <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35674";>#35674</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/1ab9f7adbcf44fd5c944372ccb196e63dec360a7";><code>1ab9f7a</code></a>
 Release v6.2.14</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/59025c5b9624a38d9ef769781d8a09b465b9309e";><code>59025c5</code></a>
 Lazily initialize ProblemDetail for picking up actual status code</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/e5de8b9bc68d837c9c5b77a5698273dc3f4e000d";><code>e5de8b9</code></a>
 Fix link to MockMvc test in HtmlUnit section</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/e146e809e5b2d29238f4de1ee70fa73ffa583952";><code>e146e80</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/ff62e7355f1508fd78ea065b6fa8c54d29ed7213";><code>ff62e73</code></a>
 Fix cross-reference links in HtmlUnit sections</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/4e970135957bbebcc7193818c4867cc96da78f61";><code>4e97013</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/bd10b7ae0654d9e148c9c46ee27f5d9262ae6fd7";><code>bd10b7a</code></a>
 Remove javadoc references to deprecated PropertiesBeanDefinitionReader</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/e4288170c8433f2eb1b8e383d9a6fca0240c6685";><code>e428817</code></a>
 Fix getCacheNames() concurrent access in NoOpCacheManager</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/8545a759a7ff0cfa3ee1c1ed4c964bc8e2be1c27";><code>8545a75</code></a>
 Add resetCaches() method to Caffeine/ConcurrentMapCacheManager</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/f94645de17e11d7e15b18e4080a29fb97016eb0d";><code>f94645d</code></a>
 Narrow Aware interface exclusion check to BeanFactoryAware only</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v6.2.11...v6.2.14";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-core` from 6.2.11 to 6.2.14
   <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.2.14</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Add <code>resetCaches()</code> method to 
Caffeine/ConcurrentMapCacheManager <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35841";>#35841</a></li>
   <li>Fix single-check idiom in <code>UnmodifiableMultiValueMap</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35831";>#35831</a></li>
   <li>Fix <code>Spliterator</code> characteristics in 
<code>ConcurrentReferenceHashMap</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35828";>#35828</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>MissingPathVariableException produces wrong status code in ProblemDetail 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35856";>#35856</a></li>
   <li>Fix <code>getCacheNames()</code> concurrent access in NoOpCacheManager 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35844";>#35844</a></li>
   <li>Annotation discovery regression for interfaces extending 
<code>BeanNameAware</code> and co. <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35838";>#35838</a></li>
   <li>Fix HtmlUtils unescape for supplementary chars <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35832";>#35832</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix cross-reference links in HtmlUnit sections <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35857";>#35857</a></li>
   <li>Remove <code>@see</code> Javadoc references to deprecated 
PropertiesBeanDefinitionReader <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35854";>#35854</a></li>
   </ul>
   <h2>v6.2.13</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Support response encoding in <code>select</code> and 
<code>options</code> JSP form tags <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35783";>#35783</a></li>
   <li>Preserve Connection readOnly state for DataSource with defaultReadOnly 
configuration <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35743";>#35743</a></li>
   <li>Optimize resource URL resolution in SortedResourcesFactoryBean <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/35687";>#35687</a></li>
   <li>Relax multiple segment matching constraints in PathPattern <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35686";>#35686</a></li>
   <li>Support wildcard path elements at the start of path patterns <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35679";>#35679</a></li>
   <li>Validating byte[]s may produce OutOfMemoryError <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35675";>#35675</a></li>
   <li>Update in FragmentsRendering to names of static methods <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33974";>#33974</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li><code>ConcurrentReferenceHashMap</code> misses dedicated 
<code>computeIfAbsent</code>, <code>computeIfPresent</code>, 
<code>compute</code>, <code>merge</code> implementations <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35794";>#35794</a></li>
   <li>Avoid unnecessary bridge method resolution around getMostSpecificMethod 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35780";>#35780</a></li>
   <li>Fix multi-release JAR issue with VirtualThreadDelegate <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35773";>#35773</a></li>
   <li>ContentNegotiationManager not finding media type when request includes 
quality parameter <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35754";>#35754</a></li>
   <li>Race condition in BufferingClientHttpResponseWrapper.getBody() <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35745";>#35745</a></li>
   <li>Deprecate setConnectTimeout on HttpComponentsClientHttpRequestFactory <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35748";>#35748</a></li>
   <li>Fix PathMatchingResourcePatternResolver to handle absolute paths in JAR 
manifests <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/35732";>#35732</a></li>
   <li>BeanDefinitionBuilder.addAutowiredProperty causes error during AOT 
processing <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35731";>#35731</a></li>
   <li>Improve <code>HttpServiceMethod</code> support for Kotlin suspending 
functions returning <code>Flow</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/35718";>#35718</a></li>
   <li>Exception translation does not expose original 
<code>BatchUpdateException</code> anymore <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35717";>#35717</a></li>
   <li>Add hints for entities package-private methods <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35711";>#35711</a></li>
   <li>Fix concurrency permit leak causing deadlock in SimpleAsyncTaskExecutor 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/35708";>#35708</a></li>
   <li>Remove <code>jibx-marshaller</code> element from 
<code>spring-oxm.xsd</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35699";>#35699</a></li>
   <li>NullPointerException When Handling 407 with JdkClientHttpConnector in 
WebClient <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35692";>#35692</a></li>
   <li>Method-based <code>Map</code> injection fails against target 
<code>Map</code> with incomplete generics despite bean name or qualifier match 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35690";>#35690</a></li>
   <li>JUnit Jupiter <code>TEST_METHOD</code> 
<code>ExtensionContextScope</code> is not fully supported <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35680";>#35680</a></li>
   <li>Introduce <code>isAutowirableConstructor(Executable, 
PropertyProvider)</code> in <code>TestConstructorUtils</code> and deprecate 
existing variants <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35676";>#35676</a></li>
   <li>Reflection on java.sql.Types without runtime hints <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35674";>#35674</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/1ab9f7adbcf44fd5c944372ccb196e63dec360a7";><code>1ab9f7a</code></a>
 Release v6.2.14</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/59025c5b9624a38d9ef769781d8a09b465b9309e";><code>59025c5</code></a>
 Lazily initialize ProblemDetail for picking up actual status code</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/e5de8b9bc68d837c9c5b77a5698273dc3f4e000d";><code>e5de8b9</code></a>
 Fix link to MockMvc test in HtmlUnit section</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/e146e809e5b2d29238f4de1ee70fa73ffa583952";><code>e146e80</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/ff62e7355f1508fd78ea065b6fa8c54d29ed7213";><code>ff62e73</code></a>
 Fix cross-reference links in HtmlUnit sections</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/4e970135957bbebcc7193818c4867cc96da78f61";><code>4e97013</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/bd10b7ae0654d9e148c9c46ee27f5d9262ae6fd7";><code>bd10b7a</code></a>
 Remove javadoc references to deprecated PropertiesBeanDefinitionReader</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/e4288170c8433f2eb1b8e383d9a6fca0240c6685";><code>e428817</code></a>
 Fix getCacheNames() concurrent access in NoOpCacheManager</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/8545a759a7ff0cfa3ee1c1ed4c964bc8e2be1c27";><code>8545a75</code></a>
 Add resetCaches() method to Caffeine/ConcurrentMapCacheManager</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/f94645de17e11d7e15b18e4080a29fb97016eb0d";><code>f94645d</code></a>
 Narrow Aware interface exclusion check to BeanFactoryAware only</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v6.2.11...v6.2.14";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-core-test` from 6.2.11 to 6.2.14
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-framework/releases";>org.springframework:spring-core-test's
 releases</a>.</em></p>
   <blockquote>
   <h2>v6.2.14</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Add <code>resetCaches()</code> method to 
Caffeine/ConcurrentMapCacheManager <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35841";>#35841</a></li>
   <li>Fix single-check idiom in <code>UnmodifiableMultiValueMap</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35831";>#35831</a></li>
   <li>Fix <code>Spliterator</code> characteristics in 
<code>ConcurrentReferenceHashMap</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35828";>#35828</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>MissingPathVariableException produces wrong status code in ProblemDetail 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35856";>#35856</a></li>
   <li>Fix <code>getCacheNames()</code> concurrent access in NoOpCacheManager 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35844";>#35844</a></li>
   <li>Annotation discovery regression for interfaces extending 
<code>BeanNameAware</code> and co. <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35838";>#35838</a></li>
   <li>Fix HtmlUtils unescape for supplementary chars <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35832";>#35832</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix cross-reference links in HtmlUnit sections <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35857";>#35857</a></li>
   <li>Remove <code>@see</code> Javadoc references to deprecated 
PropertiesBeanDefinitionReader <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35854";>#35854</a></li>
   </ul>
   <h2>v6.2.13</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Support response encoding in <code>select</code> and 
<code>options</code> JSP form tags <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35783";>#35783</a></li>
   <li>Preserve Connection readOnly state for DataSource with defaultReadOnly 
configuration <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35743";>#35743</a></li>
   <li>Optimize resource URL resolution in SortedResourcesFactoryBean <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/35687";>#35687</a></li>
   <li>Relax multiple segment matching constraints in PathPattern <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/35686";>#35686</a></li>
   <li>Support wildcard pat...
   
   _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]


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

Reply via email to