dependabot[bot] opened a new pull request #58:
URL: https://github.com/apache/maven-indexer/pull/58


   Bumps `version.spring` from 4.0.6.RELEASE to 5.2.7.RELEASE.
   Updates `spring-beans` from 4.0.6.RELEASE to 5.2.7.RELEASE
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-framework/releases";>spring-beans's
 releases</a>.</em></p>
   <blockquote>
   <h2>v5.2.7.RELEASE</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Implement reliable invocation order for advice within an 
<code>@Aspect</code> <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25186";>#25186</a></li>
   <li>Performance enhancement in execution of ResponseEntity.of() <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25183";>#25183</a></li>
   <li>Support for shared GroovyClassLoader in GroovyScriptFactory <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25177";>#25177</a></li>
   <li>Suggest making a Set.size() &gt; 0 judgement for 
AbstractApplicationContext.earlyApplicationEvents <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25161";>#25161</a></li>
   <li>Make use of custom types configurable in YamlProcessor <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25152";>#25152</a></li>
   <li>Avoid need for default constructor in 
ContextAnnotationAutowireCandidateResolver subclasses <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25131";>#25131</a></li>
   <li>ConstructorResolver.resolveConstructorArguments() return value issue <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25130";>#25130</a></li>
   <li>Introduce serializeToByteArray/deserializeFromByteArray convenience 
methods <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25117";>#25117</a></li>
   <li>Custom HTTP Method on MockServerHttpRequest <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25109";>#25109</a></li>
   <li>Missing null checks in 
AbstractMessageChannel.addInterceptor/setInterceptors <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25088";>#25088</a></li>
   <li>Avoid full synchronization in 
AbstractRefreshableApplicationContext.getBeanFactory() since it can lead to 
massive thread blocking <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25081";>#25081</a></li>
   <li>Simplify use of HttpContext in HttpComponentsClientHttpRequestFactory in 
support of user associated connections <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25066";>#25066</a></li>
   <li>ResolvableType forClass fails when a type in the generic signature isn't 
present <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25064";>#25064</a></li>
   <li>Include timeout unit in shutdown failure logging <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25058";>#25058</a></li>
   <li>Drop unnecessary intermediate StringBuilder.toString() call in 
ServerSentEventHttpMessageReader <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25024";>#25024</a></li>
   <li>Fix concurrency issues in XStreamMarshaller <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25017";>#25017</a></li>
   <li>Introduce mechanism to discover whether a reactive type registered in 
ReactiveAdapterRegistry uses deferred computation <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/24995";>#24995</a></li>
   <li>Avoid logging exception for closed session in AbstractSockJsSession <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/24986";>#24986</a></li>
   <li>Include response body in RestTemplate exception when there is no 
suitable HttpMessageConverter <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/24964";>#24964</a></li>
   </ul>
   <h2>:beetle: Bug Fixes</h2>
   <ul>
   <li>ExchangeStrategies custom codec's reader &amp; writer are not registered 
<a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25149";>#25149</a></li>
   <li>MultiValueMapAdapter.getFirst fails with IndexOutOfBoundsException in 
case of empty List <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25140";>#25140</a></li>
   <li>WebSphereUowTransactionManager causes exception for PROPAGATION_SUPPORTS 
when timeout is specified <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25132";>#25132</a></li>
   <li>Avoid ClassCastException on IllegalArgumentException when invoking sync 
get cache method <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25110";>#25110</a></li>
   <li>DefaultServerRequestBuilder does not respect attributes when building 
the ServerRequest <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25106";>#25106</a></li>
   <li>Fix race condition in WriteResultPublisher between subscription and 
error in publishError <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25096";>#25096</a></li>
   <li>Jackson message converters and codecs do not respect character encoding 
in canRead/canWrite <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25076";>#25076</a></li>
   <li>DefaultClientResponseBuilder empty logPrefix when creating a 
DefaultClientResponse based on another <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25069";>#25069</a></li>
   <li>HttpHeaders equals may return false without comparing actual content <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25034";>#25034</a></li>
   <li>Fix race condition in WriteResultPublisher between subscription and 
