-
-
Notifications
You must be signed in to change notification settings - Fork 73
Commit 7a736f0
authored
Bump spring.version from 6.1.14 to 6.2.0 (#681)
Bumps `spring.version` from 6.1.14 to 6.2.0.
Updates `org.springframework:spring-jdbc` from 6.1.14 to 6.2.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>v6.2.0</h2>
<h2>:star: New Features</h2>
<ul>
<li>Update UndertowHttpHandlerAdapter to dispatch <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33885">#33885</a></li>
<li>Refine <code>@contract</code> Javadoc to mention <code>this</code>
and <code>new</code> return values <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33849">#33849</a></li>
<li>AOT processing for bean validation does not consider cascaded and
container element constraints <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33842">#33842</a></li>
<li>Avoid repeated resolving of singleton beans through
<code>@lazy</code> proxy <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33841">#33841</a></li>
<li>Regiser runtime hints for <code>@testbean</code> fully-qualified
method names <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33836">#33836</a></li>
<li>Introduce support for custom reason in
<code>@DisabledInAotMode</code> <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33833">#33833</a></li>
<li>Use optimistic locking where possible in
<code>ResponseBodyEmitter</code> <a
href="https://redirect.github.com/spring-projects/spring-framework/pull/33831">#33831</a></li>
<li>Revise cookies support with Apache HTTP Components in WebClient and
WebTestClient <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33822">#33822</a></li>
<li>Remove the <code>pure</code> attribute from <code>@contract</code>
<a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33820">#33820</a></li>
<li>Introduce <code>@CheckReturnValue</code> annotation <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33818">#33818</a></li>
<li>ResourceHttpRequestHandler throwing IllegalArgumentException if
resource doesn't end with slash breaks some third-party libraris <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33815">#33815</a></li>
<li>Provide first-class virtual thread option on
<code>ThreadPoolTaskExecutor</code>/<code>ThreadPoolTaskScheduler</code>
<a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33807">#33807</a></li>
<li><code>HttpServiceProxyFactory</code> should omit optional
<code>@RequestParam</code> if converted from <code>null</code> to empty
string <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33794">#33794</a></li>
<li>Reactor Netty response should not buffer the full response <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33781">#33781</a></li>
<li>Relax the visibility of MockMVC DSL constructors <a
href="https://redirect.github.com/spring-projects/spring-framework/pull/33778">#33778</a></li>
<li>Support Publisher to InputStream conversion <a
href="https://redirect.github.com/spring-projects/spring-framework/pull/31677">#31677</a></li>
</ul>
<h2>:lady_beetle: Bug Fixes</h2>
<ul>
<li><code>MockReset</code> should be honored without
<code>@mockito[Spy]Bean</code> fields <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33829">#33829</a></li>
<li>Test Bean Overrides do not honor <code>@primary</code> semantics <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33819">#33819</a></li>
<li>Bean Overrides cannot reliably override beans created by a
<code>FactoryBean</code> with generics <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33811">#33811</a></li>
<li>Bean Overrides for certain <code>FactoryBean</code> use cases no
longer work <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33800">#33800</a></li>
<li><code>@MockitoBean</code>, <code>@MockitoSpyBean</code>, &
<code>@testbean</code> do not work with <code>@DirtiesContext</code>
"before method" modes <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33783">#33783</a></li>
<li>Deprecate exchangeTimeout and refactor readTimeout in
ReactorClientHttpRequestFactory <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33782">#33782</a></li>
</ul>
<h2>:notebook_with_decorative_cover: Documentation</h2>
<ul>
<li>Revise documentation for SpEL <code>PropertyAccessor</code> and
<code>IndexAccessor</code> APIs regarding ordering <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33862">#33862</a></li>
<li>Document UrlHandler Servlet and reactive filters <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33784">#33784</a></li>
<li>Improve documentation for <code>SpelCompilerMode</code> <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33223">#33223</a></li>
</ul>
<h2>:hammer: Dependency Upgrades</h2>
<ul>
<li>Upgrade to ASM 9.7.1 (for early Java 24 support) <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33821">#33821</a></li>
<li>Upgrade to Micrometer 1.14.0 <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33876">#33876</a></li>
<li>Upgrade to Reactor 2024.0.0 <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33878">#33878</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/Hejow"><code>@Hejow</code></a>, <a
href="https://github.com/OlegDokuka"><code>@OlegDokuka</code></a>, and
<a href="https://github.com/lucky8987"><code>@lucky8987</code></a></p>
<h2>v6.2.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/5024bb72279188f1d0dcfe19e8abdd4bdb9887c8"><code>5024bb7</code></a>
Release v6.2.0</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/35b452b458cd80ef6afd8c77dec0e0aa20dec755"><code>35b452b</code></a>
Upgrade to Undertow 2.3.18.Final, dispatch in
UndertowHttpHandlerAdapter</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/56525da43ab3d9b3fb7cea9fa551cf8999f524bb"><code>56525da</code></a>
Merge branch '6.1.x'</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/5145cf476f531f3daf2055f024a22c7f82377ec9"><code>5145cf4</code></a>
Next development version (v6.1.16-SNAPSHOT)</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/d4f8b5d820d6af0c2e8d671fc45dd8f6f147947a"><code>d4f8b5d</code></a>
Merge branch '6.1.x'</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/6cb41dc5e39cd1f4f1da7808c1191c94cb11f43e"><code>6cb41dc</code></a>
Upgrade to Netty 4.1.115</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/cca245020d31ac64acd5e3f11af0652b12198b16"><code>cca2450</code></a>
Improve documentation for SpelCompilerMode</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/de8a94f30de97b59db534fba09ded07c14715414"><code>de8a94f</code></a>
Do not set up CookieStore in Apache connector</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/973d81576391f1f552f3d36f5d1e489d01deb70c"><code>973d815</code></a>
Merge branch '6.1.x'</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/1e95332f627f570ac06c0822abe43848b067fec1"><code>1e95332</code></a>
Fix link to "Resources" section in reference guide</li>
<li>Additional commits viewable in <a
href="https://github.com/spring-projects/spring-framework/compare/v6.1.14...v6.2.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `org.springframework:spring-test` from 6.1.14 to 6.2.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>v6.2.0</h2>
<h2>:star: New Features</h2>
<ul>
<li>Update UndertowHttpHandlerAdapter to dispatch <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33885">#33885</a></li>
<li>Refine <code>@contract</code> Javadoc to mention <code>this</code>
and <code>new</code> return values <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33849">#33849</a></li>
<li>AOT processing for bean validation does not consider cascaded and
container element constraints <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33842">#33842</a></li>
<li>Avoid repeated resolving of singleton beans through
<code>@lazy</code> proxy <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33841">#33841</a></li>
<li>Regiser runtime hints for <code>@testbean</code> fully-qualified
method names <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33836">#33836</a></li>
<li>Introduce support for custom reason in
<code>@DisabledInAotMode</code> <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33833">#33833</a></li>
<li>Use optimistic locking where possible in
<code>ResponseBodyEmitter</code> <a
href="https://redirect.github.com/spring-projects/spring-framework/pull/33831">#33831</a></li>
<li>Revise cookies support with Apache HTTP Components in WebClient and
WebTestClient <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33822">#33822</a></li>
<li>Remove the <code>pure</code> attribute from <code>@contract</code>
<a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33820">#33820</a></li>
<li>Introduce <code>@CheckReturnValue</code> annotation <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33818">#33818</a></li>
<li>ResourceHttpRequestHandler throwing IllegalArgumentException if
resource doesn't end with slash breaks some third-party libraris <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33815">#33815</a></li>
<li>Provide first-class virtual thread option on
<code>ThreadPoolTaskExecutor</code>/<code>ThreadPoolTaskScheduler</code>
<a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33807">#33807</a></li>
<li><code>HttpServiceProxyFactory</code> should omit optional
<code>@RequestParam</code> if converted from <code>null</code> to empty
string <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33794">#33794</a></li>
<li>Reactor Netty response should not buffer the full response <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33781">#33781</a></li>
<li>Relax the visibility of MockMVC DSL constructors <a
href="https://redirect.github.com/spring-projects/spring-framework/pull/33778">#33778</a></li>
<li>Support Publisher to InputStream conversion <a
href="https://redirect.github.com/spring-projects/spring-framework/pull/31677">#31677</a></li>
</ul>
<h2>:lady_beetle: Bug Fixes</h2>
<ul>
<li><code>MockReset</code> should be honored without
<code>@mockito[Spy]Bean</code> fields <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33829">#33829</a></li>
<li>Test Bean Overrides do not honor <code>@primary</code> semantics <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33819">#33819</a></li>
<li>Bean Overrides cannot reliably override beans created by a
<code>FactoryBean</code> with generics <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33811">#33811</a></li>
<li>Bean Overrides for certain <code>FactoryBean</code> use cases no
longer work <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33800">#33800</a></li>
<li><code>@MockitoBean</code>, <code>@MockitoSpyBean</code>, &
<code>@testbean</code> do not work with <code>@DirtiesContext</code>
"before method" modes <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33783">#33783</a></li>
<li>Deprecate exchangeTimeout and refactor readTimeout in
ReactorClientHttpRequestFactory <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33782">#33782</a></li>
</ul>
<h2>:notebook_with_decorative_cover: Documentation</h2>
<ul>
<li>Revise documentation for SpEL <code>PropertyAccessor</code> and
<code>IndexAccessor</code> APIs regarding ordering <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33862">#33862</a></li>
<li>Document UrlHandler Servlet and reactive filters <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33784">#33784</a></li>
<li>Improve documentation for <code>SpelCompilerMode</code> <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33223">#33223</a></li>
</ul>
<h2>:hammer: Dependency Upgrades</h2>
<ul>
<li>Upgrade to ASM 9.7.1 (for early Java 24 support) <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33821">#33821</a></li>
<li>Upgrade to Micrometer 1.14.0 <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33876">#33876</a></li>
<li>Upgrade to Reactor 2024.0.0 <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33878">#33878</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/Hejow"><code>@Hejow</code></a>, <a
href="https://github.com/OlegDokuka"><code>@OlegDokuka</code></a>, and
<a href="https://github.com/lucky8987"><code>@lucky8987</code></a></p>
<h2>v6.2.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/5024bb72279188f1d0dcfe19e8abdd4bdb9887c8"><code>5024bb7</code></a>
Release v6.2.0</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/35b452b458cd80ef6afd8c77dec0e0aa20dec755"><code>35b452b</code></a>
Upgrade to Undertow 2.3.18.Final, dispatch in
UndertowHttpHandlerAdapter</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/56525da43ab3d9b3fb7cea9fa551cf8999f524bb"><code>56525da</code></a>
Merge branch '6.1.x'</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/5145cf476f531f3daf2055f024a22c7f82377ec9"><code>5145cf4</code></a>
Next development version (v6.1.16-SNAPSHOT)</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/d4f8b5d820d6af0c2e8d671fc45dd8f6f147947a"><code>d4f8b5d</code></a>
Merge branch '6.1.x'</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/6cb41dc5e39cd1f4f1da7808c1191c94cb11f43e"><code>6cb41dc</code></a>
Upgrade to Netty 4.1.115</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/cca245020d31ac64acd5e3f11af0652b12198b16"><code>cca2450</code></a>
Improve documentation for SpelCompilerMode</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/de8a94f30de97b59db534fba09ded07c14715414"><code>de8a94f</code></a>
Do not set up CookieStore in Apache connector</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/973d81576391f1f552f3d36f5d1e489d01deb70c"><code>973d815</code></a>
Merge branch '6.1.x'</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/1e95332f627f570ac06c0822abe43848b067fec1"><code>1e95332</code></a>
Fix link to "Resources" section in reference guide</li>
<li>Additional commits viewable in <a
href="https://github.com/spring-projects/spring-framework/compare/v6.1.14...v6.2.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `org.springframework:spring-context` from 6.1.14 to 6.2.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>v6.2.0</h2>
<h2>:star: New Features</h2>
<ul>
<li>Update UndertowHttpHandlerAdapter to dispatch <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33885">#33885</a></li>
<li>Refine <code>@contract</code> Javadoc to mention <code>this</code>
and <code>new</code> return values <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33849">#33849</a></li>
<li>AOT processing for bean validation does not consider cascaded and
container element constraints <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33842">#33842</a></li>
<li>Avoid repeated resolving of singleton beans through
<code>@lazy</code> proxy <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33841">#33841</a></li>
<li>Regiser runtime hints for <code>@testbean</code> fully-qualified
method names <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33836">#33836</a></li>
<li>Introduce support for custom reason in
<code>@DisabledInAotMode</code> <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33833">#33833</a></li>
<li>Use optimistic locking where possible in
<code>ResponseBodyEmitter</code> <a
href="https://redirect.github.com/spring-projects/spring-framework/pull/33831">#33831</a></li>
<li>Revise cookies support with Apache HTTP Components in WebClient and
WebTestClient <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33822">#33822</a></li>
<li>Remove the <code>pure</code> attribute from <code>@contract</code>
<a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33820">#33820</a></li>
<li>Introduce <code>@CheckReturnValue</code> annotation <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33818">#33818</a></li>
<li>ResourceHttpRequestHandler throwing IllegalArgumentException if
resource doesn't end with slash breaks some third-party libraris <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33815">#33815</a></li>
<li>Provide first-class virtual thread option on
<code>ThreadPoolTaskExecutor</code>/<code>ThreadPoolTaskScheduler</code>
<a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33807">#33807</a></li>
<li><code>HttpServiceProxyFactory</code> should omit optional
<code>@RequestParam</code> if converted from <code>null</code> to empty
string <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33794">#33794</a></li>
<li>Reactor Netty response should not buffer the full response <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33781">#33781</a></li>
<li>Relax the visibility of MockMVC DSL constructors <a
href="https://redirect.github.com/spring-projects/spring-framework/pull/33778">#33778</a></li>
<li>Support Publisher to InputStream conversion <a
href="https://redirect.github.com/spring-projects/spring-framework/pull/31677">#31677</a></li>
</ul>
<h2>:lady_beetle: Bug Fixes</h2>
<ul>
<li><code>MockReset</code> should be honored without
<code>@mockito[Spy]Bean</code> fields <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33829">#33829</a></li>
<li>Test Bean Overrides do not honor <code>@primary</code> semantics <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33819">#33819</a></li>
<li>Bean Overrides cannot reliably override beans created by a
<code>FactoryBean</code> with generics <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33811">#33811</a></li>
<li>Bean Overrides for certain <code>FactoryBean</code> use cases no
longer work <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33800">#33800</a></li>
<li><code>@MockitoBean</code>, <code>@MockitoSpyBean</code>, &
<code>@testbean</code> do not work with <code>@DirtiesContext</code>
"before method" modes <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33783">#33783</a></li>
<li>Deprecate exchangeTimeout and refactor readTimeout in
ReactorClientHttpRequestFactory <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33782">#33782</a></li>
</ul>
<h2>:notebook_with_decorative_cover: Documentation</h2>
<ul>
<li>Revise documentation for SpEL <code>PropertyAccessor</code> and
<code>IndexAccessor</code> APIs regarding ordering <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33862">#33862</a></li>
<li>Document UrlHandler Servlet and reactive filters <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33784">#33784</a></li>
<li>Improve documentation for <code>SpelCompilerMode</code> <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33223">#33223</a></li>
</ul>
<h2>:hammer: Dependency Upgrades</h2>
<ul>
<li>Upgrade to ASM 9.7.1 (for early Java 24 support) <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33821">#33821</a></li>
<li>Upgrade to Micrometer 1.14.0 <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33876">#33876</a></li>
<li>Upgrade to Reactor 2024.0.0 <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33878">#33878</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/Hejow"><code>@Hejow</code></a>, <a
href="https://github.com/OlegDokuka"><code>@OlegDokuka</code></a>, and
<a href="https://github.com/lucky8987"><code>@lucky8987</code></a></p>
<h2>v6.2.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/5024bb72279188f1d0dcfe19e8abdd4bdb9887c8"><code>5024bb7</code></a>
Release v6.2.0</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/35b452b458cd80ef6afd8c77dec0e0aa20dec755"><code>35b452b</code></a>
Upgrade to Undertow 2.3.18.Final, dispatch in
UndertowHttpHandlerAdapter</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/56525da43ab3d9b3fb7cea9fa551cf8999f524bb"><code>56525da</code></a>
Merge branch '6.1.x'</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/5145cf476f531f3daf2055f024a22c7f82377ec9"><code>5145cf4</code></a>
Next development version (v6.1.16-SNAPSHOT)</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/d4f8b5d820d6af0c2e8d671fc45dd8f6f147947a"><code>d4f8b5d</code></a>
Merge branch '6.1.x'</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/6cb41dc5e39cd1f4f1da7808c1191c94cb11f43e"><code>6cb41dc</code></a>
Upgrade to Netty 4.1.115</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/cca245020d31ac64acd5e3f11af0652b12198b16"><code>cca2450</code></a>
Improve documentation for SpelCompilerMode</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/de8a94f30de97b59db534fba09ded07c14715414"><code>de8a94f</code></a>
Do not set up CookieStore in Apache connector</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/973d81576391f1f552f3d36f5d1e489d01deb70c"><code>973d815</code></a>
Merge branch '6.1.x'</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/1e95332f627f570ac06c0822abe43848b067fec1"><code>1e95332</code></a>
Fix link to "Resources" section in reference guide</li>
<li>Additional commits viewable in <a
href="https://github.com/spring-projects/spring-framework/compare/v6.1.14...v6.2.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `org.springframework:spring-aop` from 6.1.14 to 6.2.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>v6.2.0</h2>
<h2>:star: New Features</h2>
<ul>
<li>Update UndertowHttpHandlerAdapter to dispatch <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33885">#33885</a></li>
<li>Refine <code>@contract</code> Javadoc to mention <code>this</code>
and <code>new</code> return values <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33849">#33849</a></li>
<li>AOT processing for bean validation does not consider cascaded and
container element constraints <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33842">#33842</a></li>
<li>Avoid repeated resolving of singleton beans through
<code>@lazy</code> proxy <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33841">#33841</a></li>
<li>Regiser runtime hints for <code>@testbean</code> fully-qualified
method names <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33836">#33836</a></li>
<li>Introduce support for custom reason in
<code>@DisabledInAotMode</code> <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33833">#33833</a></li>
<li>Use optimistic locking where possible in
<code>ResponseBodyEmitter</code> <a
href="https://redirect.github.com/spring-projects/spring-framework/pull/33831">#33831</a></li>
<li>Revise cookies support with Apache HTTP Components in WebClient and
WebTestClient <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33822">#33822</a></li>
<li>Remove the <code>pure</code> attribute from <code>@contract</code>
<a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33820">#33820</a></li>
<li>Introduce <code>@CheckReturnValue</code> annotation <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33818">#33818</a></li>
<li>ResourceHttpRequestHandler throwing IllegalArgumentException if
resource doesn't end with slash breaks some third-party libraris <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33815">#33815</a></li>
<li>Provide first-class virtual thread option on
<code>ThreadPoolTaskExecutor</code>/<code>ThreadPoolTaskScheduler</code>
<a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33807">#33807</a></li>
<li><code>HttpServiceProxyFactory</code> should omit optional
<code>@RequestParam</code> if converted from <code>null</code> to empty
string <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33794">#33794</a></li>
<li>Reactor Netty response should not buffer the full response <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33781">#33781</a></li>
<li>Relax the visibility of MockMVC DSL constructors <a
href="https://redirect.github.com/spring-projects/spring-framework/pull/33778">#33778</a></li>
<li>Support Publisher to InputStream conversion <a
href="https://redirect.github.com/spring-projects/spring-framework/pull/31677">#31677</a></li>
</ul>
<h2>:lady_beetle: Bug Fixes</h2>
<ul>
<li><code>MockReset</code> should be honored without
<code>@mockito[Spy]Bean</code> fields <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33829">#33829</a></li>
<li>Test Bean Overrides do not honor <code>@primary</code> semantics <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33819">#33819</a></li>
<li>Bean Overrides cannot reliably override beans created by a
<code>FactoryBean</code> with generics <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33811">#33811</a></li>
<li>Bean Overrides for certain <code>FactoryBean</code> use cases no
longer work <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33800">#33800</a></li>
<li><code>@MockitoBean</code>, <code>@MockitoSpyBean</code>, &
<code>@testbean</code> do not work with <code>@DirtiesContext</code>
"before method" modes <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33783">#33783</a></li>
<li>Deprecate exchangeTimeout and refactor readTimeout in
ReactorClientHttpRequestFactory <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33782">#33782</a></li>
</ul>
<h2>:notebook_with_decorative_cover: Documentation</h2>
<ul>
<li>Revise documentation for SpEL <code>PropertyAccessor</code> and
<code>IndexAccessor</code> APIs regarding ordering <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33862">#33862</a></li>
<li>Document UrlHandler Servlet and reactive filters <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33784">#33784</a></li>
<li>Improve documentation for <code>SpelCompilerMode</code> <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33223">#33223</a></li>
</ul>
<h2>:hammer: Dependency Upgrades</h2>
<ul>
<li>Upgrade to ASM 9.7.1 (for early Java 24 support) <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33821">#33821</a></li>
<li>Upgrade to Micrometer 1.14.0 <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33876">#33876</a></li>
<li>Upgrade to Reactor 2024.0.0 <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33878">#33878</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/Hejow"><code>@Hejow</code></a>, <a
href="https://github.com/OlegDokuka"><code>@OlegDokuka</code></a>, and
<a href="https://github.com/lucky8987"><code>@lucky8987</code></a></p>
<h2>v6.2.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/5024bb72279188f1d0dcfe19e8abdd4bdb9887c8"><code>5024bb7</code></a>
Release v6.2.0</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/35b452b458cd80ef6afd8c77dec0e0aa20dec755"><code>35b452b</code></a>
Upgrade to Undertow 2.3.18.Final, dispatch in
UndertowHttpHandlerAdapter</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/56525da43ab3d9b3fb7cea9fa551cf8999f524bb"><code>56525da</code></a>
Merge branch '6.1.x'</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/5145cf476f531f3daf2055f024a22c7f82377ec9"><code>5145cf4</code></a>
Next development version (v6.1.16-SNAPSHOT)</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/d4f8b5d820d6af0c2e8d671fc45dd8f6f147947a"><code>d4f8b5d</code></a>
Merge branch '6.1.x'</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/6cb41dc5e39cd1f4f1da7808c1191c94cb11f43e"><code>6cb41dc</code></a>
Upgrade to Netty 4.1.115</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/cca245020d31ac64acd5e3f11af0652b12198b16"><code>cca2450</code></a>
Improve documentation for SpelCompilerMode</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/de8a94f30de97b59db534fba09ded07c14715414"><code>de8a94f</code></a>
Do not set up CookieStore in Apache connector</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/973d81576391f1f552f3d36f5d1e489d01deb70c"><code>973d815</code></a>
Merge branch '6.1.x'</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/1e95332f627f570ac06c0822abe43848b067fec1"><code>1e95332</code></a>
Fix link to "Resources" section in reference guide</li>
<li>Additional commits viewable in <a
href="https://github.com/spring-projects/spring-framework/compare/v6.1.14...v6.2.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>File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
0 commit comments