Skip to content

Commit 665c76a

Browse files
Build(deps): Bump spring.version from 6.2.12 to 7.0.0 (#1473)
Bumps `spring.version` from 6.2.12 to 7.0.0. Updates `org.springframework:spring-jdbc` from 6.2.12 to 7.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spring-projects/spring-framework/releases">org.springframework:spring-jdbc's releases</a>.</em></p> <blockquote> <h2>v7.0.0</h2> <h2>:star: New Features</h2> <ul> <li>Make SessionHolder publicly accessible for external resource management <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35799">#35799</a></li> <li>RouterFunctions Builders do not support ServerResponse subtypes <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35791">#35791</a></li> <li>Configure Jackson CBOR codecs by default if present <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35787">#35787</a></li> <li>Rename <code>maxAttempts</code> to <code>maxRetries</code> in <code>@retryable</code> and <code>RetryPolicy</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35772">#35772</a></li> <li>Prevent Kotlin Serialization side effects <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35761">#35761</a></li> <li>Add default API version to the list of supported versions <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35755">#35755</a></li> <li>Improve user check in TransportHandlingSockJsService <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35753">#35753</a></li> <li>Update ApiVersionDeprecationHandler to provide access to handler <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35750">#35750</a></li> <li>Use dedicated classes for ApiVersionResolver implementations <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35747">#35747</a></li> <li>Provide AOT support for <code>@nested</code> classes in a <code>@ParameterizedClass</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35744">#35744</a></li> <li>AssertJ support for WebTestClient <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35737">#35737</a></li> <li>Reject attempt to use <code>@MockitoSpyBean</code> with a scoped proxy <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35722">#35722</a></li> <li>Provide a way to supply the client builder for an HttpServiceGroup <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35707">#35707</a></li> <li>Review HttpMessageConverters.Builder to improve readability of code using the API <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35704">#35704</a></li> <li>Configure custom Kotlin Serialization converter on HttpMessageConverters <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35733">#35733</a></li> </ul> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>Missing support for UnprocessableContent in WebClientResponseException.create(HttpStatusCode, ..) methods <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35802">#35802</a></li> <li>Relax media type checks in HttpMessageConverters <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35801">#35801</a></li> <li>Fix <code>HttpHeaders</code> and <code>WebSocketHttpHeaders</code> interop issues <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35792">#35792</a></li> <li><code>@ConcurrencyLimit</code> weird behavior when combined with <code>@async</code> and <code>@transactional</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35788">#35788</a></li> <li>buildSrc:test failing on JDKs before JDK 25 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35777">#35777</a></li> <li>Add jar validation and fix multi-release jar <a href="https://redirect.github.com/spring-projects/spring-framework/pull/35768">#35768</a></li> <li>Upgrade to JUnit 6.0.1 and prevent AOT test scanning failure for JUnit 4 tests <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35740">#35740</a></li> <li>Fix port handling in <code>HtmlUnitRequestBuilder</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35709">#35709</a></li> <li>RestTestClient.mutate() should not have side effects <a href="https://redirect.github.com/spring-projects/spring-framework/pull/35698">#35698</a></li> </ul> <h2>:notebook_with_decorative_cover: Documentation</h2> <ul> <li>Document workaround for <code>@PersistenceContext</code> and <code>@PersistenceUnit</code> in test classes in AOT <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31442">#31442</a></li> </ul> <h2>:hammer: Dependency Upgrades</h2> <ul> <li>Upgrade to Jetty 12.1.4 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35805">#35805</a></li> <li>Upgrade to Micrometer 1.16.0 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35811">#35811</a></li> <li>Upgrade to Reactor 2025.0.0 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35779">#35779</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/Sineaggi"><code>@​Sineaggi</code></a> and <a href="https://github.com/UpStreamThomas"><code>@​UpStreamThomas</code></a></p> <h2>v7.0.0-RC3</h2> <h2>:star: New Features</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spring-projects/spring-framework/commit/fe00848be255db1455f0189d9ff28661f301be36"><code>fe00848</code></a> Release v7.0.0</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/333031e64c61b4a95d1e9cdc7b175c7474328975"><code>333031e</code></a> Merge branch '6.2.x'</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/ed444eb0c1c02b8e1b20aade9dfb15f51dd0902e"><code>ed444eb</code></a> Next development version (v6.2.14-SNAPSHOT)</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/888d0f9adc9a2b2c7aa137eeb177416f00d95600"><code>888d0f9</code></a> Upgrade to Micrometer 1.16.0</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/08798e05de7828159d28530954132052d815bd05"><code>08798e0</code></a> Merge branch '6.2.x'</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/da31750e5fd91f67bdf560c645cbf2b25824cd89"><code>da31750</code></a> Upgrade to Micrometer 1.14.13</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/b853203846760c3265483de5f4caa757e8c8cc0c"><code>b853203</code></a> Upgrade to Reactor 2024.0.12</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/89e0273244b850b44c2e2dbad7d60a1e6a59439c"><code>89e0273</code></a> Fix UnprocessableContent support in WebClientResponseException</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/8c4b30a9c733b338f51ccc6945e0ce89a0dac221"><code>8c4b30a</code></a> Merge branch '6.2.x'</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/2b04df045a59ae57aedd7556eef0c785a234bc75"><code>2b04df0</code></a> Upgrade to Jetty 12.0.30</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v6.2.12...v7.0.0">compare view</a></li> </ul> </details> <br /> Updates `org.springframework:spring-test` from 6.2.12 to 7.0.0 <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.0</h2> <h2>:star: New Features</h2> <ul> <li>Make SessionHolder publicly accessible for external resource management <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35799">#35799</a></li> <li>RouterFunctions Builders do not support ServerResponse subtypes <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35791">#35791</a></li> <li>Configure Jackson CBOR codecs by default if present <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35787">#35787</a></li> <li>Rename <code>maxAttempts</code> to <code>maxRetries</code> in <code>@retryable</code> and <code>RetryPolicy</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35772">#35772</a></li> <li>Prevent Kotlin Serialization side effects <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35761">#35761</a></li> <li>Add default API version to the list of supported versions <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35755">#35755</a></li> <li>Improve user check in TransportHandlingSockJsService <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35753">#35753</a></li> <li>Update ApiVersionDeprecationHandler to provide access to handler <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35750">#35750</a></li> <li>Use dedicated classes for ApiVersionResolver implementations <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35747">#35747</a></li> <li>Provide AOT support for <code>@nested</code> classes in a <code>@ParameterizedClass</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35744">#35744</a></li> <li>AssertJ support for WebTestClient <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35737">#35737</a></li> <li>Reject attempt to use <code>@MockitoSpyBean</code> with a scoped proxy <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35722">#35722</a></li> <li>Provide a way to supply the client builder for an HttpServiceGroup <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35707">#35707</a></li> <li>Review HttpMessageConverters.Builder to improve readability of code using the API <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35704">#35704</a></li> <li>Configure custom Kotlin Serialization converter on HttpMessageConverters <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35733">#35733</a></li> </ul> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>Missing support for UnprocessableContent in WebClientResponseException.create(HttpStatusCode, ..) methods <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35802">#35802</a></li> <li>Relax media type checks in HttpMessageConverters <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35801">#35801</a></li> <li>Fix <code>HttpHeaders</code> and <code>WebSocketHttpHeaders</code> interop issues <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35792">#35792</a></li> <li><code>@ConcurrencyLimit</code> weird behavior when combined with <code>@async</code> and <code>@transactional</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35788">#35788</a></li> <li>buildSrc:test failing on JDKs before JDK 25 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35777">#35777</a></li> <li>Add jar validation and fix multi-release jar <a href="https://redirect.github.com/spring-projects/spring-framework/pull/35768">#35768</a></li> <li>Upgrade to JUnit 6.0.1 and prevent AOT test scanning failure for JUnit 4 tests <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35740">#35740</a></li> <li>Fix port handling in <code>HtmlUnitRequestBuilder</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35709">#35709</a></li> <li>RestTestClient.mutate() should not have side effects <a href="https://redirect.github.com/spring-projects/spring-framework/pull/35698">#35698</a></li> </ul> <h2>:notebook_with_decorative_cover: Documentation</h2> <ul> <li>Document workaround for <code>@PersistenceContext</code> and <code>@PersistenceUnit</code> in test classes in AOT <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31442">#31442</a></li> </ul> <h2>:hammer: Dependency Upgrades</h2> <ul> <li>Upgrade to Jetty 12.1.4 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35805">#35805</a></li> <li>Upgrade to Micrometer 1.16.0 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35811">#35811</a></li> <li>Upgrade to Reactor 2025.0.0 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35779">#35779</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/Sineaggi"><code>@​Sineaggi</code></a> and <a href="https://github.com/UpStreamThomas"><code>@​UpStreamThomas</code></a></p> <h2>v7.0.0-RC3</h2> <h2>:star: New Features</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spring-projects/spring-framework/commit/fe00848be255db1455f0189d9ff28661f301be36"><code>fe00848</code></a> Release v7.0.0</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/333031e64c61b4a95d1e9cdc7b175c7474328975"><code>333031e</code></a> Merge branch '6.2.x'</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/ed444eb0c1c02b8e1b20aade9dfb15f51dd0902e"><code>ed444eb</code></a> Next development version (v6.2.14-SNAPSHOT)</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/888d0f9adc9a2b2c7aa137eeb177416f00d95600"><code>888d0f9</code></a> Upgrade to Micrometer 1.16.0</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/08798e05de7828159d28530954132052d815bd05"><code>08798e0</code></a> Merge branch '6.2.x'</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/da31750e5fd91f67bdf560c645cbf2b25824cd89"><code>da31750</code></a> Upgrade to Micrometer 1.14.13</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/b853203846760c3265483de5f4caa757e8c8cc0c"><code>b853203</code></a> Upgrade to Reactor 2024.0.12</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/89e0273244b850b44c2e2dbad7d60a1e6a59439c"><code>89e0273</code></a> Fix UnprocessableContent support in WebClientResponseException</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/8c4b30a9c733b338f51ccc6945e0ce89a0dac221"><code>8c4b30a</code></a> Merge branch '6.2.x'</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/2b04df045a59ae57aedd7556eef0c785a234bc75"><code>2b04df0</code></a> Upgrade to Jetty 12.0.30</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v6.2.12...v7.0.0">compare view</a></li> </ul> </details> <br /> Updates `org.springframework:spring-context` from 6.2.12 to 7.0.0 <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.0</h2> <h2>:star: New Features</h2> <ul> <li>Make SessionHolder publicly accessible for external resource management <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35799">#35799</a></li> <li>RouterFunctions Builders do not support ServerResponse subtypes <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35791">#35791</a></li> <li>Configure Jackson CBOR codecs by default if present <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35787">#35787</a></li> <li>Rename <code>maxAttempts</code> to <code>maxRetries</code> in <code>@retryable</code> and <code>RetryPolicy</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35772">#35772</a></li> <li>Prevent Kotlin Serialization side effects <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35761">#35761</a></li> <li>Add default API version to the list of supported versions <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35755">#35755</a></li> <li>Improve user check in TransportHandlingSockJsService <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35753">#35753</a></li> <li>Update ApiVersionDeprecationHandler to provide access to handler <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35750">#35750</a></li> <li>Use dedicated classes for ApiVersionResolver implementations <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35747">#35747</a></li> <li>Provide AOT support for <code>@nested</code> classes in a <code>@ParameterizedClass</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35744">#35744</a></li> <li>AssertJ support for WebTestClient <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35737">#35737</a></li> <li>Reject attempt to use <code>@MockitoSpyBean</code> with a scoped proxy <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35722">#35722</a></li> <li>Provide a way to supply the client builder for an HttpServiceGroup <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35707">#35707</a></li> <li>Review HttpMessageConverters.Builder to improve readability of code using the API <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35704">#35704</a></li> <li>Configure custom Kotlin Serialization converter on HttpMessageConverters <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35733">#35733</a></li> </ul> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>Missing support for UnprocessableContent in WebClientResponseException.create(HttpStatusCode, ..) methods <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35802">#35802</a></li> <li>Relax media type checks in HttpMessageConverters <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35801">#35801</a></li> <li>Fix <code>HttpHeaders</code> and <code>WebSocketHttpHeaders</code> interop issues <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35792">#35792</a></li> <li><code>@ConcurrencyLimit</code> weird behavior when combined with <code>@async</code> and <code>@transactional</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35788">#35788</a></li> <li>buildSrc:test failing on JDKs before JDK 25 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35777">#35777</a></li> <li>Add jar validation and fix multi-release jar <a href="https://redirect.github.com/spring-projects/spring-framework/pull/35768">#35768</a></li> <li>Upgrade to JUnit 6.0.1 and prevent AOT test scanning failure for JUnit 4 tests <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35740">#35740</a></li> <li>Fix port handling in <code>HtmlUnitRequestBuilder</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35709">#35709</a></li> <li>RestTestClient.mutate() should not have side effects <a href="https://redirect.github.com/spring-projects/spring-framework/pull/35698">#35698</a></li> </ul> <h2>:notebook_with_decorative_cover: Documentation</h2> <ul> <li>Document workaround for <code>@PersistenceContext</code> and <code>@PersistenceUnit</code> in test classes in AOT <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31442">#31442</a></li> </ul> <h2>:hammer: Dependency Upgrades</h2> <ul> <li>Upgrade to Jetty 12.1.4 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35805">#35805</a></li> <li>Upgrade to Micrometer 1.16.0 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35811">#35811</a></li> <li>Upgrade to Reactor 2025.0.0 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35779">#35779</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/Sineaggi"><code>@​Sineaggi</code></a> and <a href="https://github.com/UpStreamThomas"><code>@​UpStreamThomas</code></a></p> <h2>v7.0.0-RC3</h2> <h2>:star: New Features</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spring-projects/spring-framework/commit/fe00848be255db1455f0189d9ff28661f301be36"><code>fe00848</code></a> Release v7.0.0</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/333031e64c61b4a95d1e9cdc7b175c7474328975"><code>333031e</code></a> Merge branch '6.2.x'</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/ed444eb0c1c02b8e1b20aade9dfb15f51dd0902e"><code>ed444eb</code></a> Next development version (v6.2.14-SNAPSHOT)</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/888d0f9adc9a2b2c7aa137eeb177416f00d95600"><code>888d0f9</code></a> Upgrade to Micrometer 1.16.0</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/08798e05de7828159d28530954132052d815bd05"><code>08798e0</code></a> Merge branch '6.2.x'</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/da31750e5fd91f67bdf560c645cbf2b25824cd89"><code>da31750</code></a> Upgrade to Micrometer 1.14.13</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/b853203846760c3265483de5f4caa757e8c8cc0c"><code>b853203</code></a> Upgrade to Reactor 2024.0.12</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/89e0273244b850b44c2e2dbad7d60a1e6a59439c"><code>89e0273</code></a> Fix UnprocessableContent support in WebClientResponseException</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/8c4b30a9c733b338f51ccc6945e0ce89a0dac221"><code>8c4b30a</code></a> Merge branch '6.2.x'</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/2b04df045a59ae57aedd7556eef0c785a234bc75"><code>2b04df0</code></a> Upgrade to Jetty 12.0.30</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v6.2.12...v7.0.0">compare view</a></li> </ul> </details> <br /> Updates `org.springframework:spring-aop` from 6.2.12 to 7.0.0 <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>v7.0.0</h2> <h2>:star: New Features</h2> <ul> <li>Make SessionHolder publicly accessible for external resource management <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35799">#35799</a></li> <li>RouterFunctions Builders do not support ServerResponse subtypes <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35791">#35791</a></li> <li>Configure Jackson CBOR codecs by default if present <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35787">#35787</a></li> <li>Rename <code>maxAttempts</code> to <code>maxRetries</code> in <code>@retryable</code> and <code>RetryPolicy</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35772">#35772</a></li> <li>Prevent Kotlin Serialization side effects <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35761">#35761</a></li> <li>Add default API version to the list of supported versions <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35755">#35755</a></li> <li>Improve user check in TransportHandlingSockJsService <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35753">#35753</a></li> <li>Update ApiVersionDeprecationHandler to provide access to handler <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35750">#35750</a></li> <li>Use dedicated classes for ApiVersionResolver implementations <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35747">#35747</a></li> <li>Provide AOT support for <code>@nested</code> classes in a <code>@ParameterizedClass</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35744">#35744</a></li> <li>AssertJ support for WebTestClient <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35737">#35737</a></li> <li>Reject attempt to use <code>@MockitoSpyBean</code> with a scoped proxy <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35722">#35722</a></li> <li>Provide a way to supply the client builder for an HttpServiceGroup <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35707">#35707</a></li> <li>Review HttpMessageConverters.Builder to improve readability of code using the API <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35704">#35704</a></li> <li>Configure custom Kotlin Serialization converter on HttpMessageConverters <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35733">#35733</a></li> </ul> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>Missing support for UnprocessableContent in WebClientResponseException.create(HttpStatusCode, ..) methods <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35802">#35802</a></li> <li>Relax media type checks in HttpMessageConverters <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35801">#35801</a></li> <li>Fix <code>HttpHeaders</code> and <code>WebSocketHttpHeaders</code> interop issues <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35792">#35792</a></li> <li><code>@ConcurrencyLimit</code> weird behavior when combined with <code>@async</code> and <code>@transactional</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35788">#35788</a></li> <li>buildSrc:test failing on JDKs before JDK 25 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35777">#35777</a></li> <li>Add jar validation and fix multi-release jar <a href="https://redirect.github.com/spring-projects/spring-framework/pull/35768">#35768</a></li> <li>Upgrade to JUnit 6.0.1 and prevent AOT test scanning failure for JUnit 4 tests <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35740">#35740</a></li> <li>Fix port handling in <code>HtmlUnitRequestBuilder</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35709">#35709</a></li> <li>RestTestClient.mutate() should not have side effects <a href="https://redirect.github.com/spring-projects/spring-framework/pull/35698">#35698</a></li> </ul> <h2>:notebook_with_decorative_cover: Documentation</h2> <ul> <li>Document workaround for <code>@PersistenceContext</code> and <code>@PersistenceUnit</code> in test classes in AOT <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31442">#31442</a></li> </ul> <h2>:hammer: Dependency Upgrades</h2> <ul> <li>Upgrade to Jetty 12.1.4 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35805">#35805</a></li> <li>Upgrade to Micrometer 1.16.0 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35811">#35811</a></li> <li>Upgrade to Reactor 2025.0.0 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35779">#35779</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/Sineaggi"><code>@​Sineaggi</code></a> and <a href="https://github.com/UpStreamThomas"><code>@​UpStreamThomas</code></a></p> <h2>v7.0.0-RC3</h2> <h2>:star: New Features</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spring-projects/spring-framework/commit/fe00848be255db1455f0189d9ff28661f301be36"><code>fe00848</code></a> Release v7.0.0</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/333031e64c61b4a95d1e9cdc7b175c7474328975"><code>333031e</code></a> Merge branch '6.2.x'</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/ed444eb0c1c02b8e1b20aade9dfb15f51dd0902e"><code>ed444eb</code></a> Next development version (v6.2.14-SNAPSHOT)</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/888d0f9adc9a2b2c7aa137eeb177416f00d95600"><code>888d0f9</code></a> Upgrade to Micrometer 1.16.0</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/08798e05de7828159d28530954132052d815bd05"><code>08798e0</code></a> Merge branch '6.2.x'</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/da31750e5fd91f67bdf560c645cbf2b25824cd89"><code>da31750</code></a> Upgrade to Micrometer 1.14.13</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/b853203846760c3265483de5f4caa757e8c8cc0c"><code>b853203</code></a> Upgrade to Reactor 2024.0.12</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/89e0273244b850b44c2e2dbad7d60a1e6a59439c"><code>89e0273</code></a> Fix UnprocessableContent support in WebClientResponseException</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/8c4b30a9c733b338f51ccc6945e0ce89a0dac221"><code>8c4b30a</code></a> Merge branch '6.2.x'</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/2b04df045a59ae57aedd7556eef0c785a234bc75"><code>2b04df0</code></a> Upgrade to Jetty 12.0.30</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v6.2.12...v7.0.0">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>
2 parents f996011 + 13b69a4 commit 665c76a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
<ecj.version>3.43.0</ecj.version>
9898
<jdo.version>3.2.1</jdo.version>
9999
<springboot.version>3.5.7</springboot.version>
100-
<spring.version>6.2.12</spring.version>
100+
<spring.version>7.0.0</spring.version>
101101

102102
<!-- SQL deps -->
103103
<db2.version>12.1.3.0</db2.version>

0 commit comments

Comments
 (0)