completion in publishComplete <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/24989";>#24989</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Javadoc for hibernate5 OpenSessionInViewFilter mentions FlushMode.NEVER 
<a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25158";>#25158</a></li>
   <li>Document that the Map backing a MapPropertySource should not contain 
null values <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25142";>#25142</a></li>
   <li>Javadoc for JdbcOperations.batchUpdate should mention that negative 
values are possible <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25138";>#25138</a></li>
   <li>Fix URI pattern example in webflux.adoc <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25137";>#25137</a></li>
   <li>Document how reactive transactions work for cancellation in 5.2 and how 
it will work in 5.3 <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25091";>#25091</a></li>
   <li>Document whether code can rely on specific subclasses of 
HttpClientErrorException/HttpServerErrorException being thrown from 
DefaultResponseErrorHandler <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25067";>#25067</a></li>
   <li>Fix SpelEvaluationException with example code <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25045";>#25045</a></li>
   <li>javadoc: remove a comment documented a limitation on 
<code>@Lookup</code> annotation <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25044";>#25044</a></li>
   <li>Document all predefined variables from ApplicationContext available in 
SpEL expressions <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25037";>#25037</a></li>
   <li>Document ReactiveTransactionManager support in reference manual <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25036";>#25036</a></li>
   <li>Document ReactiveTransactionManager support <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25030";>#25030</a></li>
   <li>Change to placeholder value in XML is not reevaluated at runtime <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25022";>#25022</a></li>
   </ul>
   </tr></table> ... (truncated)
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/6110925ecc54b5d5e9eda528938672e384c2a152";><code>6110925</code></a>
 Release version 5.2.7.RELEASE</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/a2d516d526b482c5824429480963dc92eb2fcd2f";><code>a2d516d</code></a>
 Replace &quot;whitelist&quot; with alternative words</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/4c29bbb77fb46d2e78ef48fb429fe222cf2bfb89";><code>4c29bbb</code></a>
 Upgrade to Reactor Dysprosium-SR8</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/d2cd4c50f4875f598143ab9cbb1c8f12fa74c16b";><code>d2cd4c5</code></a>
 Upgrade to Tomcat 9.0.36</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/c7774680564726153eb34c5c6d3e8bb80dd54f07";><code>c777468</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/721fd20708f6cbf6c7c9b384ca3724ed5856d0e2";><code>721fd20</code></a>
 Document advice precedence in reference manual</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0b760c15eae79cfe3b9529b1de7414db315f959f";><code>0b760c1</code></a>
 Polish AOP chapter in reference manual</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/9e1121fd8d46d96460f630b709123d3a8d4d8876";><code>9e1121f</code></a>
 Document behavior on reactive tx cancellation</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0ccf5e19aa8df06e0bd86a9c14f90ccaa41705e7";><code>0ccf5e1</code></a>
 Undo MockServerRequest deprecation</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0998bd49ef1c2d45a1f52202854098577d8f7a66";><code>0998bd4</code></a>
 Implement reliable advice invocation order within an <a 
href="https://github.com/Aspect";>@Aspect</a></li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v4.0.6.RELEASE...v5.2.7.RELEASE";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-context` from 4.0.6.RELEASE to 5.2.7.RELEASE
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-framework/releases";>spring-context's
 releases</a>.</em></p>
   <blockquote>
   <h2>v5.2.7.RELEASE</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Implement reliable invocation order for advice within an 
<code>@Aspect</code> <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25186";>#25186</a></li>
   <li>Performance enhancement in execution of ResponseEntity.of() <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25183";>#25183</a></li>
   <li>Support for shared GroovyClassLoader in GroovyScriptFactory <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25177";>#25177</a></li>
   <li>Suggest making a Set.size() &gt; 0 judgement for 
AbstractApplicationContext.earlyApplicationEvents <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25161";>#25161</a></li>
   <li>Make use of custom types configurable in YamlProcessor <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25152";>#25152</a></li>
   <li>Avoid need for default constructor in 
