dependabot[bot] opened a new pull request, #1051: URL: https://github.com/apache/axis-axis2-java-core/pull/1051
Bumps `spring.version` from 7.0.0 to 7.0.1. Updates `org.springframework:spring-core` from 7.0.0 to 7.0.1 <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>v7.0.1</h2> <h2>:star: New Features</h2> <ul> <li>Align <code>RestOperations</code> Kotlin extensions nullability with Java one <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35852">#35852</a></li> <li>Add <code>resetCaches()</code> method to Caffeine/ConcurrentMapCacheManager <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35840">#35840</a></li> <li>Fix single-check idiom in <code>UnmodifiableMultiValueMap</code> <a href="https://redirect.github.com/spring-projects/spring-framework/pull/35822">#35822</a></li> <li>Fix <code>Spliterator</code> characteristics in <code>ConcurrentReferenceHashMap</code> <a href="https://redirect.github.com/spring-projects/spring-framework/pull/35817">#35817</a></li> <li>RestTestClient does not configure JsonPathAssertions in the same way as WebTestClient <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35793">#35793</a></li> </ul> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>Fix <code>JdbcOperations </code> Kotlin extensions <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35846">#35846</a></li> <li>Fix <code>getCacheNames()</code> concurrent access in NoOpCacheManager <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35842">#35842</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/35835">#35835</a></li> <li>MissingPathVariableException produces wrong status code in ProblemDetail <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35829">#35829</a></li> <li>Refine <code>ParameterizedPreparedStatementSetter</code> nullability <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35749">#35749</a></li> <li>Fix HtmlUtils unescape for supplementary chars <a href="https://redirect.github.com/spring-projects/spring-framework/pull/35477">#35477</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/pull/35853">#35853</a></li> <li>Remove <code>@see</code> Javadoc references to deprecated PropertiesBeanDefinitionReader <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35836">#35836</a></li> <li>Replace <code>kotlin-issues</code> attribute reference <a href="https://redirect.github.com/spring-projects/spring-framework/pull/35820">#35820</a></li> <li>Document semantics and behavior of <code>SpringExtension.getApplicationContext()</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35764">#35764</a></li> </ul> <h2>:heart: Contributors</h2> <p>Thank you to all the contributors who worked on this release:</p> <p><a href="https://github.com/juntae6942"><code>@juntae6942</code></a>, <a href="https://github.com/kilink"><code>@kilink</code></a>, <a href="https://github.com/ngocnhan-tran1996"><code>@ngocnhan-tran1996</code></a>, and <a href="https://github.com/quaff"><code>@quaff</code></a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spring-projects/spring-framework/commit/b038beb85490c8a80711b1a6c8cfffbb21276b3e"><code>b038beb</code></a> Release v7.0.1</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/abec289e9f7284c657b8762d0d5fdee6ea89e6da"><code>abec289</code></a> Stop mentioning non-existent NestedServletException</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/3026f0a49badf4c235df9dd1c756e771c6b8f303"><code>3026f0a</code></a> Lazily initialize ProblemDetail for picking up actual status code</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/9fe4e7798d77123119efa4cb502d611d078f049f"><code>9fe4e77</code></a> Fix link to MockMvc test in HtmlUnit section</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/d178930186c630d4df858cf87b098b63d69084c8"><code>d178930</code></a> Polishing</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/91d2a51f3f3d766db1e9e7e0d0141a970c7b1e15"><code>91d2a51</code></a> Fix cross-reference links in HtmlUnit sections</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/f456674529a24bc0f9585855874c97f84fad2232"><code>f456674</code></a> Polishing</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/35b8fbf90110d4705a9661cf64caa734592dc5c0"><code>35b8fbf</code></a> Remove javadoc references to deprecated PropertiesBeanDefinitionReader</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/1d1851f48aa998dc200ff302fac7cd19bc8ff766"><code>1d1851f</code></a> Refine RestOperations Kotlin extensions nullability</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/23f0cfb9256a823b7e758ec4fc08daf873d9ccc1"><code>23f0cfb</code></a> Fix JdbcOperations Kotlin extensions</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v7.0.0...v7.0.1">compare view</a></li> </ul> </details> <br /> Updates `org.springframework:spring-beans` from 7.0.0 to 7.0.1 <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>v7.0.1</h2> <h2>:star: New Features</h2> <ul> <li>Align <code>RestOperations</code> Kotlin extensions nullability with Java one <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35852">#35852</a></li> <li>Add <code>resetCaches()</code> method to Caffeine/ConcurrentMapCacheManager <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35840">#35840</a></li> <li>Fix single-check idiom in <code>UnmodifiableMultiValueMap</code> <a href="https://redirect.github.com/spring-projects/spring-framework/pull/35822">#35822</a></li> <li>Fix <code>Spliterator</code> characteristics in <code>ConcurrentReferenceHashMap</code> <a href="https://redirect.github.com/spring-projects/spring-framework/pull/35817">#35817</a></li> <li>RestTestClient does not configure JsonPathAssertions in the same way as WebTestClient <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35793">#35793</a></li> </ul> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>Fix <code>JdbcOperations </code> Kotlin extensions <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35846">#35846</a></li> <li>Fix <code>getCacheNames()</code> concurrent access in NoOpCacheManager <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35842">#35842</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/35835">#35835</a></li> <li>MissingPathVariableException produces wrong status code in ProblemDetail <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35829">#35829</a></li> <li>Refine <code>ParameterizedPreparedStatementSetter</code> nullability <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35749">#35749</a></li> <li>Fix HtmlUtils unescape for supplementary chars <a href="https://redirect.github.com/spring-projects/spring-framework/pull/35477">#35477</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/pull/35853">#35853</a></li> <li>Remove <code>@see</code> Javadoc references to deprecated PropertiesBeanDefinitionReader <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35836">#35836</a></li> <li>Replace <code>kotlin-issues</code> attribute reference <a href="https://redirect.github.com/spring-projects/spring-framework/pull/35820">#35820</a></li> <li>Document semantics and behavior of <code>SpringExtension.getApplicationContext()</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35764">#35764</a></li> </ul> <h2>:heart: Contributors</h2> <p>Thank you to all the contributors who worked on this release:</p> <p><a href="https://github.com/juntae6942"><code>@juntae6942</code></a>, <a href="https://github.com/kilink"><code>@kilink</code></a>, <a href="https://github.com/ngocnhan-tran1996"><code>@ngocnhan-tran1996</code></a>, and <a href="https://github.com/quaff"><code>@quaff</code></a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spring-projects/spring-framework/commit/b038beb85490c8a80711b1a6c8cfffbb21276b3e"><code>b038beb</code></a> Release v7.0.1</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/abec289e9f7284c657b8762d0d5fdee6ea89e6da"><code>abec289</code></a> Stop mentioning non-existent NestedServletException</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/3026f0a49badf4c235df9dd1c756e771c6b8f303"><code>3026f0a</code></a> Lazily initialize ProblemDetail for picking up actual status code</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/9fe4e7798d77123119efa4cb502d611d078f049f"><code>9fe4e77</code></a> Fix link to MockMvc test in HtmlUnit section</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/d178930186c630d4df858cf87b098b63d69084c8"><code>d178930</code></a> Polishing</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/91d2a51f3f3d766db1e9e7e0d0141a970c7b1e15"><code>91d2a51</code></a> Fix cross-reference links in HtmlUnit sections</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/f456674529a24bc0f9585855874c97f84fad2232"><code>f456674</code></a> Polishing</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/35b8fbf90110d4705a9661cf64caa734592dc5c0"><code>35b8fbf</code></a> Remove javadoc references to deprecated PropertiesBeanDefinitionReader</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/1d1851f48aa998dc200ff302fac7cd19bc8ff766"><code>1d1851f</code></a> Refine RestOperations Kotlin extensions nullability</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/23f0cfb9256a823b7e758ec4fc08daf873d9ccc1"><code>23f0cfb</code></a> Fix JdbcOperations Kotlin extensions</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v7.0.0...v7.0.1">compare view</a></li> </ul> </details> <br /> Updates `org.springframework:spring-context` from 7.0.0 to 7.0.1 <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>v7.0.1</h2> <h2>:star: New Features</h2> <ul> <li>Align <code>RestOperations</code> Kotlin extensions nullability with Java one <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35852">#35852</a></li> <li>Add <code>resetCaches()</code> method to Caffeine/ConcurrentMapCacheManager <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35840">#35840</a></li> <li>Fix single-check idiom in <code>UnmodifiableMultiValueMap</code> <a href="https://redirect.github.com/spring-projects/spring-framework/pull/35822">#35822</a></li> <li>Fix <code>Spliterator</code> characteristics in <code>ConcurrentReferenceHashMap</code> <a href="https://redirect.github.com/spring-projects/spring-framework/pull/35817">#35817</a></li> <li>RestTestClient does not configure JsonPathAssertions in the same way as WebTestClient <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35793">#35793</a></li> </ul> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>Fix <code>JdbcOperations </code> Kotlin extensions <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35846">#35846</a></li> <li>Fix <code>getCacheNames()</code> concurrent access in NoOpCacheManager <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35842">#35842</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/35835">#35835</a></li> <li>MissingPathVariableException produces wrong status code in ProblemDetail <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35829">#35829</a></li> <li>Refine <code>ParameterizedPreparedStatementSetter</code> nullability <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35749">#35749</a></li> <li>Fix HtmlUtils unescape for supplementary chars <a href="https://redirect.github.com/spring-projects/spring-framework/pull/35477">#35477</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/pull/35853">#35853</a></li> <li>Remove <code>@see</code> Javadoc references to deprecated PropertiesBeanDefinitionReader <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35836">#35836</a></li> <li>Replace <code>kotlin-issues</code> attribute reference <a href="https://redirect.github.com/spring-projects/spring-framework/pull/35820">#35820</a></li> <li>Document semantics and behavior of <code>SpringExtension.getApplicationContext()</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35764">#35764</a></li> </ul> <h2>:heart: Contributors</h2> <p>Thank you to all the contributors who worked on this release:</p> <p><a href="https://github.com/juntae6942"><code>@juntae6942</code></a>, <a href="https://github.com/kilink"><code>@kilink</code></a>, <a href="https://github.com/ngocnhan-tran1996"><code>@ngocnhan-tran1996</code></a>, and <a href="https://github.com/quaff"><code>@quaff</code></a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spring-projects/spring-framework/commit/b038beb85490c8a80711b1a6c8cfffbb21276b3e"><code>b038beb</code></a> Release v7.0.1</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/abec289e9f7284c657b8762d0d5fdee6ea89e6da"><code>abec289</code></a> Stop mentioning non-existent NestedServletException</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/3026f0a49badf4c235df9dd1c756e771c6b8f303"><code>3026f0a</code></a> Lazily initialize ProblemDetail for picking up actual status code</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/9fe4e7798d77123119efa4cb502d611d078f049f"><code>9fe4e77</code></a> Fix link to MockMvc test in HtmlUnit section</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/d178930186c630d4df858cf87b098b63d69084c8"><code>d178930</code></a> Polishing</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/91d2a51f3f3d766db1e9e7e0d0141a970c7b1e15"><code>91d2a51</code></a> Fix cross-reference links in HtmlUnit sections</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/f456674529a24bc0f9585855874c97f84fad2232"><code>f456674</code></a> Polishing</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/35b8fbf90110d4705a9661cf64caa734592dc5c0"><code>35b8fbf</code></a> Remove javadoc references to deprecated PropertiesBeanDefinitionReader</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/1d1851f48aa998dc200ff302fac7cd19bc8ff766"><code>1d1851f</code></a> Refine RestOperations Kotlin extensions nullability</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/23f0cfb9256a823b7e758ec4fc08daf873d9ccc1"><code>23f0cfb</code></a> Fix JdbcOperations Kotlin extensions</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v7.0.0...v7.0.1">compare view</a></li> </ul> </details> <br /> Updates `org.springframework:spring-web` from 7.0.0 to 7.0.1 <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>v7.0.1</h2> <h2>:star: New Features</h2> <ul> <li>Align <code>RestOperations</code> Kotlin extensions nullability with Java one <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35852">#35852</a></li> <li>Add <code>resetCaches()</code> method to Caffeine/ConcurrentMapCacheManager <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35840">#35840</a></li> <li>Fix single-check idiom in <code>UnmodifiableMultiValueMap</code> <a href="https://redirect.github.com/spring-projects/spring-framework/pull/35822">#35822</a></li> <li>Fix <code>Spliterator</code> characteristics in <code>ConcurrentReferenceHashMap</code> <a href="https://redirect.github.com/spring-projects/spring-framework/pull/35817">#35817</a></li> <li>RestTestClient does not configure JsonPathAssertions in the same way as WebTestClient <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35793">#35793</a></li> </ul> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>Fix <code>JdbcOperations </code> Kotlin extensions <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35846">#35846</a></li> <li>Fix <code>getCacheNames()</code> concurrent access in NoOpCacheManager <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35842">#35842</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/35835">#35835</a></li> <li>MissingPathVariableException produces wrong status code in ProblemDetail <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35829">#35829</a></li> <li>Refine <code>ParameterizedPreparedStatementSetter</code> nullability <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35749">#35749</a></li> <li>Fix HtmlUtils unescape for supplementary chars <a href="https://redirect.github.com/spring-projects/spring-framework/pull/35477">#35477</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/pull/35853">#35853</a></li> <li>Remove <code>@see</code> Javadoc references to deprecated PropertiesBeanDefinitionReader <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35836">#35836</a></li> <li>Replace <code>kotlin-issues</code> attribute reference <a href="https://redirect.github.com/spring-projects/spring-framework/pull/35820">#35820</a></li> <li>Document semantics and behavior of <code>SpringExtension.getApplicationContext()</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35764">#35764</a></li> </ul> <h2>:heart: Contributors</h2> <p>Thank you to all the contributors who worked on this release:</p> <p><a href="https://github.com/juntae6942"><code>@juntae6942</code></a>, <a href="https://github.com/kilink"><code>@kilink</code></a>, <a href="https://github.com/ngocnhan-tran1996"><code>@ngocnhan-tran1996</code></a>, and <a href="https://github.com/quaff"><code>@quaff</code></a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spring-projects/spring-framework/commit/b038beb85490c8a80711b1a6c8cfffbb21276b3e"><code>b038beb</code></a> Release v7.0.1</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/abec289e9f7284c657b8762d0d5fdee6ea89e6da"><code>abec289</code></a> Stop mentioning non-existent NestedServletException</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/3026f0a49badf4c235df9dd1c756e771c6b8f303"><code>3026f0a</code></a> Lazily initialize ProblemDetail for picking up actual status code</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/9fe4e7798d77123119efa4cb502d611d078f049f"><code>9fe4e77</code></a> Fix link to MockMvc test in HtmlUnit section</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/d178930186c630d4df858cf87b098b63d69084c8"><code>d178930</code></a> Polishing</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/91d2a51f3f3d766db1e9e7e0d0141a970c7b1e15"><code>91d2a51</code></a> Fix cross-reference links in HtmlUnit sections</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/f456674529a24bc0f9585855874c97f84fad2232"><code>f456674</code></a> Polishing</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/35b8fbf90110d4705a9661cf64caa734592dc5c0"><code>35b8fbf</code></a> Remove javadoc references to deprecated PropertiesBeanDefinitionReader</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/1d1851f48aa998dc200ff302fac7cd19bc8ff766"><code>1d1851f</code></a> Refine RestOperations Kotlin extensions nullability</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/23f0cfb9256a823b7e758ec4fc08daf873d9ccc1"><code>23f0cfb</code></a> Fix JdbcOperations Kotlin extensions</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v7.0.0...v7.0.1">compare view</a></li> </ul> </details> <br /> Updates `org.springframework:spring-test` from 7.0.0 to 7.0.1 <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>v7.0.1</h2> <h2>:star: New Features</h2> <ul> <li>Align <code>RestOperations</code> Kotlin extensions nullability with Java one <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35852">#35852</a></li> <li>Add <code>resetCaches()</code> method to Caffeine/ConcurrentMapCacheManager <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35840">#35840</a></li> <li>Fix single-check idiom in <code>UnmodifiableMultiValueMap</code> <a href="https://redirect.github.com/spring-projects/spring-framework/pull/35822">#35822</a></li> <li>Fix <code>Spliterator</code> characteristics in <code>ConcurrentReferenceHashMap</code> <a href="https://redirect.github.com/spring-projects/spring-framework/pull/35817">#35817</a></li> <li>RestTestClient does not configure JsonPathAssertions in the same way as WebTestClient <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35793">#35793</a></li> </ul> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>Fix <code>JdbcOperations </code> Kotlin extensions <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35846">#35846</a></li> <li>Fix <code>getCacheNames()</code> concurrent access in NoOpCacheManager <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35842">#35842</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/35835">#35835</a></li> <li>MissingPathVariableException produces wrong status code in ProblemDetail <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35829">#35829</a></li> <li>Refine <code>ParameterizedPreparedStatementSetter</code> nullability <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35749">#35749</a></li> <li>Fix HtmlUtils unescape for supplementary chars <a href="https://redirect.github.com/spring-projects/spring-framework/pull/35477">#35477</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/pull/35853">#35853</a></li> <li>Remove <code>@see</code> Javadoc references to deprecated PropertiesBeanDefinitionReader <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35836">#35836</a></li> <li>Replace <code>kotlin-issues</code> attribute reference <a href="https://redirect.github.com/spring-projects/spring-framework/pull/35820">#35820</a></li> <li>Document semantics and behavior of <code>SpringExtension.getApplicationContext()</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35764">#35764</a></li> </ul> <h2>:heart: Contributors</h2> <p>Thank you to all the contributors who worked on this release:</p> <p><a href="https://github.com/juntae6942"><code>@juntae6942</code></a>, <a href="https://github.com/kilink"><code>@kilink</code></a>, <a href="https://github.com/ngocnhan-tran1996"><code>@ngocnhan-tran1996</code></a>, and <a href="https://github.com/quaff"><code>@quaff</code></a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spring-projects/spring-framework/commit/b038beb85490c8a80711b1a6c8cfffbb21276b3e"><code>b038beb</code></a> Release v7.0.1</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/abec289e9f7284c657b8762d0d5fdee6ea89e6da"><code>abec289</code></a> Stop mentioning non-existent NestedServletException</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/3026f0a49badf4c235df9dd1c756e771c6b8f303"><code>3026f0a</code></a> Lazily initialize ProblemDetail for picking up actual status code</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/9fe4e7798d77123119efa4cb502d611d078f049f"><code>9fe4e77</code></a> Fix link to MockMvc test in HtmlUnit section</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/d178930186c630d4df858cf87b098b63d69084c8"><code>d178930</code></a> Polishing</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/91d2a51f3f3d766db1e9e7e0d0141a970c7b1e15"><code>91d2a51</code></a> Fix cross-reference links in HtmlUnit sections</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/f456674529a24bc0f9585855874c97f84fad2232"><code>f456674</code></a> Polishing</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/35b8fbf90110d4705a9661cf64caa734592dc5c0"><code>35b8fbf</code></a> Remove javadoc references to deprecated PropertiesBeanDefinitionReader</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/1d1851f48aa998dc200ff302fac7cd19bc8ff766"><code>1d1851f</code></a> Refine RestOperations Kotlin extensions nullability</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/23f0cfb9256a823b7e758ec4fc08daf873d9ccc1"><code>23f0cfb</code></a> Fix JdbcOperations Kotlin extensions</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v7.0.0...v7.0.1">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [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]
