You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2021/09/29 04:39:16 UTC

[GitHub] [maven-indexer] dependabot[bot] opened a new pull request #135: Bump version.spring from 5.3.9 to 5.3.10

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


   Bumps `version.spring` from 5.3.9 to 5.3.10.
   Updates `spring-beans` from 5.3.9 to 5.3.10
   <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.3.10</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Invalid JavaBean property 'logoutHandlers' being accessed (warning in the logs for Spring Security's ConcurrentSessionFilter) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27372">#27372</a></li>
   <li>Convenient configuration of type permissions for XStream 1.4.18 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27343">#27343</a></li>
   <li>Add SmallRye Mutiny support to ReactiveAdapterRegistry <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27331">#27331</a></li>
   <li>Introduce <code>ExceptionCollector</code> testing utility <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27316">#27316</a></li>
   <li>Support <code>TimeUnit</code> in the <code>@Scheduled</code> annotation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27309">#27309</a></li>
   <li>Make it possible to determine if circular references are prohibited or if the cycle just couldn't be broken <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27289">#27289</a></li>
   <li>Support Charset for character encoding in MockMvc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27231">#27231</a></li>
   <li>Support default character encoding for response in MockMvc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27230">#27230</a></li>
   <li>Introduce <code>setDefaultCharacterEncoding()</code> in <code>MockHttpServletResponse</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27214">#27214</a></li>
   <li>Use MessageSource for <code>@ExceptionHandler</code> methods <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27203">#27203</a></li>
   <li>ResponseStatusException.initCause always throws IllegalStateException <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27196">#27196</a></li>
   <li>Introduce soft assertions for WebTestClient <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26969">#26969</a></li>
   <li>Introduce soft assertions for MockMvc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26917">#26917</a></li>
   <li>Blockhound flags a blocking call when WebFlux serves a static resource <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26631">#26631</a></li>
   <li>Optimize memory allocations in StringUtils#cleanPath <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26316">#26316</a></li>
   <li>InvocableHandlerMethod calls makeAccessible(getBridgedMethod()) on every call [SPR-15230] <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/19795">#19795</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Support char, float, and double primitive default values in BeanUtils.instantiateClass() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27390">#27390</a></li>
   <li>Fix memory leak on AOP Proxy class definition cache <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27375">#27375</a></li>
   <li>Fix response body missing 1st byte inside UnknownContentTypeException <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27374">#27374</a></li>
   <li>CommonsMultipartResolver and DEBUG logging lead to empty fileMap in MultipartHttpServletRequest <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27350">#27350</a></li>
   <li>Fix UrlPathHelper#shouldRemoveSemicolonContent() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27303">#27303</a></li>
   <li>CompositeUriComponentsContributor#hasContributors: method name is not compliant with its intention <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27271">#27271</a></li>
   <li>Error with formatMapping method in AbstractMethodMessageHandler.java <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27247">#27247</a></li>
   <li>Apply default <code>ResultHandler</code>s before default <code>ResultMatcher</code>s in <code>MockMvc</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27225">#27225</a></li>
   <li><code>MockHttpServletResponse.characterEncoding</code> should not be <code>@Nullable</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27219">#27219</a></li>
   <li>WebSocketMessageBrokerStats.getExecutorStatsInfo() throws exception if Executor is not a ThreadPoolExecutor <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27209">#27209</a></li>
   <li><code>HtmlUnitRequestBuilder</code> ignores file uploaded via <code>HtmlFileInput.setData()</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27199">#27199</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix wording in Javadoc of ClientResponse.mutate() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27389">#27389</a></li>
   <li>Fix some typos and mistakes in docs <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27388">#27388</a></li>
   <li>Fix misplaced comma in AOP doc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27387">#27387</a></li>
   <li>Fix Kotlin example for filtering handler functions <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27337">#27337</a></li>
   <li>Document when <code>prepareTestInstance()</code> is invoked when using the <code>SpringMethodRule</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27305">#27305</a></li>
   <li>Fix duplicated &quot;the&quot; occurrences in Javadoc and XSD <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27291">#27291</a></li>
   <li>Fix typo in DefaultPartHttpMessageReader <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27260">#27260</a></li>
   <li>Fix reference to Optional.isPresent() in ObjectUtils.isEmpty() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27223">#27223</a></li>
   <li>Clarify that ClientRequest.from(..) also copies body <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27220">#27220</a></li>
   <li><code>@Cacheable</code> caches empty Optionals but documentation states otherwise <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27184">#27184</a></li>
   <li>Reference docs missing left-hand side navigation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27177">#27177</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</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/21c3b51e1fcf0a20f9880d280a71cbace4905e41"><code>21c3b51</code></a> Release v5.3.10</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/aa14c248990bcfe8345bd1a93ef8f7fa0b415101"><code>aa14c24</code></a> Migrate to Spring Builds account</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/4c720eaa38704cb97705b86761cd505ceb59835e"><code>4c720ea</code></a> Fix GitHub credentials to use token rather than password</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/2d65bce18ee22e4eb5afde83b71033097f5bbf26"><code>2d65bce</code></a> Polish Eclipse IDE support</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/b8b85a6a59db19ae3283becadf7f60de606d5616"><code>b8b85a6</code></a> Defensive handling of dimensions nullability</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/3baacedfd9c8d908ac95be00ee745d938033cd67"><code>3baaced</code></a> Alignment with other abstract utils classes</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/4322ee194452bc1c2c1fb51932279b038c27205c"><code>4322ee1</code></a> Polish Eclipse IDE support</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/3faf445603e760d0b9223c194861809b410577c9"><code>3faf445</code></a> Re-enable import into Eclipse IDE</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/9e986c031b92ea7035e639436c79deb77c33e842"><code>9e986c0</code></a> Polish ide.gradle</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/f07e6a1b9de59331647b2c8dd54f696d59a8b902"><code>f07e6a1</code></a> Support char primitive default values in BeanUtils.instantiateClass()</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.9...v5.3.10">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-context` from 5.3.9 to 5.3.10
   <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.3.10</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Invalid JavaBean property 'logoutHandlers' being accessed (warning in the logs for Spring Security's ConcurrentSessionFilter) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27372">#27372</a></li>
   <li>Convenient configuration of type permissions for XStream 1.4.18 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27343">#27343</a></li>
   <li>Add SmallRye Mutiny support to ReactiveAdapterRegistry <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27331">#27331</a></li>
   <li>Introduce <code>ExceptionCollector</code> testing utility <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27316">#27316</a></li>
   <li>Support <code>TimeUnit</code> in the <code>@Scheduled</code> annotation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27309">#27309</a></li>
   <li>Make it possible to determine if circular references are prohibited or if the cycle just couldn't be broken <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27289">#27289</a></li>
   <li>Support Charset for character encoding in MockMvc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27231">#27231</a></li>
   <li>Support default character encoding for response in MockMvc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27230">#27230</a></li>
   <li>Introduce <code>setDefaultCharacterEncoding()</code> in <code>MockHttpServletResponse</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27214">#27214</a></li>
   <li>Use MessageSource for <code>@ExceptionHandler</code> methods <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27203">#27203</a></li>
   <li>ResponseStatusException.initCause always throws IllegalStateException <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27196">#27196</a></li>
   <li>Introduce soft assertions for WebTestClient <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26969">#26969</a></li>
   <li>Introduce soft assertions for MockMvc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26917">#26917</a></li>
   <li>Blockhound flags a blocking call when WebFlux serves a static resource <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26631">#26631</a></li>
   <li>Optimize memory allocations in StringUtils#cleanPath <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26316">#26316</a></li>
   <li>InvocableHandlerMethod calls makeAccessible(getBridgedMethod()) on every call [SPR-15230] <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/19795">#19795</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Support char, float, and double primitive default values in BeanUtils.instantiateClass() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27390">#27390</a></li>
   <li>Fix memory leak on AOP Proxy class definition cache <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27375">#27375</a></li>
   <li>Fix response body missing 1st byte inside UnknownContentTypeException <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27374">#27374</a></li>
   <li>CommonsMultipartResolver and DEBUG logging lead to empty fileMap in MultipartHttpServletRequest <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27350">#27350</a></li>
   <li>Fix UrlPathHelper#shouldRemoveSemicolonContent() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27303">#27303</a></li>
   <li>CompositeUriComponentsContributor#hasContributors: method name is not compliant with its intention <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27271">#27271</a></li>
   <li>Error with formatMapping method in AbstractMethodMessageHandler.java <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27247">#27247</a></li>
   <li>Apply default <code>ResultHandler</code>s before default <code>ResultMatcher</code>s in <code>MockMvc</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27225">#27225</a></li>
   <li><code>MockHttpServletResponse.characterEncoding</code> should not be <code>@Nullable</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27219">#27219</a></li>
   <li>WebSocketMessageBrokerStats.getExecutorStatsInfo() throws exception if Executor is not a ThreadPoolExecutor <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27209">#27209</a></li>
   <li><code>HtmlUnitRequestBuilder</code> ignores file uploaded via <code>HtmlFileInput.setData()</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27199">#27199</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix wording in Javadoc of ClientResponse.mutate() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27389">#27389</a></li>
   <li>Fix some typos and mistakes in docs <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27388">#27388</a></li>
   <li>Fix misplaced comma in AOP doc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27387">#27387</a></li>
   <li>Fix Kotlin example for filtering handler functions <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27337">#27337</a></li>
   <li>Document when <code>prepareTestInstance()</code> is invoked when using the <code>SpringMethodRule</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27305">#27305</a></li>
   <li>Fix duplicated &quot;the&quot; occurrences in Javadoc and XSD <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27291">#27291</a></li>
   <li>Fix typo in DefaultPartHttpMessageReader <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27260">#27260</a></li>
   <li>Fix reference to Optional.isPresent() in ObjectUtils.isEmpty() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27223">#27223</a></li>
   <li>Clarify that ClientRequest.from(..) also copies body <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27220">#27220</a></li>
   <li><code>@Cacheable</code> caches empty Optionals but documentation states otherwise <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27184">#27184</a></li>
   <li>Reference docs missing left-hand side navigation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27177">#27177</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</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/21c3b51e1fcf0a20f9880d280a71cbace4905e41"><code>21c3b51</code></a> Release v5.3.10</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/aa14c248990bcfe8345bd1a93ef8f7fa0b415101"><code>aa14c24</code></a> Migrate to Spring Builds account</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/4c720eaa38704cb97705b86761cd505ceb59835e"><code>4c720ea</code></a> Fix GitHub credentials to use token rather than password</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/2d65bce18ee22e4eb5afde83b71033097f5bbf26"><code>2d65bce</code></a> Polish Eclipse IDE support</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/b8b85a6a59db19ae3283becadf7f60de606d5616"><code>b8b85a6</code></a> Defensive handling of dimensions nullability</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/3baacedfd9c8d908ac95be00ee745d938033cd67"><code>3baaced</code></a> Alignment with other abstract utils classes</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/4322ee194452bc1c2c1fb51932279b038c27205c"><code>4322ee1</code></a> Polish Eclipse IDE support</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/3faf445603e760d0b9223c194861809b410577c9"><code>3faf445</code></a> Re-enable import into Eclipse IDE</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/9e986c031b92ea7035e639436c79deb77c33e842"><code>9e986c0</code></a> Polish ide.gradle</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/f07e6a1b9de59331647b2c8dd54f696d59a8b902"><code>f07e6a1</code></a> Support char primitive default values in BeanUtils.instantiateClass()</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.9...v5.3.10">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-core` from 5.3.9 to 5.3.10
   <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.3.10</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Invalid JavaBean property 'logoutHandlers' being accessed (warning in the logs for Spring Security's ConcurrentSessionFilter) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27372">#27372</a></li>
   <li>Convenient configuration of type permissions for XStream 1.4.18 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27343">#27343</a></li>
   <li>Add SmallRye Mutiny support to ReactiveAdapterRegistry <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27331">#27331</a></li>
   <li>Introduce <code>ExceptionCollector</code> testing utility <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27316">#27316</a></li>
   <li>Support <code>TimeUnit</code> in the <code>@Scheduled</code> annotation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27309">#27309</a></li>
   <li>Make it possible to determine if circular references are prohibited or if the cycle just couldn't be broken <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27289">#27289</a></li>
   <li>Support Charset for character encoding in MockMvc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27231">#27231</a></li>
   <li>Support default character encoding for response in MockMvc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27230">#27230</a></li>
   <li>Introduce <code>setDefaultCharacterEncoding()</code> in <code>MockHttpServletResponse</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27214">#27214</a></li>
   <li>Use MessageSource for <code>@ExceptionHandler</code> methods <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27203">#27203</a></li>
   <li>ResponseStatusException.initCause always throws IllegalStateException <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27196">#27196</a></li>
   <li>Introduce soft assertions for WebTestClient <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26969">#26969</a></li>
   <li>Introduce soft assertions for MockMvc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26917">#26917</a></li>
   <li>Blockhound flags a blocking call when WebFlux serves a static resource <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26631">#26631</a></li>
   <li>Optimize memory allocations in StringUtils#cleanPath <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26316">#26316</a></li>
   <li>InvocableHandlerMethod calls makeAccessible(getBridgedMethod()) on every call [SPR-15230] <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/19795">#19795</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Support char, float, and double primitive default values in BeanUtils.instantiateClass() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27390">#27390</a></li>
   <li>Fix memory leak on AOP Proxy class definition cache <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27375">#27375</a></li>
   <li>Fix response body missing 1st byte inside UnknownContentTypeException <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27374">#27374</a></li>
   <li>CommonsMultipartResolver and DEBUG logging lead to empty fileMap in MultipartHttpServletRequest <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27350">#27350</a></li>
   <li>Fix UrlPathHelper#shouldRemoveSemicolonContent() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27303">#27303</a></li>
   <li>CompositeUriComponentsContributor#hasContributors: method name is not compliant with its intention <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27271">#27271</a></li>
   <li>Error with formatMapping method in AbstractMethodMessageHandler.java <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27247">#27247</a></li>
   <li>Apply default <code>ResultHandler</code>s before default <code>ResultMatcher</code>s in <code>MockMvc</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27225">#27225</a></li>
   <li><code>MockHttpServletResponse.characterEncoding</code> should not be <code>@Nullable</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27219">#27219</a></li>
   <li>WebSocketMessageBrokerStats.getExecutorStatsInfo() throws exception if Executor is not a ThreadPoolExecutor <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27209">#27209</a></li>
   <li><code>HtmlUnitRequestBuilder</code> ignores file uploaded via <code>HtmlFileInput.setData()</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27199">#27199</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix wording in Javadoc of ClientResponse.mutate() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27389">#27389</a></li>
   <li>Fix some typos and mistakes in docs <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27388">#27388</a></li>
   <li>Fix misplaced comma in AOP doc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27387">#27387</a></li>
   <li>Fix Kotlin example for filtering handler functions <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27337">#27337</a></li>
   <li>Document when <code>prepareTestInstance()</code> is invoked when using the <code>SpringMethodRule</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27305">#27305</a></li>
   <li>Fix duplicated &quot;the&quot; occurrences in Javadoc and XSD <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27291">#27291</a></li>
   <li>Fix typo in DefaultPartHttpMessageReader <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27260">#27260</a></li>
   <li>Fix reference to Optional.isPresent() in ObjectUtils.isEmpty() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27223">#27223</a></li>
   <li>Clarify that ClientRequest.from(..) also copies body <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27220">#27220</a></li>
   <li><code>@Cacheable</code> caches empty Optionals but documentation states otherwise <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27184">#27184</a></li>
   <li>Reference docs missing left-hand side navigation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27177">#27177</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</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/21c3b51e1fcf0a20f9880d280a71cbace4905e41"><code>21c3b51</code></a> Release v5.3.10</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/aa14c248990bcfe8345bd1a93ef8f7fa0b415101"><code>aa14c24</code></a> Migrate to Spring Builds account</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/4c720eaa38704cb97705b86761cd505ceb59835e"><code>4c720ea</code></a> Fix GitHub credentials to use token rather than password</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/2d65bce18ee22e4eb5afde83b71033097f5bbf26"><code>2d65bce</code></a> Polish Eclipse IDE support</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/b8b85a6a59db19ae3283becadf7f60de606d5616"><code>b8b85a6</code></a> Defensive handling of dimensions nullability</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/3baacedfd9c8d908ac95be00ee745d938033cd67"><code>3baaced</code></a> Alignment with other abstract utils classes</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/4322ee194452bc1c2c1fb51932279b038c27205c"><code>4322ee1</code></a> Polish Eclipse IDE support</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/3faf445603e760d0b9223c194861809b410577c9"><code>3faf445</code></a> Re-enable import into Eclipse IDE</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/9e986c031b92ea7035e639436c79deb77c33e842"><code>9e986c0</code></a> Polish ide.gradle</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/f07e6a1b9de59331647b2c8dd54f696d59a8b902"><code>f07e6a1</code></a> Support char primitive default values in BeanUtils.instantiateClass()</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.9...v5.3.10">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-test` from 5.3.9 to 5.3.10
   <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.3.10</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Invalid JavaBean property 'logoutHandlers' being accessed (warning in the logs for Spring Security's ConcurrentSessionFilter) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27372">#27372</a></li>
   <li>Convenient configuration of type permissions for XStream 1.4.18 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27343">#27343</a></li>
   <li>Add SmallRye Mutiny support to ReactiveAdapterRegistry <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27331">#27331</a></li>
   <li>Introduce <code>ExceptionCollector</code> testing utility <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27316">#27316</a></li>
   <li>Support <code>TimeUnit</code> in the <code>@Scheduled</code> annotation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27309">#27309</a></li>
   <li>Make it possible to determine if circular references are prohibited or if the cycle just couldn't be broken <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27289">#27289</a></li>
   <li>Support Charset for character encoding in MockMvc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27231">#27231</a></li>
   <li>Support default character encoding for response in MockMvc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27230">#27230</a></li>
   <li>Introduce <code>setDefaultCharacterEncoding()</code> in <code>MockHttpServletResponse</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27214">#27214</a></li>
   <li>Use MessageSource for <code>@ExceptionHandler</code> methods <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27203">#27203</a></li>
   <li>ResponseStatusException.initCause always throws IllegalStateException <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27196">#27196</a></li>
   <li>Introduce soft assertions for WebTestClient <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26969">#26969</a></li>
   <li>Introduce soft assertions for MockMvc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26917">#26917</a></li>
   <li>Blockhound flags a blocking call when WebFlux serves a static resource <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26631">#26631</a></li>
   <li>Optimize memory allocations in StringUtils#cleanPath <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26316">#26316</a></li>
   <li>InvocableHandlerMethod calls makeAccessible(getBridgedMethod()) on every call [SPR-15230] <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/19795">#19795</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Support char, float, and double primitive default values in BeanUtils.instantiateClass() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27390">#27390</a></li>
   <li>Fix memory leak on AOP Proxy class definition cache <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27375">#27375</a></li>
   <li>Fix response body missing 1st byte inside UnknownContentTypeException <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27374">#27374</a></li>
   <li>CommonsMultipartResolver and DEBUG logging lead to empty fileMap in MultipartHttpServletRequest <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27350">#27350</a></li>
   <li>Fix UrlPathHelper#shouldRemoveSemicolonContent() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27303">#27303</a></li>
   <li>CompositeUriComponentsContributor#hasContributors: method name is not compliant with its intention <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27271">#27271</a></li>
   <li>Error with formatMapping method in AbstractMethodMessageHandler.java <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27247">#27247</a></li>
   <li>Apply default <code>ResultHandler</code>s before default <code>ResultMatcher</code>s in <code>MockMvc</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27225">#27225</a></li>
   <li><code>MockHttpServletResponse.characterEncoding</code> should not be <code>@Nullable</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27219">#27219</a></li>
   <li>WebSocketMessageBrokerStats.getExecutorStatsInfo() throws exception if Executor is not a ThreadPoolExecutor <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27209">#27209</a></li>
   <li><code>HtmlUnitRequestBuilder</code> ignores file uploaded via <code>HtmlFileInput.setData()</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27199">#27199</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix wording in Javadoc of ClientResponse.mutate() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27389">#27389</a></li>
   <li>Fix some typos and mistakes in docs <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27388">#27388</a></li>
   <li>Fix misplaced comma in AOP doc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27387">#27387</a></li>
   <li>Fix Kotlin example for filtering handler functions <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27337">#27337</a></li>
   <li>Document when <code>prepareTestInstance()</code> is invoked when using the <code>SpringMethodRule</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27305">#27305</a></li>
   <li>Fix duplicated &quot;the&quot; occurrences in Javadoc and XSD <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27291">#27291</a></li>
   <li>Fix typo in DefaultPartHttpMessageReader <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27260">#27260</a></li>
   <li>Fix reference to Optional.isPresent() in ObjectUtils.isEmpty() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27223">#27223</a></li>
   <li>Clarify that ClientRequest.from(..) also copies body <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27220">#27220</a></li>
   <li><code>@Cacheable</code> caches empty Optionals but documentation states otherwise <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27184">#27184</a></li>
   <li>Reference docs missing left-hand side navigation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27177">#27177</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</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/21c3b51e1fcf0a20f9880d280a71cbace4905e41"><code>21c3b51</code></a> Release v5.3.10</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/aa14c248990bcfe8345bd1a93ef8f7fa0b415101"><code>aa14c24</code></a> Migrate to Spring Builds account</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/4c720eaa38704cb97705b86761cd505ceb59835e"><code>4c720ea</code></a> Fix GitHub credentials to use token rather than password</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/2d65bce18ee22e4eb5afde83b71033097f5bbf26"><code>2d65bce</code></a> Polish Eclipse IDE support</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/b8b85a6a59db19ae3283becadf7f60de606d5616"><code>b8b85a6</code></a> Defensive handling of dimensions nullability</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/3baacedfd9c8d908ac95be00ee745d938033cd67"><code>3baaced</code></a> Alignment with other abstract utils classes</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/4322ee194452bc1c2c1fb51932279b038c27205c"><code>4322ee1</code></a> Polish Eclipse IDE support</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/3faf445603e760d0b9223c194861809b410577c9"><code>3faf445</code></a> Re-enable import into Eclipse IDE</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/9e986c031b92ea7035e639436c79deb77c33e842"><code>9e986c0</code></a> Polish ide.gradle</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/f07e6a1b9de59331647b2c8dd54f696d59a8b902"><code>f07e6a1</code></a> Support char primitive default values in BeanUtils.instantiateClass()</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.9...v5.3.10">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.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [maven-indexer] slachiewicz merged pull request #135: Bump version.spring from 5.3.9 to 5.3.10

Posted by GitBox <gi...@apache.org>.
slachiewicz merged pull request #135:
URL: https://github.com/apache/maven-indexer/pull/135


   


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

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org