ContextAnnotationAutowireCandidateResolver subclasses <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25131";>#25131</a></li>
   <li>ConstructorResolver.resolveConstructorArguments() return value issue <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25130";>#25130</a></li>
   <li>Introduce serializeToByteArray/deserializeFromByteArray convenience 
methods <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25117";>#25117</a></li>
   <li>Custom HTTP Method on MockServerHttpRequest <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25109";>#25109</a></li>
   <li>Missing null checks in 
AbstractMessageChannel.addInterceptor/setInterceptors <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25088";>#25088</a></li>
   <li>Avoid full synchronization in 
AbstractRefreshableApplicationContext.getBeanFactory() since it can lead to 
massive thread blocking <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25081";>#25081</a></li>
   <li>Simplify use of HttpContext in HttpComponentsClientHttpRequestFactory in 
support of user associated connections <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25066";>#25066</a></li>
   <li>ResolvableType forClass fails when a type in the generic signature isn't 
present <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25064";>#25064</a></li>
   <li>Include timeout unit in shutdown failure logging <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25058";>#25058</a></li>
   <li>Drop unnecessary intermediate StringBuilder.toString() call in 
ServerSentEventHttpMessageReader <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25024";>#25024</a></li>
   <li>Fix concurrency issues in XStreamMarshaller <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25017";>#25017</a></li>
   <li>Introduce mechanism to discover whether a reactive type registered in 
ReactiveAdapterRegistry uses deferred computation <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/24995";>#24995</a></li>
   <li>Avoid logging exception for closed session in AbstractSockJsSession <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/24986";>#24986</a></li>
   <li>Include response body in RestTemplate exception when there is no 
suitable HttpMessageConverter <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/24964";>#24964</a></li>
   </ul>
   <h2>:beetle: Bug Fixes</h2>
   <ul>
   <li>ExchangeStrategies custom codec's reader &amp; writer are not registered 
<a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25149";>#25149</a></li>
   <li>MultiValueMapAdapter.getFirst fails with IndexOutOfBoundsException in 
case of empty List <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25140";>#25140</a></li>
   <li>WebSphereUowTransactionManager causes exception for PROPAGATION_SUPPORTS 
when timeout is specified <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25132";>#25132</a></li>
   <li>Avoid ClassCastException on IllegalArgumentException when invoking sync 
get cache method <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25110";>#25110</a></li>
   <li>DefaultServerRequestBuilder does not respect attributes when building 
the ServerRequest <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25106";>#25106</a></li>
   <li>Fix race condition in WriteResultPublisher between subscription and 
error in publishError <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25096";>#25096</a></li>
   <li>Jackson message converters and codecs do not respect character encoding 
in canRead/canWrite <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25076";>#25076</a></li>
   <li>DefaultClientResponseBuilder empty logPrefix when creating a 
DefaultClientResponse based on another <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25069";>#25069</a></li>
   <li>HttpHeaders equals may return false without comparing actual content <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25034";>#25034</a></li>
   <li>Fix race condition in WriteResultPublisher between subscription and 
completion in publishComplete <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/24989";>#24989</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Javadoc for hibernate5 OpenSessionInViewFilter mentions FlushMode.NEVER 
<a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25158";>#25158</a></li>
   <li>Document that the Map backing a MapPropertySource should not contain 
null values <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25142";>#25142</a></li>
   <li>Javadoc for JdbcOperations.batchUpdate should mention that negative 
values are possible <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25138";>#25138</a></li>
   <li>Fix URI pattern example in webflux.adoc <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25137";>#25137</a></li>
   <li>Document how reactive transactions work for cancellation in 5.2 and how 
it will work in 5.3 <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25091";>#25091</a></li>
   <li>Document whether code can rely on specific subclasses of 
HttpClientErrorException/HttpServerErrorException being thrown from 
DefaultResponseErrorHandler <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25067";>#25067</a></li>
   <li>Fix SpelEvaluationException with example code <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25045";>#25045</a></li>
   <li>javadoc: remove a comment documented a limitation on 
