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/06/26 15:09:32 UTC

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

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


   Bumps `spring.version` from 4.3.30.RELEASE to 5.3.8.
   Updates `spring-core` from 4.3.30.RELEASE to 5.3.8
   <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.8</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>HttpComponentsClientHttpConnector should close underlying resources <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27032">#27032</a></li>
   <li>Default value of StandaloneMockMvcBuilder.useSuffixPatternMatch differs from the same property in RequestMappingHandlerMapping <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27030">#27030</a></li>
   <li>Lookup method autowiring ignores method's generic info <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26998">#26998</a></li>
   <li>Set BEST_MATCHING_PATTERN_ATTRIBUTE on requests with WebMvc.fn <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26963">#26963</a></li>
   <li>Remove jackson-module-kotlin warning <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26962">#26962</a></li>
   <li>Switch back to parallel thread after WebSession id is generated <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26958">#26958</a></li>
   <li>Introduce ResponseEntity.internalServerError() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26952">#26952</a></li>
   <li>Polish PORT_PATTERN in UriComponentsBuilder <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26951">#26951</a></li>
   <li>Deprecate/Remove internal APIs in ScriptUtils implementations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26947">#26947</a></li>
   <li>Consider returning static DefaultApplicationStartup step <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26939">#26939</a></li>
   <li>Exception in Tomcat when SockJS top URL is a WebSocket upgrade <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26933">#26933</a></li>
   <li>Improve support for port numbers in allowedOriginPattern of CorsConfiguration <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26927">#26927</a></li>
   <li>Add ApplicationEvent constructor for specifying timestamp <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26871">#26871</a></li>
   <li>Add awaitExchangeOrNull extension function to reactive webclient <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26778">#26778</a></li>
   </ul>
   <h2>:beetle: Bug Fixes</h2>
   <ul>
   <li>Revisit fix for <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26905">gh-26905</a> in UriComponentsBuilder <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27039">#27039</a></li>
   <li>MultipartHttpMessageWriter in WebClient doesn't use custom Jackson Encoder since 5.3.3 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27017">#27017</a></li>
   <li>PartFile name lost when building a MultiPart <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27007">#27007</a></li>
   <li>No replacement of deprecated CronSequenceGenerator.isValidExpression <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26996">#26996</a></li>
   <li>NPE if StompEndpointRegistry has allowedOrigins with null <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26987">#26987</a></li>
   <li>CronExpression is broken on spring-context-5.3.6 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26964">#26964</a></li>
   <li>FlightRecorderApplicationStartup is not thread safe <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26941">#26941</a></li>
   <li>Ignore delimiter enclosed in double quotes in ScriptUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26935">#26935</a></li>
   <li>Ignore comments when searching for SQL statement delimiter in ScriptUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26911">#26911</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>spring-framework-main-code attribute has not been expanded in docs <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27041">#27041</a></li>
   <li>Document that class-level <code>@ResponseStatus</code> is inherited by <code>@ExceptionHandler</code> methods <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27031">#27031</a></li>
   <li>Improve <code>@Transactional</code> docs regarding method visibility <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27003">#27003</a></li>
   <li>Fix <code>@Transactional</code> examples regarding method visibility <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27001">#27001</a></li>
   <li>Fix typo in code example <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26980">#26980</a></li>
   <li>Document transactional semantics for <code>@TransactionalEventListener</code> after completion methods <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26974">#26974</a></li>
   <li>Fix typo <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26973">#26973</a></li>
   <li>Fix broken Javadoc tags <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26967">#26967</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to ASM master <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27023">#27023</a></li>
   <li>Upgrade to Coroutines 1.5.0 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26897">#26897</a></li>
   <li>Upgrade to JUnit 5.7.2 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26946">#26946</a></li>
   <li>Upgrade to Kotlin 1.5.10 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27035">#27035</a></li>
   </ul>
   <h2>:heart: Contributors</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/d51d8aeaf61852de49a68a761f01cffdfafebef3"><code>d51d8ae</code></a> Release v5.3.8</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/c7c35aff428eecdaef31b37d5efb08cac6ac0cb3"><code>c7c35af</code></a> Fix missing attribute in reference documentation</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/000b6a7e9500b81986b21c42b72198aff89fe9ae"><code>000b6a7</code></a> Polish <a href="https://github.com/ResponseStatus"><code>@​ResponseStatus</code></a> javadoc and StatusAssertionTests</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/f3db6b996d514b1b325b63e3f5b79b75e8142ef9"><code>f3db6b9</code></a> Polish contribution</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/a42540e64a0af41056c2a23ba57de524b442012d"><code>a42540e</code></a> Multipart writer detects custom Jackson encoder</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/cc2b980e5c4255d0ddb6fd4900ec740c8acde14d"><code>cc2b980</code></a> Update MockMvc default for suffixPattern matching</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/aa2bfd4b62c7424346f7a798b66b489ac6ae63f4"><code>aa2bfd4</code></a> Document that class-level <a href="https://github.com/ResponseStatus"><code>@​ResponseStatus</code></a> is inherited by <a href="https://github.com/ExceptionHandler"><code>@​ExceptionHandler</code></a> m...</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/29fa9c1728dbe95987a925fe149ca06fed2ea1cc"><code>29fa9c1</code></a> Polish contribution</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/39660710f6f3bed92b6d284013330ae866281ede"><code>3966071</code></a> Cross-ref additional *Aware APIs in BeanFactory Javadoc</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/e35fe33b72b2865ce22f1b6ab00b7fb821239c7c"><code>e35fe33</code></a> Revisit fix for <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26905">gh-26905</a> in UriComponentsBuilder</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v4.3.30.RELEASE...v5.3.8">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-beans` from 4.3.30.RELEASE to 5.3.8
   <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.8</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>HttpComponentsClientHttpConnector should close underlying resources <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27032">#27032</a></li>
   <li>Default value of StandaloneMockMvcBuilder.useSuffixPatternMatch differs from the same property in RequestMappingHandlerMapping <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27030">#27030</a></li>
   <li>Lookup method autowiring ignores method's generic info <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26998">#26998</a></li>
   <li>Set BEST_MATCHING_PATTERN_ATTRIBUTE on requests with WebMvc.fn <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26963">#26963</a></li>
   <li>Remove jackson-module-kotlin warning <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26962">#26962</a></li>
   <li>Switch back to parallel thread after WebSession id is generated <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26958">#26958</a></li>
   <li>Introduce ResponseEntity.internalServerError() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26952">#26952</a></li>
   <li>Polish PORT_PATTERN in UriComponentsBuilder <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26951">#26951</a></li>
   <li>Deprecate/Remove internal APIs in ScriptUtils implementations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26947">#26947</a></li>
   <li>Consider returning static DefaultApplicationStartup step <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26939">#26939</a></li>
   <li>Exception in Tomcat when SockJS top URL is a WebSocket upgrade <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26933">#26933</a></li>
   <li>Improve support for port numbers in allowedOriginPattern of CorsConfiguration <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26927">#26927</a></li>
   <li>Add ApplicationEvent constructor for specifying timestamp <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26871">#26871</a></li>
   <li>Add awaitExchangeOrNull extension function to reactive webclient <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26778">#26778</a></li>
   </ul>
   <h2>:beetle: Bug Fixes</h2>
   <ul>
   <li>Revisit fix for <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26905">gh-26905</a> in UriComponentsBuilder <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27039">#27039</a></li>
   <li>MultipartHttpMessageWriter in WebClient doesn't use custom Jackson Encoder since 5.3.3 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27017">#27017</a></li>
   <li>PartFile name lost when building a MultiPart <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27007">#27007</a></li>
   <li>No replacement of deprecated CronSequenceGenerator.isValidExpression <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26996">#26996</a></li>
   <li>NPE if StompEndpointRegistry has allowedOrigins with null <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26987">#26987</a></li>
   <li>CronExpression is broken on spring-context-5.3.6 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26964">#26964</a></li>
   <li>FlightRecorderApplicationStartup is not thread safe <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26941">#26941</a></li>
   <li>Ignore delimiter enclosed in double quotes in ScriptUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26935">#26935</a></li>
   <li>Ignore comments when searching for SQL statement delimiter in ScriptUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26911">#26911</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>spring-framework-main-code attribute has not been expanded in docs <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27041">#27041</a></li>
   <li>Document that class-level <code>@ResponseStatus</code> is inherited by <code>@ExceptionHandler</code> methods <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27031">#27031</a></li>
   <li>Improve <code>@Transactional</code> docs regarding method visibility <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27003">#27003</a></li>
   <li>Fix <code>@Transactional</code> examples regarding method visibility <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27001">#27001</a></li>
   <li>Fix typo in code example <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26980">#26980</a></li>
   <li>Document transactional semantics for <code>@TransactionalEventListener</code> after completion methods <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26974">#26974</a></li>
   <li>Fix typo <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26973">#26973</a></li>
   <li>Fix broken Javadoc tags <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26967">#26967</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to ASM master <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27023">#27023</a></li>
   <li>Upgrade to Coroutines 1.5.0 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26897">#26897</a></li>
   <li>Upgrade to JUnit 5.7.2 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26946">#26946</a></li>
   <li>Upgrade to Kotlin 1.5.10 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27035">#27035</a></li>
   </ul>
   <h2>:heart: Contributors</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/d51d8aeaf61852de49a68a761f01cffdfafebef3"><code>d51d8ae</code></a> Release v5.3.8</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/c7c35aff428eecdaef31b37d5efb08cac6ac0cb3"><code>c7c35af</code></a> Fix missing attribute in reference documentation</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/000b6a7e9500b81986b21c42b72198aff89fe9ae"><code>000b6a7</code></a> Polish <a href="https://github.com/ResponseStatus"><code>@​ResponseStatus</code></a> javadoc and StatusAssertionTests</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/f3db6b996d514b1b325b63e3f5b79b75e8142ef9"><code>f3db6b9</code></a> Polish contribution</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/a42540e64a0af41056c2a23ba57de524b442012d"><code>a42540e</code></a> Multipart writer detects custom Jackson encoder</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/cc2b980e5c4255d0ddb6fd4900ec740c8acde14d"><code>cc2b980</code></a> Update MockMvc default for suffixPattern matching</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/aa2bfd4b62c7424346f7a798b66b489ac6ae63f4"><code>aa2bfd4</code></a> Document that class-level <a href="https://github.com/ResponseStatus"><code>@​ResponseStatus</code></a> is inherited by <a href="https://github.com/ExceptionHandler"><code>@​ExceptionHandler</code></a> m...</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/29fa9c1728dbe95987a925fe149ca06fed2ea1cc"><code>29fa9c1</code></a> Polish contribution</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/39660710f6f3bed92b6d284013330ae866281ede"><code>3966071</code></a> Cross-ref additional *Aware APIs in BeanFactory Javadoc</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/e35fe33b72b2865ce22f1b6ab00b7fb821239c7c"><code>e35fe33</code></a> Revisit fix for <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26905">gh-26905</a> in UriComponentsBuilder</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v4.3.30.RELEASE...v5.3.8">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-context` from 4.3.30.RELEASE to 5.3.8
   <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.8</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>HttpComponentsClientHttpConnector should close underlying resources <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27032">#27032</a></li>
   <li>Default value of StandaloneMockMvcBuilder.useSuffixPatternMatch differs from the same property in RequestMappingHandlerMapping <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27030">#27030</a></li>
   <li>Lookup method autowiring ignores method's generic info <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26998">#26998</a></li>
   <li>Set BEST_MATCHING_PATTERN_ATTRIBUTE on requests with WebMvc.fn <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26963">#26963</a></li>
   <li>Remove jackson-module-kotlin warning <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26962">#26962</a></li>
   <li>Switch back to parallel thread after WebSession id is generated <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26958">#26958</a></li>
   <li>Introduce ResponseEntity.internalServerError() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26952">#26952</a></li>
   <li>Polish PORT_PATTERN in UriComponentsBuilder <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26951">#26951</a></li>
   <li>Deprecate/Remove internal APIs in ScriptUtils implementations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26947">#26947</a></li>
   <li>Consider returning static DefaultApplicationStartup step <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26939">#26939</a></li>
   <li>Exception in Tomcat when SockJS top URL is a WebSocket upgrade <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26933">#26933</a></li>
   <li>Improve support for port numbers in allowedOriginPattern of CorsConfiguration <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26927">#26927</a></li>
   <li>Add ApplicationEvent constructor for specifying timestamp <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26871">#26871</a></li>
   <li>Add awaitExchangeOrNull extension function to reactive webclient <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26778">#26778</a></li>
   </ul>
   <h2>:beetle: Bug Fixes</h2>
   <ul>
   <li>Revisit fix for <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26905">gh-26905</a> in UriComponentsBuilder <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27039">#27039</a></li>
   <li>MultipartHttpMessageWriter in WebClient doesn't use custom Jackson Encoder since 5.3.3 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27017">#27017</a></li>
   <li>PartFile name lost when building a MultiPart <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27007">#27007</a></li>
   <li>No replacement of deprecated CronSequenceGenerator.isValidExpression <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26996">#26996</a></li>
   <li>NPE if StompEndpointRegistry has allowedOrigins with null <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26987">#26987</a></li>
   <li>CronExpression is broken on spring-context-5.3.6 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26964">#26964</a></li>
   <li>FlightRecorderApplicationStartup is not thread safe <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26941">#26941</a></li>
   <li>Ignore delimiter enclosed in double quotes in ScriptUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26935">#26935</a></li>
   <li>Ignore comments when searching for SQL statement delimiter in ScriptUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26911">#26911</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>spring-framework-main-code attribute has not been expanded in docs <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27041">#27041</a></li>
   <li>Document that class-level <code>@ResponseStatus</code> is inherited by <code>@ExceptionHandler</code> methods <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27031">#27031</a></li>
   <li>Improve <code>@Transactional</code> docs regarding method visibility <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27003">#27003</a></li>
   <li>Fix <code>@Transactional</code> examples regarding method visibility <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27001">#27001</a></li>
   <li>Fix typo in code example <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26980">#26980</a></li>
   <li>Document transactional semantics for <code>@TransactionalEventListener</code> after completion methods <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26974">#26974</a></li>
   <li>Fix typo <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26973">#26973</a></li>
   <li>Fix broken Javadoc tags <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26967">#26967</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to ASM master <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27023">#27023</a></li>
   <li>Upgrade to Coroutines 1.5.0 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26897">#26897</a></li>
   <li>Upgrade to JUnit 5.7.2 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26946">#26946</a></li>
   <li>Upgrade to Kotlin 1.5.10 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27035">#27035</a></li>
   </ul>
   <h2>:heart: Contributors</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/d51d8aeaf61852de49a68a761f01cffdfafebef3"><code>d51d8ae</code></a> Release v5.3.8</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/c7c35aff428eecdaef31b37d5efb08cac6ac0cb3"><code>c7c35af</code></a> Fix missing attribute in reference documentation</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/000b6a7e9500b81986b21c42b72198aff89fe9ae"><code>000b6a7</code></a> Polish <a href="https://github.com/ResponseStatus"><code>@​ResponseStatus</code></a> javadoc and StatusAssertionTests</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/f3db6b996d514b1b325b63e3f5b79b75e8142ef9"><code>f3db6b9</code></a> Polish contribution</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/a42540e64a0af41056c2a23ba57de524b442012d"><code>a42540e</code></a> Multipart writer detects custom Jackson encoder</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/cc2b980e5c4255d0ddb6fd4900ec740c8acde14d"><code>cc2b980</code></a> Update MockMvc default for suffixPattern matching</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/aa2bfd4b62c7424346f7a798b66b489ac6ae63f4"><code>aa2bfd4</code></a> Document that class-level <a href="https://github.com/ResponseStatus"><code>@​ResponseStatus</code></a> is inherited by <a href="https://github.com/ExceptionHandler"><code>@​ExceptionHandler</code></a> m...</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/29fa9c1728dbe95987a925fe149ca06fed2ea1cc"><code>29fa9c1</code></a> Polish contribution</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/39660710f6f3bed92b6d284013330ae866281ede"><code>3966071</code></a> Cross-ref additional *Aware APIs in BeanFactory Javadoc</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/e35fe33b72b2865ce22f1b6ab00b7fb821239c7c"><code>e35fe33</code></a> Revisit fix for <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26905">gh-26905</a> in UriComponentsBuilder</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v4.3.30.RELEASE...v5.3.8">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-test` from 4.3.30.RELEASE to 5.3.8
   <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.8</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>HttpComponentsClientHttpConnector should close underlying resources <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27032">#27032</a></li>
   <li>Default value of StandaloneMockMvcBuilder.useSuffixPatternMatch differs from the same property in RequestMappingHandlerMapping <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27030">#27030</a></li>
   <li>Lookup method autowiring ignores method's generic info <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26998">#26998</a></li>
   <li>Set BEST_MATCHING_PATTERN_ATTRIBUTE on requests with WebMvc.fn <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26963">#26963</a></li>
   <li>Remove jackson-module-kotlin warning <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26962">#26962</a></li>
   <li>Switch back to parallel thread after WebSession id is generated <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26958">#26958</a></li>
   <li>Introduce ResponseEntity.internalServerError() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26952">#26952</a></li>
   <li>Polish PORT_PATTERN in UriComponentsBuilder <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26951">#26951</a></li>
   <li>Deprecate/Remove internal APIs in ScriptUtils implementations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26947">#26947</a></li>
   <li>Consider returning static DefaultApplicationStartup step <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26939">#26939</a></li>
   <li>Exception in Tomcat when SockJS top URL is a WebSocket upgrade <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26933">#26933</a></li>
   <li>Improve support for port numbers in allowedOriginPattern of CorsConfiguration <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26927">#26927</a></li>
   <li>Add ApplicationEvent constructor for specifying timestamp <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26871">#26871</a></li>
   <li>Add awaitExchangeOrNull extension function to reactive webclient <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26778">#26778</a></li>
   </ul>
   <h2>:beetle: Bug Fixes</h2>
   <ul>
   <li>Revisit fix for <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26905">gh-26905</a> in UriComponentsBuilder <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27039">#27039</a></li>
   <li>MultipartHttpMessageWriter in WebClient doesn't use custom Jackson Encoder since 5.3.3 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27017">#27017</a></li>
   <li>PartFile name lost when building a MultiPart <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27007">#27007</a></li>
   <li>No replacement of deprecated CronSequenceGenerator.isValidExpression <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26996">#26996</a></li>
   <li>NPE if StompEndpointRegistry has allowedOrigins with null <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26987">#26987</a></li>
   <li>CronExpression is broken on spring-context-5.3.6 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26964">#26964</a></li>
   <li>FlightRecorderApplicationStartup is not thread safe <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26941">#26941</a></li>
   <li>Ignore delimiter enclosed in double quotes in ScriptUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26935">#26935</a></li>
   <li>Ignore comments when searching for SQL statement delimiter in ScriptUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26911">#26911</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>spring-framework-main-code attribute has not been expanded in docs <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27041">#27041</a></li>
   <li>Document that class-level <code>@ResponseStatus</code> is inherited by <code>@ExceptionHandler</code> methods <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27031">#27031</a></li>
   <li>Improve <code>@Transactional</code> docs regarding method visibility <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27003">#27003</a></li>
   <li>Fix <code>@Transactional</code> examples regarding method visibility <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27001">#27001</a></li>
   <li>Fix typo in code example <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26980">#26980</a></li>
   <li>Document transactional semantics for <code>@TransactionalEventListener</code> after completion methods <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26974">#26974</a></li>
   <li>Fix typo <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26973">#26973</a></li>
   <li>Fix broken Javadoc tags <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26967">#26967</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to ASM master <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27023">#27023</a></li>
   <li>Upgrade to Coroutines 1.5.0 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26897">#26897</a></li>
   <li>Upgrade to JUnit 5.7.2 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26946">#26946</a></li>
   <li>Upgrade to Kotlin 1.5.10 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27035">#27035</a></li>
   </ul>
   <h2>:heart: Contributors</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/d51d8aeaf61852de49a68a761f01cffdfafebef3"><code>d51d8ae</code></a> Release v5.3.8</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/c7c35aff428eecdaef31b37d5efb08cac6ac0cb3"><code>c7c35af</code></a> Fix missing attribute in reference documentation</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/000b6a7e9500b81986b21c42b72198aff89fe9ae"><code>000b6a7</code></a> Polish <a href="https://github.com/ResponseStatus"><code>@​ResponseStatus</code></a> javadoc and StatusAssertionTests</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/f3db6b996d514b1b325b63e3f5b79b75e8142ef9"><code>f3db6b9</code></a> Polish contribution</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/a42540e64a0af41056c2a23ba57de524b442012d"><code>a42540e</code></a> Multipart writer detects custom Jackson encoder</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/cc2b980e5c4255d0ddb6fd4900ec740c8acde14d"><code>cc2b980</code></a> Update MockMvc default for suffixPattern matching</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/aa2bfd4b62c7424346f7a798b66b489ac6ae63f4"><code>aa2bfd4</code></a> Document that class-level <a href="https://github.com/ResponseStatus"><code>@​ResponseStatus</code></a> is inherited by <a href="https://github.com/ExceptionHandler"><code>@​ExceptionHandler</code></a> m...</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/29fa9c1728dbe95987a925fe149ca06fed2ea1cc"><code>29fa9c1</code></a> Polish contribution</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/39660710f6f3bed92b6d284013330ae866281ede"><code>3966071</code></a> Cross-ref additional *Aware APIs in BeanFactory Javadoc</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/e35fe33b72b2865ce22f1b6ab00b7fb821239c7c"><code>e35fe33</code></a> Revisit fix for <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26905">gh-26905</a> in UriComponentsBuilder</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v4.3.30.RELEASE...v5.3.8">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@commons.apache.org

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



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

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


   Superseded by #138.


-- 
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 #123: Bump spring.version from 4.3.30.RELEASE to 5.3.8

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #123:
URL: https://github.com/apache/commons-configuration/pull/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] garydgregory commented on pull request #123: Bump spring.version from 4.3.30.RELEASE to 5.3.8

Posted by GitBox <gi...@apache.org>.
garydgregory commented on pull request #123:
URL: https://github.com/apache/commons-configuration/pull/123#issuecomment-869016791


   @dependabot rebase


-- 
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] garydgregory commented on pull request #123: Bump spring.version from 4.3.30.RELEASE to 5.3.8

Posted by GitBox <gi...@apache.org>.
garydgregory commented on pull request #123:
URL: https://github.com/apache/commons-configuration/pull/123#issuecomment-905592138


   @dependabot rebase


-- 
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