You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2021/03/17 05:30:53 UTC

[GitHub] [commons-configuration] dependabot[bot] opened a new pull request #103: Bump spring.version from 4.3.30.RELEASE to 5.3.5

dependabot[bot] opened a new pull request #103:
URL: https://github.com/apache/commons-configuration/pull/103


   Bumps `spring.version` from 4.3.30.RELEASE to 5.3.5.
   Updates `spring-core` from 4.3.30.RELEASE to 5.3.5
   <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.5</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Expose <code>@JmsListener</code> endpoint id to annotation-derived listener container (for transaction definition name) <a href="https://github.com/spring-projects/spring-framework/issues/26683">#26683</a></li>
   <li>Add support for Oracle bind marker scheme using R2DBC <a href="https://github.com/spring-projects/spring-framework/pull/26680">#26680</a></li>
   <li>Add HTTP request cookies to the WebSocket handshake info <a href="https://github.com/spring-projects/spring-framework/pull/26674">#26674</a></li>
   <li>Add an MockMVC alwaysDo equivalent to WebTestClient  <a href="https://github.com/spring-projects/spring-framework/issues/26662">#26662</a></li>
   <li>Ensure ClientResponse logPrefix Contains the Connection Id When Available <a href="https://github.com/spring-projects/spring-framework/issues/26656">#26656</a></li>
   <li>Make use of Reactor Netty API for request id <a href="https://github.com/spring-projects/spring-framework/issues/26649">#26649</a></li>
   <li>WriteResultPublisher does not pass cancel signals <a href="https://github.com/spring-projects/spring-framework/issues/26642">#26642</a></li>
   <li><code>@EventListener</code> annotated bean cannot be removed from the ApplicationEventMulticaster <a href="https://github.com/spring-projects/spring-framework/issues/26638">#26638</a></li>
   <li>Support global <code>@MessageExceptionHandler</code> via <code>@ControllerAdvice</code> in RSocket <a href="https://github.com/spring-projects/spring-framework/issues/26636">#26636</a></li>
   <li>Support UTF-16 and UTF-32 in Jackson HttpMessageConverters <a href="https://github.com/spring-projects/spring-framework/issues/26627">#26627</a></li>
   <li>Add missing nullable annotation to ResponseEntity ok convenience method <a href="https://github.com/spring-projects/spring-framework/pull/26613">#26613</a></li>
   <li>OncePerRequestFilter.isAsyncDispatch may return a NPE <a href="https://github.com/spring-projects/spring-framework/issues/26602">#26602</a></li>
   <li>Allow AOP proxies to be created using the original ClassLoader <a href="https://github.com/spring-projects/spring-framework/issues/26601">#26601</a></li>
   <li>WebSocketHandlerRegistration is missing option for allowedOriginPatterns <a href="https://github.com/spring-projects/spring-framework/issues/26593">#26593</a></li>
   <li>HandlerMapping for WebSocket Requests Only <a href="https://github.com/spring-projects/spring-framework/issues/26565">#26565</a></li>
   <li>Support cookies with Expires attribute but no Max-Age attribute in MockHttpServletResponse <a href="https://github.com/spring-projects/spring-framework/pull/26558">#26558</a></li>
   <li>Allow logging REST endpoint mappings independent of other log categories <a href="https://github.com/spring-projects/spring-framework/issues/26539">#26539</a></li>
   <li>Introduce 'idleReceivesPerTaskLimit' in DefaultMessageListenerContainer <a href="https://github.com/spring-projects/spring-framework/pull/26442">#26442</a></li>
   <li>Improve handling of malformed Accept header for <code>@ExceptionHandler</code> methods <a href="https://github.com/spring-projects/spring-framework/issues/24539">#24539</a></li>
   <li>Support fallback parsing patterns in <code>@DateTimeFormat</code> <a href="https://github.com/spring-projects/spring-framework/issues/20292">#20292</a></li>
   </ul>
   <h2>:beetle: Bug Fixes</h2>
   <ul>
   <li>StatusAssertion value methods fail when used with custom status code <a href="https://github.com/spring-projects/spring-framework/pull/26658">#26658</a></li>
   <li>Jaxb2XmlEncoder Support for Custom XML Media Types <a href="https://github.com/spring-projects/spring-framework/issues/26655">#26655</a></li>
   <li>Local <code>@CrossOrigin</code> maxAge value should override global value <a href="https://github.com/spring-projects/spring-framework/pull/26619">#26619</a></li>
   <li>Multipart boundary should strip quotes <a href="https://github.com/spring-projects/spring-framework/issues/26616">#26616</a></li>
   <li>ServerHttpRequest content-type cannot be mutated <a href="https://github.com/spring-projects/spring-framework/issues/26615">#26615</a></li>
   <li>Correctly set auto-growing array's element <a href="https://github.com/spring-projects/spring-framework/pull/26600">#26600</a></li>
   <li>Change in behaviour for cron expression with day of the week range starting with SUN <a href="https://github.com/spring-projects/spring-framework/issues/26598">#26598</a></li>
   <li>Fix handling of &quot;file:&quot; paths to non-existent files on Windows <a href="https://github.com/spring-projects/spring-framework/pull/26575">#26575</a></li>
   <li>ClassLoader.getResource can throw IllegalArgumentException <a href="https://github.com/spring-projects/spring-framework/pull/26574">#26574</a></li>
   <li>ResourceUrlProvider detects wrong set of handler mappings <a href="https://github.com/spring-projects/spring-framework/issues/26561">#26561</a></li>
   <li>Dependency on Servlet 4.0 in spring-test makes it challenging to have Servlet 3.1 at runtime <a href="https://github.com/spring-projects/spring-framework/issues/26555">#26555</a></li>
   <li>Response writing fails to complete with WebFlux on Tomcat <a href="https://github.com/spring-projects/spring-framework/issues/26434">#26434</a></li>
   <li>LoadTimeWeaver no longer weaves bean classes annotated with <code>@Component</code> <a href="https://github.com/spring-projects/spring-framework/issues/26199">#26199</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix Commons FileUpload URL in reference guide <a href="https://github.com/spring-projects/spring-framework/pull/26678">#26678</a></li>
   <li>Update reference to deprecated CronSequenceGenerator <a href="https://github.com/spring-projects/spring-framework/pull/26651">#26651</a></li>
   <li>Update ref docs regarding deprecated <code>@Required</code> annotation <a href="https://github.com/spring-projects/spring-framework/pull/26578">#26578</a></li>
   <li>Fix build output directory for ref docs in CONTRIBUTING.md <a href="https://github.com/spring-projects/spring-framework/pull/26556">#26556</a></li>
   <li>Document all supported SpringProperties keys in the reference manual <a href="https://github.com/spring-projects/spring-framework/issues/26554">#26554</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/7c2a72c9b43d066ae9e71d4f39d7bab8f6d9c2ff"><code>7c2a72c</code></a> Release v5.3.5</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/5476b2edffd7d5cb68972475d61bc7de1e29c5eb"><code>5476b2e</code></a> Polishing contribution</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/c0fee67c6dae586d66f17724dcef32b631d6eecf"><code>c0fee67</code></a> Upgrade Kotlin serialization to 1.0.1</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/f229fa4b723ba85522c23d5ad85aae47323c59a4"><code>f229fa4</code></a> Upgrade Kotlin Coroutines to 1.4.3</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/684939d5f831362c46e523b0e2b6a0ebcd9817be"><code>684939d</code></a> Upgrade Kotlin to 1.4.31</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/b8d75c3139d6b8e89498742099bac7eac99e09bc"><code>b8d75c3</code></a> Polishing contribution</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/d92c74d923a43218cd0f49fdf28622a2aa6c9837"><code>d92c74d</code></a> Add cookies to the WebSocket HandshakeInfo</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/4f14291e2fd6790f605ad34b499caa3696d71278"><code>4f14291</code></a> Add since tag</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/7d3f42b27bd0042f1461e3e2ef45bbd641b05fa3"><code>7d3f42b</code></a> Expose endpoint id as listener container name (for transaction/thread name)</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/a8d553218c5e888c83a953cd653397520512053d"><code>a8d5532</code></a> Introduce Gradle Toolchain support in build</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v4.3.30.RELEASE...v5.3.5">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-beans` from 4.3.30.RELEASE to 5.3.5
   <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.5</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Expose <code>@JmsListener</code> endpoint id to annotation-derived listener container (for transaction definition name) <a href="https://github.com/spring-projects/spring-framework/issues/26683">#26683</a></li>
   <li>Add support for Oracle bind marker scheme using R2DBC <a href="https://github.com/spring-projects/spring-framework/pull/26680">#26680</a></li>
   <li>Add HTTP request cookies to the WebSocket handshake info <a href="https://github.com/spring-projects/spring-framework/pull/26674">#26674</a></li>
   <li>Add an MockMVC alwaysDo equivalent to WebTestClient  <a href="https://github.com/spring-projects/spring-framework/issues/26662">#26662</a></li>
   <li>Ensure ClientResponse logPrefix Contains the Connection Id When Available <a href="https://github.com/spring-projects/spring-framework/issues/26656">#26656</a></li>
   <li>Make use of Reactor Netty API for request id <a href="https://github.com/spring-projects/spring-framework/issues/26649">#26649</a></li>
   <li>WriteResultPublisher does not pass cancel signals <a href="https://github.com/spring-projects/spring-framework/issues/26642">#26642</a></li>
   <li><code>@EventListener</code> annotated bean cannot be removed from the ApplicationEventMulticaster <a href="https://github.com/spring-projects/spring-framework/issues/26638">#26638</a></li>
   <li>Support global <code>@MessageExceptionHandler</code> via <code>@ControllerAdvice</code> in RSocket <a href="https://github.com/spring-projects/spring-framework/issues/26636">#26636</a></li>
   <li>Support UTF-16 and UTF-32 in Jackson HttpMessageConverters <a href="https://github.com/spring-projects/spring-framework/issues/26627">#26627</a></li>
   <li>Add missing nullable annotation to ResponseEntity ok convenience method <a href="https://github.com/spring-projects/spring-framework/pull/26613">#26613</a></li>
   <li>OncePerRequestFilter.isAsyncDispatch may return a NPE <a href="https://github.com/spring-projects/spring-framework/issues/26602">#26602</a></li>
   <li>Allow AOP proxies to be created using the original ClassLoader <a href="https://github.com/spring-projects/spring-framework/issues/26601">#26601</a></li>
   <li>WebSocketHandlerRegistration is missing option for allowedOriginPatterns <a href="https://github.com/spring-projects/spring-framework/issues/26593">#26593</a></li>
   <li>HandlerMapping for WebSocket Requests Only <a href="https://github.com/spring-projects/spring-framework/issues/26565">#26565</a></li>
   <li>Support cookies with Expires attribute but no Max-Age attribute in MockHttpServletResponse <a href="https://github.com/spring-projects/spring-framework/pull/26558">#26558</a></li>
   <li>Allow logging REST endpoint mappings independent of other log categories <a href="https://github.com/spring-projects/spring-framework/issues/26539">#26539</a></li>
   <li>Introduce 'idleReceivesPerTaskLimit' in DefaultMessageListenerContainer <a href="https://github.com/spring-projects/spring-framework/pull/26442">#26442</a></li>
   <li>Improve handling of malformed Accept header for <code>@ExceptionHandler</code> methods <a href="https://github.com/spring-projects/spring-framework/issues/24539">#24539</a></li>
   <li>Support fallback parsing patterns in <code>@DateTimeFormat</code> <a href="https://github.com/spring-projects/spring-framework/issues/20292">#20292</a></li>
   </ul>
   <h2>:beetle: Bug Fixes</h2>
   <ul>
   <li>StatusAssertion value methods fail when used with custom status code <a href="https://github.com/spring-projects/spring-framework/pull/26658">#26658</a></li>
   <li>Jaxb2XmlEncoder Support for Custom XML Media Types <a href="https://github.com/spring-projects/spring-framework/issues/26655">#26655</a></li>
   <li>Local <code>@CrossOrigin</code> maxAge value should override global value <a href="https://github.com/spring-projects/spring-framework/pull/26619">#26619</a></li>
   <li>Multipart boundary should strip quotes <a href="https://github.com/spring-projects/spring-framework/issues/26616">#26616</a></li>
   <li>ServerHttpRequest content-type cannot be mutated <a href="https://github.com/spring-projects/spring-framework/issues/26615">#26615</a></li>
   <li>Correctly set auto-growing array's element <a href="https://github.com/spring-projects/spring-framework/pull/26600">#26600</a></li>
   <li>Change in behaviour for cron expression with day of the week range starting with SUN <a href="https://github.com/spring-projects/spring-framework/issues/26598">#26598</a></li>
   <li>Fix handling of &quot;file:&quot; paths to non-existent files on Windows <a href="https://github.com/spring-projects/spring-framework/pull/26575">#26575</a></li>
   <li>ClassLoader.getResource can throw IllegalArgumentException <a href="https://github.com/spring-projects/spring-framework/pull/26574">#26574</a></li>
   <li>ResourceUrlProvider detects wrong set of handler mappings <a href="https://github.com/spring-projects/spring-framework/issues/26561">#26561</a></li>
   <li>Dependency on Servlet 4.0 in spring-test makes it challenging to have Servlet 3.1 at runtime <a href="https://github.com/spring-projects/spring-framework/issues/26555">#26555</a></li>
   <li>Response writing fails to complete with WebFlux on Tomcat <a href="https://github.com/spring-projects/spring-framework/issues/26434">#26434</a></li>
   <li>LoadTimeWeaver no longer weaves bean classes annotated with <code>@Component</code> <a href="https://github.com/spring-projects/spring-framework/issues/26199">#26199</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix Commons FileUpload URL in reference guide <a href="https://github.com/spring-projects/spring-framework/pull/26678">#26678</a></li>
   <li>Update reference to deprecated CronSequenceGenerator <a href="https://github.com/spring-projects/spring-framework/pull/26651">#26651</a></li>
   <li>Update ref docs regarding deprecated <code>@Required</code> annotation <a href="https://github.com/spring-projects/spring-framework/pull/26578">#26578</a></li>
   <li>Fix build output directory for ref docs in CONTRIBUTING.md <a href="https://github.com/spring-projects/spring-framework/pull/26556">#26556</a></li>
   <li>Document all supported SpringProperties keys in the reference manual <a href="https://github.com/spring-projects/spring-framework/issues/26554">#26554</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/7c2a72c9b43d066ae9e71d4f39d7bab8f6d9c2ff"><code>7c2a72c</code></a> Release v5.3.5</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/5476b2edffd7d5cb68972475d61bc7de1e29c5eb"><code>5476b2e</code></a> Polishing contribution</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/c0fee67c6dae586d66f17724dcef32b631d6eecf"><code>c0fee67</code></a> Upgrade Kotlin serialization to 1.0.1</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/f229fa4b723ba85522c23d5ad85aae47323c59a4"><code>f229fa4</code></a> Upgrade Kotlin Coroutines to 1.4.3</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/684939d5f831362c46e523b0e2b6a0ebcd9817be"><code>684939d</code></a> Upgrade Kotlin to 1.4.31</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/b8d75c3139d6b8e89498742099bac7eac99e09bc"><code>b8d75c3</code></a> Polishing contribution</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/d92c74d923a43218cd0f49fdf28622a2aa6c9837"><code>d92c74d</code></a> Add cookies to the WebSocket HandshakeInfo</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/4f14291e2fd6790f605ad34b499caa3696d71278"><code>4f14291</code></a> Add since tag</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/7d3f42b27bd0042f1461e3e2ef45bbd641b05fa3"><code>7d3f42b</code></a> Expose endpoint id as listener container name (for transaction/thread name)</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/a8d553218c5e888c83a953cd653397520512053d"><code>a8d5532</code></a> Introduce Gradle Toolchain support in build</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v4.3.30.RELEASE...v5.3.5">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-context` from 4.3.30.RELEASE to 5.3.5
   <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.5</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Expose <code>@JmsListener</code> endpoint id to annotation-derived listener container (for transaction definition name) <a href="https://github.com/spring-projects/spring-framework/issues/26683">#26683</a></li>
   <li>Add support for Oracle bind marker scheme using R2DBC <a href="https://github.com/spring-projects/spring-framework/pull/26680">#26680</a></li>
   <li>Add HTTP request cookies to the WebSocket handshake info <a href="https://github.com/spring-projects/spring-framework/pull/26674">#26674</a></li>
   <li>Add an MockMVC alwaysDo equivalent to WebTestClient  <a href="https://github.com/spring-projects/spring-framework/issues/26662">#26662</a></li>
   <li>Ensure ClientResponse logPrefix Contains the Connection Id When Available <a href="https://github.com/spring-projects/spring-framework/issues/26656">#26656</a></li>
   <li>Make use of Reactor Netty API for request id <a href="https://github.com/spring-projects/spring-framework/issues/26649">#26649</a></li>
   <li>WriteResultPublisher does not pass cancel signals <a href="https://github.com/spring-projects/spring-framework/issues/26642">#26642</a></li>
   <li><code>@EventListener</code> annotated bean cannot be removed from the ApplicationEventMulticaster <a href="https://github.com/spring-projects/spring-framework/issues/26638">#26638</a></li>
   <li>Support global <code>@MessageExceptionHandler</code> via <code>@ControllerAdvice</code> in RSocket <a href="https://github.com/spring-projects/spring-framework/issues/26636">#26636</a></li>
   <li>Support UTF-16 and UTF-32 in Jackson HttpMessageConverters <a href="https://github.com/spring-projects/spring-framework/issues/26627">#26627</a></li>
   <li>Add missing nullable annotation to ResponseEntity ok convenience method <a href="https://github.com/spring-projects/spring-framework/pull/26613">#26613</a></li>
   <li>OncePerRequestFilter.isAsyncDispatch may return a NPE <a href="https://github.com/spring-projects/spring-framework/issues/26602">#26602</a></li>
   <li>Allow AOP proxies to be created using the original ClassLoader <a href="https://github.com/spring-projects/spring-framework/issues/26601">#26601</a></li>
   <li>WebSocketHandlerRegistration is missing option for allowedOriginPatterns <a href="https://github.com/spring-projects/spring-framework/issues/26593">#26593</a></li>
   <li>HandlerMapping for WebSocket Requests Only <a href="https://github.com/spring-projects/spring-framework/issues/26565">#26565</a></li>
   <li>Support cookies with Expires attribute but no Max-Age attribute in MockHttpServletResponse <a href="https://github.com/spring-projects/spring-framework/pull/26558">#26558</a></li>
   <li>Allow logging REST endpoint mappings independent of other log categories <a href="https://github.com/spring-projects/spring-framework/issues/26539">#26539</a></li>
   <li>Introduce 'idleReceivesPerTaskLimit' in DefaultMessageListenerContainer <a href="https://github.com/spring-projects/spring-framework/pull/26442">#26442</a></li>
   <li>Improve handling of malformed Accept header for <code>@ExceptionHandler</code> methods <a href="https://github.com/spring-projects/spring-framework/issues/24539">#24539</a></li>
   <li>Support fallback parsing patterns in <code>@DateTimeFormat</code> <a href="https://github.com/spring-projects/spring-framework/issues/20292">#20292</a></li>
   </ul>
   <h2>:beetle: Bug Fixes</h2>
   <ul>
   <li>StatusAssertion value methods fail when used with custom status code <a href="https://github.com/spring-projects/spring-framework/pull/26658">#26658</a></li>
   <li>Jaxb2XmlEncoder Support for Custom XML Media Types <a href="https://github.com/spring-projects/spring-framework/issues/26655">#26655</a></li>
   <li>Local <code>@CrossOrigin</code> maxAge value should override global value <a href="https://github.com/spring-projects/spring-framework/pull/26619">#26619</a></li>
   <li>Multipart boundary should strip quotes <a href="https://github.com/spring-projects/spring-framework/issues/26616">#26616</a></li>
   <li>ServerHttpRequest content-type cannot be mutated <a href="https://github.com/spring-projects/spring-framework/issues/26615">#26615</a></li>
   <li>Correctly set auto-growing array's element <a href="https://github.com/spring-projects/spring-framework/pull/26600">#26600</a></li>
   <li>Change in behaviour for cron expression with day of the week range starting with SUN <a href="https://github.com/spring-projects/spring-framework/issues/26598">#26598</a></li>
   <li>Fix handling of &quot;file:&quot; paths to non-existent files on Windows <a href="https://github.com/spring-projects/spring-framework/pull/26575">#26575</a></li>
   <li>ClassLoader.getResource can throw IllegalArgumentException <a href="https://github.com/spring-projects/spring-framework/pull/26574">#26574</a></li>
   <li>ResourceUrlProvider detects wrong set of handler mappings <a href="https://github.com/spring-projects/spring-framework/issues/26561">#26561</a></li>
   <li>Dependency on Servlet 4.0 in spring-test makes it challenging to have Servlet 3.1 at runtime <a href="https://github.com/spring-projects/spring-framework/issues/26555">#26555</a></li>
   <li>Response writing fails to complete with WebFlux on Tomcat <a href="https://github.com/spring-projects/spring-framework/issues/26434">#26434</a></li>
   <li>LoadTimeWeaver no longer weaves bean classes annotated with <code>@Component</code> <a href="https://github.com/spring-projects/spring-framework/issues/26199">#26199</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix Commons FileUpload URL in reference guide <a href="https://github.com/spring-projects/spring-framework/pull/26678">#26678</a></li>
   <li>Update reference to deprecated CronSequenceGenerator <a href="https://github.com/spring-projects/spring-framework/pull/26651">#26651</a></li>
   <li>Update ref docs regarding deprecated <code>@Required</code> annotation <a href="https://github.com/spring-projects/spring-framework/pull/26578">#26578</a></li>
   <li>Fix build output directory for ref docs in CONTRIBUTING.md <a href="https://github.com/spring-projects/spring-framework/pull/26556">#26556</a></li>
   <li>Document all supported SpringProperties keys in the reference manual <a href="https://github.com/spring-projects/spring-framework/issues/26554">#26554</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/7c2a72c9b43d066ae9e71d4f39d7bab8f6d9c2ff"><code>7c2a72c</code></a> Release v5.3.5</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/5476b2edffd7d5cb68972475d61bc7de1e29c5eb"><code>5476b2e</code></a> Polishing contribution</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/c0fee67c6dae586d66f17724dcef32b631d6eecf"><code>c0fee67</code></a> Upgrade Kotlin serialization to 1.0.1</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/f229fa4b723ba85522c23d5ad85aae47323c59a4"><code>f229fa4</code></a> Upgrade Kotlin Coroutines to 1.4.3</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/684939d5f831362c46e523b0e2b6a0ebcd9817be"><code>684939d</code></a> Upgrade Kotlin to 1.4.31</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/b8d75c3139d6b8e89498742099bac7eac99e09bc"><code>b8d75c3</code></a> Polishing contribution</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/d92c74d923a43218cd0f49fdf28622a2aa6c9837"><code>d92c74d</code></a> Add cookies to the WebSocket HandshakeInfo</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/4f14291e2fd6790f605ad34b499caa3696d71278"><code>4f14291</code></a> Add since tag</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/7d3f42b27bd0042f1461e3e2ef45bbd641b05fa3"><code>7d3f42b</code></a> Expose endpoint id as listener container name (for transaction/thread name)</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/a8d553218c5e888c83a953cd653397520512053d"><code>a8d5532</code></a> Introduce Gradle Toolchain support in build</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v4.3.30.RELEASE...v5.3.5">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-test` from 4.3.30.RELEASE to 5.3.5
   <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.5</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Expose <code>@JmsListener</code> endpoint id to annotation-derived listener container (for transaction definition name) <a href="https://github.com/spring-projects/spring-framework/issues/26683">#26683</a></li>
   <li>Add support for Oracle bind marker scheme using R2DBC <a href="https://github.com/spring-projects/spring-framework/pull/26680">#26680</a></li>
   <li>Add HTTP request cookies to the WebSocket handshake info <a href="https://github.com/spring-projects/spring-framework/pull/26674">#26674</a></li>
   <li>Add an MockMVC alwaysDo equivalent to WebTestClient  <a href="https://github.com/spring-projects/spring-framework/issues/26662">#26662</a></li>
   <li>Ensure ClientResponse logPrefix Contains the Connection Id When Available <a href="https://github.com/spring-projects/spring-framework/issues/26656">#26656</a></li>
   <li>Make use of Reactor Netty API for request id <a href="https://github.com/spring-projects/spring-framework/issues/26649">#26649</a></li>
   <li>WriteResultPublisher does not pass cancel signals <a href="https://github.com/spring-projects/spring-framework/issues/26642">#26642</a></li>
   <li><code>@EventListener</code> annotated bean cannot be removed from the ApplicationEventMulticaster <a href="https://github.com/spring-projects/spring-framework/issues/26638">#26638</a></li>
   <li>Support global <code>@MessageExceptionHandler</code> via <code>@ControllerAdvice</code> in RSocket <a href="https://github.com/spring-projects/spring-framework/issues/26636">#26636</a></li>
   <li>Support UTF-16 and UTF-32 in Jackson HttpMessageConverters <a href="https://github.com/spring-projects/spring-framework/issues/26627">#26627</a></li>
   <li>Add missing nullable annotation to ResponseEntity ok convenience method <a href="https://github.com/spring-projects/spring-framework/pull/26613">#26613</a></li>
   <li>OncePerRequestFilter.isAsyncDispatch may return a NPE <a href="https://github.com/spring-projects/spring-framework/issues/26602">#26602</a></li>
   <li>Allow AOP proxies to be created using the original ClassLoader <a href="https://github.com/spring-projects/spring-framework/issues/26601">#26601</a></li>
   <li>WebSocketHandlerRegistration is missing option for allowedOriginPatterns <a href="https://github.com/spring-projects/spring-framework/issues/26593">#26593</a></li>
   <li>HandlerMapping for WebSocket Requests Only <a href="https://github.com/spring-projects/spring-framework/issues/26565">#26565</a></li>
   <li>Support cookies with Expires attribute but no Max-Age attribute in MockHttpServletResponse <a href="https://github.com/spring-projects/spring-framework/pull/26558">#26558</a></li>
   <li>Allow logging REST endpoint mappings independent of other log categories <a href="https://github.com/spring-projects/spring-framework/issues/26539">#26539</a></li>
   <li>Introduce 'idleReceivesPerTaskLimit' in DefaultMessageListenerContainer <a href="https://github.com/spring-projects/spring-framework/pull/26442">#26442</a></li>
   <li>Improve handling of malformed Accept header for <code>@ExceptionHandler</code> methods <a href="https://github.com/spring-projects/spring-framework/issues/24539">#24539</a></li>
   <li>Support fallback parsing patterns in <code>@DateTimeFormat</code> <a href="https://github.com/spring-projects/spring-framework/issues/20292">#20292</a></li>
   </ul>
   <h2>:beetle: Bug Fixes</h2>
   <ul>
   <li>StatusAssertion value methods fail when used with custom status code <a href="https://github.com/spring-projects/spring-framework/pull/26658">#26658</a></li>
   <li>Jaxb2XmlEncoder Support for Custom XML Media Types <a href="https://github.com/spring-projects/spring-framework/issues/26655">#26655</a></li>
   <li>Local <code>@CrossOrigin</code> maxAge value should override global value <a href="https://github.com/spring-projects/spring-framework/pull/26619">#26619</a></li>
   <li>Multipart boundary should strip quotes <a href="https://github.com/spring-projects/spring-framework/issues/26616">#26616</a></li>
   <li>ServerHttpRequest content-type cannot be mutated <a href="https://github.com/spring-projects/spring-framework/issues/26615">#26615</a></li>
   <li>Correctly set auto-growing array's element <a href="https://github.com/spring-projects/spring-framework/pull/26600">#26600</a></li>
   <li>Change in behaviour for cron expression with day of the week range starting with SUN <a href="https://github.com/spring-projects/spring-framework/issues/26598">#26598</a></li>
   <li>Fix handling of &quot;file:&quot; paths to non-existent files on Windows <a href="https://github.com/spring-projects/spring-framework/pull/26575">#26575</a></li>
   <li>ClassLoader.getResource can throw IllegalArgumentException <a href="https://github.com/spring-projects/spring-framework/pull/26574">#26574</a></li>
   <li>ResourceUrlProvider detects wrong set of handler mappings <a href="https://github.com/spring-projects/spring-framework/issues/26561">#26561</a></li>
   <li>Dependency on Servlet 4.0 in spring-test makes it challenging to have Servlet 3.1 at runtime <a href="https://github.com/spring-projects/spring-framework/issues/26555">#26555</a></li>
   <li>Response writing fails to complete with WebFlux on Tomcat <a href="https://github.com/spring-projects/spring-framework/issues/26434">#26434</a></li>
   <li>LoadTimeWeaver no longer weaves bean classes annotated with <code>@Component</code> <a href="https://github.com/spring-projects/spring-framework/issues/26199">#26199</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix Commons FileUpload URL in reference guide <a href="https://github.com/spring-projects/spring-framework/pull/26678">#26678</a></li>
   <li>Update reference to deprecated CronSequenceGenerator <a href="https://github.com/spring-projects/spring-framework/pull/26651">#26651</a></li>
   <li>Update ref docs regarding deprecated <code>@Required</code> annotation <a href="https://github.com/spring-projects/spring-framework/pull/26578">#26578</a></li>
   <li>Fix build output directory for ref docs in CONTRIBUTING.md <a href="https://github.com/spring-projects/spring-framework/pull/26556">#26556</a></li>
   <li>Document all supported SpringProperties keys in the reference manual <a href="https://github.com/spring-projects/spring-framework/issues/26554">#26554</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/7c2a72c9b43d066ae9e71d4f39d7bab8f6d9c2ff"><code>7c2a72c</code></a> Release v5.3.5</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/5476b2edffd7d5cb68972475d61bc7de1e29c5eb"><code>5476b2e</code></a> Polishing contribution</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/c0fee67c6dae586d66f17724dcef32b631d6eecf"><code>c0fee67</code></a> Upgrade Kotlin serialization to 1.0.1</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/f229fa4b723ba85522c23d5ad85aae47323c59a4"><code>f229fa4</code></a> Upgrade Kotlin Coroutines to 1.4.3</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/684939d5f831362c46e523b0e2b6a0ebcd9817be"><code>684939d</code></a> Upgrade Kotlin to 1.4.31</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/b8d75c3139d6b8e89498742099bac7eac99e09bc"><code>b8d75c3</code></a> Polishing contribution</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/d92c74d923a43218cd0f49fdf28622a2aa6c9837"><code>d92c74d</code></a> Add cookies to the WebSocket HandshakeInfo</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/4f14291e2fd6790f605ad34b499caa3696d71278"><code>4f14291</code></a> Add since tag</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/7d3f42b27bd0042f1461e3e2ef45bbd641b05fa3"><code>7d3f42b</code></a> Expose endpoint id as listener container name (for transaction/thread name)</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/a8d553218c5e888c83a953cd653397520512053d"><code>a8d5532</code></a> Introduce Gradle Toolchain support in build</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v4.3.30.RELEASE...v5.3.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 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:
users@infra.apache.org



[GitHub] [commons-configuration] dependabot[bot] commented on pull request #103: Bump spring.version from 4.3.30.RELEASE to 5.3.5

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on pull request #103:
URL: https://github.com/apache/commons-configuration/pull/103#issuecomment-869016225


   Superseded by #123.


-- 
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@commons.apache.org

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



[GitHub] [commons-configuration] dependabot[bot] closed pull request #103: Bump spring.version from 4.3.30.RELEASE to 5.3.5

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #103:
URL: https://github.com/apache/commons-configuration/pull/103


   


-- 
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@commons.apache.org

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