<code>@Lookup</code> annotation <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25044";>#25044</a></li>
   <li>Document all predefined variables from ApplicationContext available in 
SpEL expressions <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25037";>#25037</a></li>
   <li>Document ReactiveTransactionManager support in reference manual <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25036";>#25036</a></li>
   <li>Document ReactiveTransactionManager support <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25030";>#25030</a></li>
   <li>Change to placeholder value in XML is not reevaluated at runtime <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25022";>#25022</a></li>
   </ul>
   </tr></table> ... (truncated)
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/6110925ecc54b5d5e9eda528938672e384c2a152";><code>6110925</code></a>
 Release version 5.2.7.RELEASE</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/a2d516d526b482c5824429480963dc92eb2fcd2f";><code>a2d516d</code></a>
 Replace &quot;whitelist&quot; with alternative words</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/4c29bbb77fb46d2e78ef48fb429fe222cf2bfb89";><code>4c29bbb</code></a>
 Upgrade to Reactor Dysprosium-SR8</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/d2cd4c50f4875f598143ab9cbb1c8f12fa74c16b";><code>d2cd4c5</code></a>
 Upgrade to Tomcat 9.0.36</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/c7774680564726153eb34c5c6d3e8bb80dd54f07";><code>c777468</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/721fd20708f6cbf6c7c9b384ca3724ed5856d0e2";><code>721fd20</code></a>
 Document advice precedence in reference manual</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0b760c15eae79cfe3b9529b1de7414db315f959f";><code>0b760c1</code></a>
 Polish AOP chapter in reference manual</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/9e1121fd8d46d96460f630b709123d3a8d4d8876";><code>9e1121f</code></a>
 Document behavior on reactive tx cancellation</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0ccf5e19aa8df06e0bd86a9c14f90ccaa41705e7";><code>0ccf5e1</code></a>
 Undo MockServerRequest deprecation</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0998bd49ef1c2d45a1f52202854098577d8f7a66";><code>0998bd4</code></a>
 Implement reliable advice invocation order within an <a 
href="https://github.com/Aspect";>@Aspect</a></li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v4.0.6.RELEASE...v5.2.7.RELEASE";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-core` from 4.0.6.RELEASE to 5.2.7.RELEASE
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-framework/releases";>spring-core's
 releases</a>.</em></p>
   <blockquote>
   <h2>v5.2.7.RELEASE</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Implement reliable invocation order for advice within an 
<code>@Aspect</code> <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25186";>#25186</a></li>
   <li>Performance enhancement in execution of ResponseEntity.of() <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25183";>#25183</a></li>
   <li>Support for shared GroovyClassLoader in GroovyScriptFactory <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25177";>#25177</a></li>
   <li>Suggest making a Set.size() &gt; 0 judgement for 
AbstractApplicationContext.earlyApplicationEvents <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25161";>#25161</a></li>
   <li>Make use of custom types configurable in YamlProcessor <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25152";>#25152</a></li>
   <li>Avoid need for default constructor in 
ContextAnnotationAutowireCandidateResolver subclasses <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25131";>#25131</a></li>
   <li>ConstructorResolver.resolveConstructorArguments() return value issue <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25130";>#25130</a></li>
   <li>Introduce serializeToByteArray/deserializeFromByteArray convenience 
methods <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25117";>#25117</a></li>
   <li>Custom HTTP Method on MockServerHttpRequest <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25109";>#25109</a></li>
   <li>Missing null checks in 
AbstractMessageChannel.addInterceptor/setInterceptors <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25088";>#25088</a></li>
   <li>Avoid full synchronization in 
AbstractRefreshableApplicationContext.getBeanFactory() since it can lead to 
massive thread blocking <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25081";>#25081</a></li>
   <li>Simplify use of HttpContext in HttpComponentsClientHttpRequestFactory in 
support of user associated connections <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25066";>#25066</a></li>
   <li>ResolvableType forClass fails when a type in the generic signature isn't 
present <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25064";>#25064</a></li>
   <li>Include timeout unit in shutdown failure logging <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25058";>#25058</a></li>
   <li>Drop unnecessary intermediate StringBuilder.toString() call in 
