Commit a1b9665
authored
Build(deps): Bump spring.version from 7.0.3 to 7.0.5 (#1600)
Bumps `spring.version` from 7.0.3 to 7.0.5.
Updates `org.springframework:spring-jdbc` from 7.0.3 to 7.0.5
<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.5</h2>
<h2>:warning: Attention Required</h2>
<ul>
<li>Optimize request and response header handling in Spring MVC <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36334">#36334</a></li>
</ul>
<h2>:star: New Features</h2>
<ul>
<li>Consistent adaptation of HTTP headers on Servlet responses <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36343">#36343</a></li>
<li>Copy methodAnnotations in MethodParameter copy constructor <a
href="https://redirect.github.com/spring-projects/spring-framework/pull/36342">#36342</a></li>
<li>Improve performance of validation groups determination in WebFlux <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36336">#36336</a></li>
<li>Reuse <code>AnnotatedMethod</code> annotation cache in derived
instances <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36322">#36322</a></li>
<li>Optimize the addition of a charset to the MediaType in
AbstractHttpMessageConverter <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36320">#36320</a></li>
<li>Optimize <code>MediaType(MediaType, Charset)</code> constructor <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36318">#36318</a></li>
<li>Detect all common size exceptions from Tomcat and Commons FileUpload
2.x <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36317">#36317</a></li>
<li>Consistently support <code>@Autowired</code> as a meta-annotation <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36315">#36315</a></li>
<li>Avoid duplicate <code>required</code> attribute lookup for
<code>@Autowired</code> annotations <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36314">#36314</a></li>
<li>Cache <code>@responsebody</code> presence per controller class in
<code>RequestResponseBodyMethodProcessor</code> <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36311">#36311</a></li>
</ul>
<h2>:lady_beetle: Bug Fixes</h2>
<ul>
<li>ResolvableType#getGenerics() breaks serialization <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36346">#36346</a></li>
<li>DefaultHttpMessageConverters not adding provided configurer <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36332">#36332</a></li>
<li>Restore early MessageConsumer creation for temporary queue <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36321">#36321</a></li>
<li>Multipart upload leak on client abort (ByteBuf.release() not called)
<a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36262">#36262</a></li>
</ul>
<h2>:notebook_with_decorative_cover: Documentation</h2>
<ul>
<li>Document that SpEL expressions using <code>Optional</code> with
null-safe and Elvis operators are not compilable <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36331">#36331</a></li>
<li>Improve documentation of baseline API version to emphasize version
must be supported <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36316">#36316</a></li>
<li>Stop referring to obsolete <code>ListenableFuture</code> in
documentation <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36313">#36313</a></li>
<li>Stop referring to standard Java features as "Java 8"
features in documentation <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36310">#36310</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/Niravil"><code>@Niravil</code></a> and
<a href="https://github.com/TAKETODAY"><code>@TAKETODAY</code></a></p>
<h2>v7.0.4</h2>
<h2>:star: New Features</h2>
<ul>
<li>Cache method annotations in <code>MethodParameter</code> and
<code>AnnotatedMethod</code> <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36307">#36307</a></li>
<li>Consistently support <code>@lazy</code> as a meta-annotation at
arbitrary depths <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36306">#36306</a></li>
<li>Consistently support <code>@validated</code> as a meta-annotation at
arbitrary depths <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36305">#36305</a></li>
<li>Let developers disable default registrations in
HttpMessageConverters <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36303">#36303</a></li>
<li>Log which HandlerInterceptor threw the exception <a
href="https://redirect.github.com/spring-projects/spring-framework/pull/36281">#36281</a></li>
<li>Improve performance of hashcode calculations for request mappings <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36279">#36279</a></li>
<li>Improve performance of HandlerMethod bean lookup <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36278">#36278</a></li>
<li>Improve performance of version mapping <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36276">#36276</a></li>
<li>Improve performance of single pattern request mappings <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36275">#36275</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/16ecbfc9fe2a3bfa2cd9196ce3508de297c4171c"><code>16ecbfc</code></a>
Release v7.0.5</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/85c18caf25cb436d51daa974d8d3cf85ffb5cbb2"><code>85c18ca</code></a>
Update docs on supported versions with baseline notation</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/22bd8bd704390ee618f19d32e5ecc6ad1cd0b39c"><code>22bd8bd</code></a>
Skip serialization of potentially non-serializable cached state</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/9b10bb5e08cef036e1933ce75feb5ab83e44d57d"><code>9b10bb5</code></a>
Polishing</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/727ccd04efe70d94973e26cfe75e0f2de833880d"><code>727ccd0</code></a>
Avoid setCharacterEncoding(Charset) call with null value</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/a9f447e8d780a9eabe67c323da394c9b04a3503f"><code>a9f447e</code></a>
Consistent adaptation of HTTP headers on Servlet responses</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/0841e79e32c817db409e4263b6129b288a724b0d"><code>0841e79</code></a>
Copy methodAnnotations in MethodParameter copy constructor</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/a1868d3e9e9f16ce1f9475f1cab3cfceab5cdbc2"><code>a1868d3</code></a>
fix TransactionAspectSupport#currentTransactionStatus javadoc</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/e5aac66157f0c5c8f5b36c9684ca3164d5cf1cb1"><code>e5aac66</code></a>
ServletResponseHeadersAdapter checks contentType property</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/8bf85d2596729b50ce1cec0f5f1b683ba2e9d894"><code>8bf85d2</code></a>
Polishing</li>
<li>Additional commits viewable in <a
href="https://github.com/spring-projects/spring-framework/compare/v7.0.3...v7.0.5">compare
view</a></li>
</ul>
</details>
<br />
Updates `org.springframework:spring-test` from 7.0.3 to 7.0.5
<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.5</h2>
<h2>:warning: Attention Required</h2>
<ul>
<li>Optimize request and response header handling in Spring MVC <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36334">#36334</a></li>
</ul>
<h2>:star: New Features</h2>
<ul>
<li>Consistent adaptation of HTTP headers on Servlet responses <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36343">#36343</a></li>
<li>Copy methodAnnotations in MethodParameter copy constructor <a
href="https://redirect.github.com/spring-projects/spring-framework/pull/36342">#36342</a></li>
<li>Improve performance of validation groups determination in WebFlux <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36336">#36336</a></li>
<li>Reuse <code>AnnotatedMethod</code> annotation cache in derived
instances <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36322">#36322</a></li>
<li>Optimize the addition of a charset to the MediaType in
AbstractHttpMessageConverter <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36320">#36320</a></li>
<li>Optimize <code>MediaType(MediaType, Charset)</code> constructor <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36318">#36318</a></li>
<li>Detect all common size exceptions from Tomcat and Commons FileUpload
2.x <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36317">#36317</a></li>
<li>Consistently support <code>@Autowired</code> as a meta-annotation <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36315">#36315</a></li>
<li>Avoid duplicate <code>required</code> attribute lookup for
<code>@Autowired</code> annotations <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36314">#36314</a></li>
<li>Cache <code>@responsebody</code> presence per controller class in
<code>RequestResponseBodyMethodProcessor</code> <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36311">#36311</a></li>
</ul>
<h2>:lady_beetle: Bug Fixes</h2>
<ul>
<li>ResolvableType#getGenerics() breaks serialization <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36346">#36346</a></li>
<li>DefaultHttpMessageConverters not adding provided configurer <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36332">#36332</a></li>
<li>Restore early MessageConsumer creation for temporary queue <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36321">#36321</a></li>
<li>Multipart upload leak on client abort (ByteBuf.release() not called)
<a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36262">#36262</a></li>
</ul>
<h2>:notebook_with_decorative_cover: Documentation</h2>
<ul>
<li>Document that SpEL expressions using <code>Optional</code> with
null-safe and Elvis operators are not compilable <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36331">#36331</a></li>
<li>Improve documentation of baseline API version to emphasize version
must be supported <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36316">#36316</a></li>
<li>Stop referring to obsolete <code>ListenableFuture</code> in
documentation <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36313">#36313</a></li>
<li>Stop referring to standard Java features as "Java 8"
features in documentation <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36310">#36310</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/Niravil"><code>@Niravil</code></a> and
<a href="https://github.com/TAKETODAY"><code>@TAKETODAY</code></a></p>
<h2>v7.0.4</h2>
<h2>:star: New Features</h2>
<ul>
<li>Cache method annotations in <code>MethodParameter</code> and
<code>AnnotatedMethod</code> <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36307">#36307</a></li>
<li>Consistently support <code>@lazy</code> as a meta-annotation at
arbitrary depths <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36306">#36306</a></li>
<li>Consistently support <code>@validated</code> as a meta-annotation at
arbitrary depths <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36305">#36305</a></li>
<li>Let developers disable default registrations in
HttpMessageConverters <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36303">#36303</a></li>
<li>Log which HandlerInterceptor threw the exception <a
href="https://redirect.github.com/spring-projects/spring-framework/pull/36281">#36281</a></li>
<li>Improve performance of hashcode calculations for request mappings <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36279">#36279</a></li>
<li>Improve performance of HandlerMethod bean lookup <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36278">#36278</a></li>
<li>Improve performance of version mapping <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36276">#36276</a></li>
<li>Improve performance of single pattern request mappings <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36275">#36275</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/16ecbfc9fe2a3bfa2cd9196ce3508de297c4171c"><code>16ecbfc</code></a>
Release v7.0.5</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/85c18caf25cb436d51daa974d8d3cf85ffb5cbb2"><code>85c18ca</code></a>
Update docs on supported versions with baseline notation</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/22bd8bd704390ee618f19d32e5ecc6ad1cd0b39c"><code>22bd8bd</code></a>
Skip serialization of potentially non-serializable cached state</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/9b10bb5e08cef036e1933ce75feb5ab83e44d57d"><code>9b10bb5</code></a>
Polishing</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/727ccd04efe70d94973e26cfe75e0f2de833880d"><code>727ccd0</code></a>
Avoid setCharacterEncoding(Charset) call with null value</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/a9f447e8d780a9eabe67c323da394c9b04a3503f"><code>a9f447e</code></a>
Consistent adaptation of HTTP headers on Servlet responses</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/0841e79e32c817db409e4263b6129b288a724b0d"><code>0841e79</code></a>
Copy methodAnnotations in MethodParameter copy constructor</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/a1868d3e9e9f16ce1f9475f1cab3cfceab5cdbc2"><code>a1868d3</code></a>
fix TransactionAspectSupport#currentTransactionStatus javadoc</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/e5aac66157f0c5c8f5b36c9684ca3164d5cf1cb1"><code>e5aac66</code></a>
ServletResponseHeadersAdapter checks contentType property</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/8bf85d2596729b50ce1cec0f5f1b683ba2e9d894"><code>8bf85d2</code></a>
Polishing</li>
<li>Additional commits viewable in <a
href="https://github.com/spring-projects/spring-framework/compare/v7.0.3...v7.0.5">compare
view</a></li>
</ul>
</details>
<br />
Updates `org.springframework:spring-context` from 7.0.3 to 7.0.5
<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.5</h2>
<h2>:warning: Attention Required</h2>
<ul>
<li>Optimize request and response header handling in Spring MVC <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36334">#36334</a></li>
</ul>
<h2>:star: New Features</h2>
<ul>
<li>Consistent adaptation of HTTP headers on Servlet responses <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36343">#36343</a></li>
<li>Copy methodAnnotations in MethodParameter copy constructor <a
href="https://redirect.github.com/spring-projects/spring-framework/pull/36342">#36342</a></li>
<li>Improve performance of validation groups determination in WebFlux <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36336">#36336</a></li>
<li>Reuse <code>AnnotatedMethod</code> annotation cache in derived
instances <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36322">#36322</a></li>
<li>Optimize the addition of a charset to the MediaType in
AbstractHttpMessageConverter <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36320">#36320</a></li>
<li>Optimize <code>MediaType(MediaType, Charset)</code> constructor <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36318">#36318</a></li>
<li>Detect all common size exceptions from Tomcat and Commons FileUpload
2.x <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36317">#36317</a></li>
<li>Consistently support <code>@Autowired</code> as a meta-annotation <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36315">#36315</a></li>
<li>Avoid duplicate <code>required</code> attribute lookup for
<code>@Autowired</code> annotations <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36314">#36314</a></li>
<li>Cache <code>@responsebody</code> presence per controller class in
<code>RequestResponseBodyMethodProcessor</code> <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36311">#36311</a></li>
</ul>
<h2>:lady_beetle: Bug Fixes</h2>
<ul>
<li>ResolvableType#getGenerics() breaks serialization <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36346">#36346</a></li>
<li>DefaultHttpMessageConverters not adding provided configurer <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36332">#36332</a></li>
<li>Restore early MessageConsumer creation for temporary queue <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36321">#36321</a></li>
<li>Multipart upload leak on client abort (ByteBuf.release() not called)
<a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36262">#36262</a></li>
</ul>
<h2>:notebook_with_decorative_cover: Documentation</h2>
<ul>
<li>Document that SpEL expressions using <code>Optional</code> with
null-safe and Elvis operators are not compilable <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36331">#36331</a></li>
<li>Improve documentation of baseline API version to emphasize version
must be supported <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36316">#36316</a></li>
<li>Stop referring to obsolete <code>ListenableFuture</code> in
documentation <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36313">#36313</a></li>
<li>Stop referring to standard Java features as "Java 8"
features in documentation <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36310">#36310</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/Niravil"><code>@Niravil</code></a> and
<a href="https://github.com/TAKETODAY"><code>@TAKETODAY</code></a></p>
<h2>v7.0.4</h2>
<h2>:star: New Features</h2>
<ul>
<li>Cache method annotations in <code>MethodParameter</code> and
<code>AnnotatedMethod</code> <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36307">#36307</a></li>
<li>Consistently support <code>@lazy</code> as a meta-annotation at
arbitrary depths <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36306">#36306</a></li>
<li>Consistently support <code>@validated</code> as a meta-annotation at
arbitrary depths <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36305">#36305</a></li>
<li>Let developers disable default registrations in
HttpMessageConverters <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36303">#36303</a></li>
<li>Log which HandlerInterceptor threw the exception <a
href="https://redirect.github.com/spring-projects/spring-framework/pull/36281">#36281</a></li>
<li>Improve performance of hashcode calculations for request mappings <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36279">#36279</a></li>
<li>Improve performance of HandlerMethod bean lookup <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36278">#36278</a></li>
<li>Improve performance of version mapping <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36276">#36276</a></li>
<li>Improve performance of single pattern request mappings <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36275">#36275</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/16ecbfc9fe2a3bfa2cd9196ce3508de297c4171c"><code>16ecbfc</code></a>
Release v7.0.5</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/85c18caf25cb436d51daa974d8d3cf85ffb5cbb2"><code>85c18ca</code></a>
Update docs on supported versions with baseline notation</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/22bd8bd704390ee618f19d32e5ecc6ad1cd0b39c"><code>22bd8bd</code></a>
Skip serialization of potentially non-serializable cached state</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/9b10bb5e08cef036e1933ce75feb5ab83e44d57d"><code>9b10bb5</code></a>
Polishing</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/727ccd04efe70d94973e26cfe75e0f2de833880d"><code>727ccd0</code></a>
Avoid setCharacterEncoding(Charset) call with null value</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/a9f447e8d780a9eabe67c323da394c9b04a3503f"><code>a9f447e</code></a>
Consistent adaptation of HTTP headers on Servlet responses</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/0841e79e32c817db409e4263b6129b288a724b0d"><code>0841e79</code></a>
Copy methodAnnotations in MethodParameter copy constructor</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/a1868d3e9e9f16ce1f9475f1cab3cfceab5cdbc2"><code>a1868d3</code></a>
fix TransactionAspectSupport#currentTransactionStatus javadoc</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/e5aac66157f0c5c8f5b36c9684ca3164d5cf1cb1"><code>e5aac66</code></a>
ServletResponseHeadersAdapter checks contentType property</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/8bf85d2596729b50ce1cec0f5f1b683ba2e9d894"><code>8bf85d2</code></a>
Polishing</li>
<li>Additional commits viewable in <a
href="https://github.com/spring-projects/spring-framework/compare/v7.0.3...v7.0.5">compare
view</a></li>
</ul>
</details>
<br />
Updates `org.springframework:spring-aop` from 7.0.3 to 7.0.5
<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.5</h2>
<h2>:warning: Attention Required</h2>
<ul>
<li>Optimize request and response header handling in Spring MVC <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36334">#36334</a></li>
</ul>
<h2>:star: New Features</h2>
<ul>
<li>Consistent adaptation of HTTP headers on Servlet responses <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36343">#36343</a></li>
<li>Copy methodAnnotations in MethodParameter copy constructor <a
href="https://redirect.github.com/spring-projects/spring-framework/pull/36342">#36342</a></li>
<li>Improve performance of validation groups determination in WebFlux <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36336">#36336</a></li>
<li>Reuse <code>AnnotatedMethod</code> annotation cache in derived
instances <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36322">#36322</a></li>
<li>Optimize the addition of a charset to the MediaType in
AbstractHttpMessageConverter <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36320">#36320</a></li>
<li>Optimize <code>MediaType(MediaType, Charset)</code> constructor <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36318">#36318</a></li>
<li>Detect all common size exceptions from Tomcat and Commons FileUpload
2.x <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36317">#36317</a></li>
<li>Consistently support <code>@Autowired</code> as a meta-annotation <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36315">#36315</a></li>
<li>Avoid duplicate <code>required</code> attribute lookup for
<code>@Autowired</code> annotations <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36314">#36314</a></li>
<li>Cache <code>@responsebody</code> presence per controller class in
<code>RequestResponseBodyMethodProcessor</code> <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36311">#36311</a></li>
</ul>
<h2>:lady_beetle: Bug Fixes</h2>
<ul>
<li>ResolvableType#getGenerics() breaks serialization <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36346">#36346</a></li>
<li>DefaultHttpMessageConverters not adding provided configurer <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36332">#36332</a></li>
<li>Restore early MessageConsumer creation for temporary queue <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36321">#36321</a></li>
<li>Multipart upload leak on client abort (ByteBuf.release() not called)
<a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36262">#36262</a></li>
</ul>
<h2>:notebook_with_decorative_cover: Documentation</h2>
<ul>
<li>Document that SpEL expressions using <code>Optional</code> with
null-safe and Elvis operators are not compilable <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36331">#36331</a></li>
<li>Improve documentation of baseline API version to emphasize version
must be supported <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36316">#36316</a></li>
<li>Stop referring to obsolete <code>ListenableFuture</code> in
documentation <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36313">#36313</a></li>
<li>Stop referring to standard Java features as "Java 8"
features in documentation <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36310">#36310</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/Niravil"><code>@Niravil</code></a> and
<a href="https://github.com/TAKETODAY"><code>@TAKETODAY</code></a></p>
<h2>v7.0.4</h2>
<h2>:star: New Features</h2>
<ul>
<li>Cache method annotations in <code>MethodParameter</code> and
<code>AnnotatedMethod</code> <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36307">#36307</a></li>
<li>Consistently support <code>@lazy</code> as a meta-annotation at
arbitrary depths <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36306">#36306</a></li>
<li>Consistently support <code>@validated</code> as a meta-annotation at
arbitrary depths <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36305">#36305</a></li>
<li>Let developers disable default registrations in
HttpMessageConverters <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36303">#36303</a></li>
<li>Log which HandlerInterceptor threw the exception <a
href="https://redirect.github.com/spring-projects/spring-framework/pull/36281">#36281</a></li>
<li>Improve performance of hashcode calculations for request mappings <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36279">#36279</a></li>
<li>Improve performance of HandlerMethod bean lookup <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36278">#36278</a></li>
<li>Improve performance of version mapping <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36276">#36276</a></li>
<li>Improve performance of single pattern request mappings <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/36275">#36275</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/16ecbfc9fe2a3bfa2cd9196ce3508de297c4171c"><code>16ecbfc</code></a>
Release v7.0.5</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/85c18caf25cb436d51daa974d8d3cf85ffb5cbb2"><code>85c18ca</code></a>
Update docs on supported versions with baseline notation</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/22bd8bd704390ee618f19d32e5ecc6ad1cd0b39c"><code>22bd8bd</code></a>
Skip serialization of potentially non-serializable cached state</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/9b10bb5e08cef036e1933ce75feb5ab83e44d57d"><code>9b10bb5</code></a>
Polishing</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/727ccd04efe70d94973e26cfe75e0f2de833880d"><code>727ccd0</code></a>
Avoid setCharacterEncoding(Charset) call with null value</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/a9f447e8d780a9eabe67c323da394c9b04a3503f"><code>a9f447e</code></a>
Consistent adaptation of HTTP headers on Servlet responses</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/0841e79e32c817db409e4263b6129b288a724b0d"><code>0841e79</code></a>
Copy methodAnnotations in MethodParameter copy constructor</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/a1868d3e9e9f16ce1f9475f1cab3cfceab5cdbc2"><code>a1868d3</code></a>
fix TransactionAspectSupport#currentTransactionStatus javadoc</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/e5aac66157f0c5c8f5b36c9684ca3164d5cf1cb1"><code>e5aac66</code></a>
ServletResponseHeadersAdapter checks contentType property</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/8bf85d2596729b50ce1cec0f5f1b683ba2e9d894"><code>8bf85d2</code></a>
Polishing</li>
<li>Additional commits viewable in <a
href="https://github.com/spring-projects/spring-framework/compare/v7.0.3...v7.0.5">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 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>1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
0 commit comments