ServerSentEventHttpMessageReader <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25024";>#25024</a></li>
   <li>Fix concurrency issues in XStreamMarshaller <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25017";>#25017</a></li>
   <li>Introduce mechanism to discover whether a reactive type registered in 
ReactiveAdapterRegistry uses deferred computation <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/24995";>#24995</a></li>
   <li>Avoid logging exception for closed session in AbstractSockJsSession <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/24986";>#24986</a></li>
   <li>Include response body in RestTemplate exception when there is no 
suitable HttpMessageConverter <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/24964";>#24964</a></li>
   </ul>
   <h2>:beetle: Bug Fixes</h2>
   <ul>
   <li>ExchangeStrategies custom codec's reader &amp; writer are not registered 
<a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25149";>#25149</a></li>
   <li>MultiValueMapAdapter.getFirst fails with IndexOutOfBoundsException in 
case of empty List <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25140";>#25140</a></li>
   <li>WebSphereUowTransactionManager causes exception for PROPAGATION_SUPPORTS 
when timeout is specified <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25132";>#25132</a></li>
   <li>Avoid ClassCastException on IllegalArgumentException when invoking sync 
get cache method <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25110";>#25110</a></li>
   <li>DefaultServerRequestBuilder does not respect attributes when building 
the ServerRequest <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25106";>#25106</a></li>
   <li>Fix race condition in WriteResultPublisher between subscription and 
error in publishError <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25096";>#25096</a></li>
   <li>Jackson message converters and codecs do not respect character encoding 
in canRead/canWrite <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25076";>#25076</a></li>
   <li>DefaultClientResponseBuilder empty logPrefix when creating a 
DefaultClientResponse based on another <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25069";>#25069</a></li>
   <li>HttpHeaders equals may return false without comparing actual content <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25034";>#25034</a></li>
   <li>Fix race condition in WriteResultPublisher between subscription and 
completion in publishComplete <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/24989";>#24989</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Javadoc for hibernate5 OpenSessionInViewFilter mentions FlushMode.NEVER 
<a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25158";>#25158</a></li>
   <li>Document that the Map backing a MapPropertySource should not contain 
null values <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25142";>#25142</a></li>
   <li>Javadoc for JdbcOperations.batchUpdate should mention that negative 
values are possible <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25138";>#25138</a></li>
   <li>Fix URI pattern example in webflux.adoc <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25137";>#25137</a></li>
   <li>Document how reactive transactions work for cancellation in 5.2 and how 
it will work in 5.3 <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25091";>#25091</a></li>
   <li>Document whether code can rely on specific subclasses of 
HttpClientErrorException/HttpServerErrorException being thrown from 
DefaultResponseErrorHandler <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25067";>#25067</a></li>
   <li>Fix SpelEvaluationException with example code <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25045";>#25045</a></li>
   <li>javadoc: remove a comment documented a limitation on 
<code>@Lookup</code> annotation <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25044";>#25044</a></li>
   <li>Document all predefined variables from ApplicationContext available in 
SpEL expressions <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25037";>#25037</a></li>
   <li>Document ReactiveTransactionManager support in reference manual <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25036";>#25036</a></li>
   <li>Document ReactiveTransactionManager support <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25030";>#25030</a></li>
   <li>Change to placeholder value in XML is not reevaluated at runtime <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25022";>#25022</a></li>
   </ul>
   </tr></table> ... (truncated)
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/6110925ecc54b5d5e9eda528938672e384c2a152";><code>6110925</code></a>
 Release version 5.2.7.RELEASE</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/a2d516d526b482c5824429480963dc92eb2fcd2f";><code>a2d516d</code></a>
 Replace &quot;whitelist&quot; with alternative words</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/4c29bbb77fb46d2e78ef48fb429fe222cf2bfb89";><code>4c29bbb</code></a>
 Upgrade to Reactor Dysprosium-SR8</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/d2cd4c50f4875f598143ab9cbb1c8f12fa74c16b";><code>d2cd4c5</code></a>
 Upgrade to Tomcat 9.0.36</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/c7774680564726153eb34c5c6d3e8bb80dd54f07";><code>c777468</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/721fd20708f6cbf6c7c9b384ca3724ed5856d0e2";><code>721fd20</code></a>
 Document advice precedence in reference manual</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0b760c15eae79cfe3b9529b1de7414db315f959f";><code>0b760c1</code></a>
 Polish AOP chapter in reference manual</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/9e1121fd8d46d96460f630b709123d3a8d4d8876";><code>9e1121f</code></a>
 Document behavior on reactive tx cancellation</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0ccf5e19aa8df06e0bd86a9c14f90ccaa41705e7";><code>0ccf5e1</code></a>
 Undo MockServerRequest deprecation</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0998bd49ef1c2d45a1f52202854098577d8f7a66";><code>0998bd4</code></a>
 Implement reliable advice invocation order within an <a 
href="https://github.com/Aspect";>@Aspect</a></li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v4.0.6.RELEASE...v5.2.7.RELEASE";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-test` from 4.0.6.RELEASE to 5.2.7.RELEASE
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-framework/releases";>spring-test's
 releases</a>.</em></p>
   <blockquote>
   <h2>v5.2.7.RELEASE</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Implement reliable invocation order for advice within an 
<code>@Aspect</code> <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25186";>#25186</a></li>
   <li>Performance enhancement in execution of ResponseEntity.of() <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25183";>#25183</a></li>
   <li>Support for shared GroovyClassLoader in GroovyScriptFactory <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25177";>#25177</a></li>
   <li>Suggest making a Set.size() &gt; 0 judgement for 
AbstractApplicationContext.earlyApplicationEvents <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25161";>#25161</a></li>
   <li>Make use of custom types configurable in YamlProcessor <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25152";>#25152</a></li>
   <li>Avoid need for default constructor in 
ContextAnnotationAutowireCandidateResolver subclasses <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25131";>#25131</a></li>
   <li>ConstructorResolver.resolveConstructorArguments() return value issue <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25130";>#25130</a></li>
   <li>Introduce serializeToByteArray/deserializeFromByteArray convenience 
methods <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25117";>#25117</a></li>
   <li>Custom HTTP Method on MockServerHttpRequest <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25109";>#25109</a></li>
   <li>Missing null checks in 
AbstractMessageChannel.addInterceptor/setInterceptors <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25088";>#25088</a></li>
   <li>Avoid full synchronization in 
AbstractRefreshableApplicationContext.getBeanFactory() since it can lead to 
massive thread blocking <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25081";>#25081</a></li>
   <li>Simplify use of HttpContext in HttpComponentsClientHttpRequestFactory in 
support of user associated connections <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25066";>#25066</a></li>
   <li>ResolvableType forClass fails when a type in the generic signature isn't 
present <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25064";>#25064</a></li>
   <li>Include timeout unit in shutdown failure logging <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25058";>#25058</a></li>
   <li>Drop unnecessary intermediate StringBuilder.toString() call in 
ServerSentEventHttpMessageReader <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25024";>#25024</a></li>
   <li>Fix concurrency issues in XStreamMarshaller <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25017";>#25017</a></li>
   <li>Introduce mechanism to discover whether a reactive type registered in 
ReactiveAdapterRegistry uses deferred computation <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/24995";>#24995</a></li>
   <li>Avoid logging exception for closed session in AbstractSockJsSession <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/24986";>#24986</a></li>
   <li>Include response body in RestTemplate exception when there is no 
suitable HttpMessageConverter <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/24964";>#24964</a></li>
   </ul>
   <h2>:beetle: Bug Fixes</h2>
   <ul>
   <li>ExchangeStrategies custom codec's reader &amp; writer are not registered 
<a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25149";>#25149</a></li>
   <li>MultiValueMapAdapter.getFirst fails with IndexOutOfBoundsException in 
case of empty List <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25140";>#25140</a></li>
   <li>WebSphereUowTransactionManager causes exception for PROPAGATION_SUPPORTS 
when timeout is specified <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25132";>#25132</a></li>
   <li>Avoid ClassCastException on IllegalArgumentException when invoking sync 
get cache method <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25110";>#25110</a></li>
   <li>DefaultServerRequestBuilder does not respect attributes when building 
the ServerRequest <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25106";>#25106</a></li>
   <li>Fix race condition in WriteResultPublisher between subscription and 
error in publishError <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25096";>#25096</a></li>
   <li>Jackson message converters and codecs do not respect character encoding 
in canRead/canWrite <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25076";>#25076</a></li>
   <li>DefaultClientResponseBuilder empty logPrefix when creating a 
DefaultClientResponse based on another <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25069";>#25069</a></li>
   <li>HttpHeaders equals may return false without comparing actual content <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25034";>#25034</a></li>
   <li>Fix race condition in WriteResultPublisher between subscription and 
completion in publishComplete <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/24989";>#24989</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Javadoc for hibernate5 OpenSessionInViewFilter mentions FlushMode.NEVER 
<a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25158";>#25158</a></li>
   <li>Document that the Map backing a MapPropertySource should not contain 
null values <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25142";>#25142</a></li>
   <li>Javadoc for JdbcOperations.batchUpdate should mention that negative 
values are possible <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25138";>#25138</a></li>
   <li>Fix URI pattern example in webflux.adoc <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25137";>#25137</a></li>
   <li>Document how reactive transactions work for cancellation in 5.2 and how 
it will work in 5.3 <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25091";>#25091</a></li>
   <li>Document whether code can rely on specific subclasses of 
HttpClientErrorException/HttpServerErrorException being thrown from 
DefaultResponseErrorHandler <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25067";>#25067</a></li>
   <li>Fix SpelEvaluationException with example code <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25045";>#25045</a></li>
   <li>javadoc: remove a comment documented a limitation on 
<code>@Lookup</code> annotation <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25044";>#25044</a></li>
   <li>Document all predefined variables from ApplicationContext available in 
SpEL expressions <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25037";>#25037</a></li>
   <li>Document ReactiveTransactionManager support in reference manual <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25036";>#25036</a></li>
   <li>Document ReactiveTransactionManager support <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25030";>#25030</a></li>
   <li>Change to placeholder value in XML is not reevaluated at runtime <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25022";>#25022</a></li>
   </ul>
   </tr></table> ... (truncated)
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/6110925ecc54b5d5e9eda528938672e384c2a152";><code>6110925</code></a>
 Release version 5.2.7.RELEASE</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/a2d516d526b482c5824429480963dc92eb2fcd2f";><code>a2d516d</code></a>
 Replace &quot;whitelist&quot; with alternative words</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/4c29bbb77fb46d2e78ef48fb429fe222cf2bfb89";><code>4c29bbb</code></a>
 Upgrade to Reactor Dysprosium-SR8</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/d2cd4c50f4875f598143ab9cbb1c8f12fa74c16b";><code>d2cd4c5</code></a>
 Upgrade to Tomcat 9.0.36</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/c7774680564726153eb34c5c6d3e8bb80dd54f07";><code>c777468</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/721fd20708f6cbf6c7c9b384ca3724ed5856d0e2";><code>721fd20</code></a>
 Document advice precedence in reference manual</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0b760c15eae79cfe3b9529b1de7414db315f959f";><code>0b760c1</code></a>
 Polish AOP chapter in reference manual</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/9e1121fd8d46d96460f630b709123d3a8d4d8876";><code>9e1121f</code></a>
 Document behavior on reactive tx cancellation</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0ccf5e19aa8df06e0bd86a9c14f90ccaa41705e7";><code>0ccf5e1</code></a>
 Undo MockServerRequest deprecation</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0998bd49ef1c2d45a1f52202854098577d8f7a66";><code>0998bd4</code></a>
 Implement reliable advice invocation order within an <a 
href="https://github.com/Aspect";>@Aspect</a></li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v4.0.6.RELEASE...v5.2.7.RELEASE";>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 ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to