You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by GitBox <gi...@apache.org> on 2021/05/13 05:03:00 UTC

[GitHub] [ws-axiom] dependabot[bot] opened a new pull request #120: Bump spring.version from 5.3.6 to 5.3.7

dependabot[bot] opened a new pull request #120:
URL: https://github.com/apache/ws-axiom/pull/120


   Bumps `spring.version` from 5.3.6 to 5.3.7.
   Updates `spring-core` from 5.3.6 to 5.3.7
   <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.7</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Ensure multipart temp directories do not collide <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26931">#26931</a></li>
   <li>SpringBeanAutowiringSupport should log at warn level when autowiring fails <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26925">#26925</a></li>
   <li>spring-context-indexer doesn't support Java records <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26909">#26909</a></li>
   <li>Ignore trailing slash in CorsConfiguration origin patterns <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26892">#26892</a></li>
   <li>RSocketRequester disposal of underlying RSocketClient <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26886">#26886</a></li>
   <li>Add PreFlightRequestWebFilter <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26885">#26885</a></li>
   <li>Avoid memory leak when PropertyComparator is reused <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26869">#26869</a></li>
   <li>Support MySQL safe updates mode in MySQLMaxValueIncrementer <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26858">#26858</a></li>
   <li>HttpStatus.resolve allocates HttpStatus.values() once per invocation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26842">#26842</a></li>
   <li>InvalidPathException in log when running SpringBootTest with NIO Path property on Windows <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26828">#26828</a></li>
   <li>Use String.startsWith() instead of String.substring() in PatternMatchUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26822">#26822</a></li>
   <li>Access to the cachedSessions in CachingConnectionFactory <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26811">#26811</a></li>
   <li>Reduce log level in ExecutorConfigurationSupport.initialize <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26810">#26810</a></li>
   <li>Avoid exceptions when evaluating validation hints <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26787">#26787</a></li>
   </ul>
   <h2>:beetle: Bug Fixes</h2>
   <ul>
   <li>UriComponentsBuilder handles invalid port numbers correctly <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26905">#26905</a></li>
   <li>Incorrect check in AbstractBrokerRegistration's constructor <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26896">#26896</a></li>
   <li>DataClassRowMapper doesn't correctly convert generic fields <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26881">#26881</a></li>
   <li><code>CorsRegistration#combine</code> is a noop <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26877">#26877</a></li>
   <li>LinkedCaseInsensitiveMap#putIfAbsent does not honor the case where the key is associated with a null value <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26868">#26868</a></li>
   <li>Provide control over fallback charset to use in WebClientResponseException <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26866">#26866</a></li>
   <li><code>@ModelAttribute(binding=false)</code> is not honored with WebFlux <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26856">#26856</a></li>
   <li>Fix Kotlin filter parameter bug in Router DSLs <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26838">#26838</a></li>
   <li>AbstractListenerReadPublisher publishing onComplete signal before onNext during heavy load <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26834">#26834</a></li>
   <li>MockMvc's MVC_RESULT_ATTRIBUTE lost with HandlerMappingIntrospector and RouterFunctions in use <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26833">#26833</a></li>
   <li>webmvc.fn onError doesn't work with CompletableFuture <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26831">#26831</a></li>
   <li>Daylight saving time issue in CronExpression <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26830">#26830</a></li>
   <li>HandlerMappingIntrospector does not work with PathPattern backed HandlerMappings <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26814">#26814</a></li>
   <li>Addition of fallback patterns to DateFormatter loses cause in Spring 5.3.5 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26804">#26804</a></li>
   <li>Support empty file uploads with HtmlUnit and MockMvc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26799">#26799</a></li>
   <li>Cache setup failure does not provide nested cause <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25250">#25250</a></li>
   <li>Fix web parameters resolution when injected via constructor <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25200">#25200</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Document feature to load <code>@ModelAttribute</code>  through type conversion from a request value <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26873">#26873</a></li>
   <li>Improve advice on response handling in an ExchangeFilterFunction <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26819">#26819</a></li>
   <li>Remove leftover Javadoc from WebClient <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26807">#26807</a></li>
   <li>Add information about changed behaviour for resolving <code>@AuthenticationPrincipal</code> annotation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26791">#26791</a></li>
   <li>Update Javadoc on CORS in spring-websocket <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26753">#26753</a></li>
   <li>Add advice on Spring MVC path matching for 5.3 and above to the reference documentation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26750">#26750</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Kotlin 1.5.0 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26792">#26792</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/b1280ffeaaa3d666606fbe92f34219303fa5bbd7"><code>b1280ff</code></a> Release v5.3.7</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/0d0d75e25322d8161002d861fff3ec04ba8be5ac"><code>0d0d75e</code></a> Ensure DefaultPartHttpMessageReader temp directories do not collide</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/cce60c479c22101f24b2b4abebb6d79440b120d1"><code>cce60c4</code></a> Ensure Synchronoss temp directories do not collide</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/1469bdbc70ac78b0c13b7bbaeb54a91dce6e8493"><code>1469bdb</code></a> Nullability refinements and related polishing</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/be52ec8bd584822114437067f659ea712cf89b21"><code>be52ec8</code></a> DataClassRowMapper exposes generic constructor parameters for type conversion</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/cd9cad31f9109f745a3996445bdc57a996bc06cd"><code>cd9cad3</code></a> Increase the likelihood that timed tests pass on CI server</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/60c551a95b6d72b7b65da00076040b52a819a3d0"><code>60c551a</code></a> Correct clientInboundChannel assertion (includes constructor javadoc)</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/4164fc63b1a6bb546e95659f6c8f0472121e363b"><code>4164fc6</code></a> CandidateComponentsIndexer introspects any kind of class (including records)</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/0865abef83fedd24a48812e96a336301fba9fbed"><code>0865abe</code></a> Expose current cached session count</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/90af2d57948d235daadce325324a7b04aedb2b4e"><code>90af2d5</code></a> Log delegate service initialization at debug level (instead of info)</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.6...v5.3.7">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-context` from 5.3.6 to 5.3.7
   <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.7</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Ensure multipart temp directories do not collide <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26931">#26931</a></li>
   <li>SpringBeanAutowiringSupport should log at warn level when autowiring fails <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26925">#26925</a></li>
   <li>spring-context-indexer doesn't support Java records <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26909">#26909</a></li>
   <li>Ignore trailing slash in CorsConfiguration origin patterns <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26892">#26892</a></li>
   <li>RSocketRequester disposal of underlying RSocketClient <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26886">#26886</a></li>
   <li>Add PreFlightRequestWebFilter <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26885">#26885</a></li>
   <li>Avoid memory leak when PropertyComparator is reused <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26869">#26869</a></li>
   <li>Support MySQL safe updates mode in MySQLMaxValueIncrementer <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26858">#26858</a></li>
   <li>HttpStatus.resolve allocates HttpStatus.values() once per invocation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26842">#26842</a></li>
   <li>InvalidPathException in log when running SpringBootTest with NIO Path property on Windows <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26828">#26828</a></li>
   <li>Use String.startsWith() instead of String.substring() in PatternMatchUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26822">#26822</a></li>
   <li>Access to the cachedSessions in CachingConnectionFactory <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26811">#26811</a></li>
   <li>Reduce log level in ExecutorConfigurationSupport.initialize <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26810">#26810</a></li>
   <li>Avoid exceptions when evaluating validation hints <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26787">#26787</a></li>
   </ul>
   <h2>:beetle: Bug Fixes</h2>
   <ul>
   <li>UriComponentsBuilder handles invalid port numbers correctly <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26905">#26905</a></li>
   <li>Incorrect check in AbstractBrokerRegistration's constructor <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26896">#26896</a></li>
   <li>DataClassRowMapper doesn't correctly convert generic fields <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26881">#26881</a></li>
   <li><code>CorsRegistration#combine</code> is a noop <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26877">#26877</a></li>
   <li>LinkedCaseInsensitiveMap#putIfAbsent does not honor the case where the key is associated with a null value <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26868">#26868</a></li>
   <li>Provide control over fallback charset to use in WebClientResponseException <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26866">#26866</a></li>
   <li><code>@ModelAttribute(binding=false)</code> is not honored with WebFlux <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26856">#26856</a></li>
   <li>Fix Kotlin filter parameter bug in Router DSLs <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26838">#26838</a></li>
   <li>AbstractListenerReadPublisher publishing onComplete signal before onNext during heavy load <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26834">#26834</a></li>
   <li>MockMvc's MVC_RESULT_ATTRIBUTE lost with HandlerMappingIntrospector and RouterFunctions in use <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26833">#26833</a></li>
   <li>webmvc.fn onError doesn't work with CompletableFuture <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26831">#26831</a></li>
   <li>Daylight saving time issue in CronExpression <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26830">#26830</a></li>
   <li>HandlerMappingIntrospector does not work with PathPattern backed HandlerMappings <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26814">#26814</a></li>
   <li>Addition of fallback patterns to DateFormatter loses cause in Spring 5.3.5 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26804">#26804</a></li>
   <li>Support empty file uploads with HtmlUnit and MockMvc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26799">#26799</a></li>
   <li>Cache setup failure does not provide nested cause <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25250">#25250</a></li>
   <li>Fix web parameters resolution when injected via constructor <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25200">#25200</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Document feature to load <code>@ModelAttribute</code>  through type conversion from a request value <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26873">#26873</a></li>
   <li>Improve advice on response handling in an ExchangeFilterFunction <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26819">#26819</a></li>
   <li>Remove leftover Javadoc from WebClient <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26807">#26807</a></li>
   <li>Add information about changed behaviour for resolving <code>@AuthenticationPrincipal</code> annotation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26791">#26791</a></li>
   <li>Update Javadoc on CORS in spring-websocket <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26753">#26753</a></li>
   <li>Add advice on Spring MVC path matching for 5.3 and above to the reference documentation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26750">#26750</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Kotlin 1.5.0 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26792">#26792</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/b1280ffeaaa3d666606fbe92f34219303fa5bbd7"><code>b1280ff</code></a> Release v5.3.7</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/0d0d75e25322d8161002d861fff3ec04ba8be5ac"><code>0d0d75e</code></a> Ensure DefaultPartHttpMessageReader temp directories do not collide</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/cce60c479c22101f24b2b4abebb6d79440b120d1"><code>cce60c4</code></a> Ensure Synchronoss temp directories do not collide</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/1469bdbc70ac78b0c13b7bbaeb54a91dce6e8493"><code>1469bdb</code></a> Nullability refinements and related polishing</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/be52ec8bd584822114437067f659ea712cf89b21"><code>be52ec8</code></a> DataClassRowMapper exposes generic constructor parameters for type conversion</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/cd9cad31f9109f745a3996445bdc57a996bc06cd"><code>cd9cad3</code></a> Increase the likelihood that timed tests pass on CI server</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/60c551a95b6d72b7b65da00076040b52a819a3d0"><code>60c551a</code></a> Correct clientInboundChannel assertion (includes constructor javadoc)</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/4164fc63b1a6bb546e95659f6c8f0472121e363b"><code>4164fc6</code></a> CandidateComponentsIndexer introspects any kind of class (including records)</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/0865abef83fedd24a48812e96a336301fba9fbed"><code>0865abe</code></a> Expose current cached session count</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/90af2d57948d235daadce325324a7b04aedb2b4e"><code>90af2d5</code></a> Log delegate service initialization at debug level (instead of info)</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.6...v5.3.7">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-beans` from 5.3.6 to 5.3.7
   <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.7</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Ensure multipart temp directories do not collide <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26931">#26931</a></li>
   <li>SpringBeanAutowiringSupport should log at warn level when autowiring fails <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26925">#26925</a></li>
   <li>spring-context-indexer doesn't support Java records <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26909">#26909</a></li>
   <li>Ignore trailing slash in CorsConfiguration origin patterns <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26892">#26892</a></li>
   <li>RSocketRequester disposal of underlying RSocketClient <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26886">#26886</a></li>
   <li>Add PreFlightRequestWebFilter <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26885">#26885</a></li>
   <li>Avoid memory leak when PropertyComparator is reused <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26869">#26869</a></li>
   <li>Support MySQL safe updates mode in MySQLMaxValueIncrementer <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26858">#26858</a></li>
   <li>HttpStatus.resolve allocates HttpStatus.values() once per invocation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26842">#26842</a></li>
   <li>InvalidPathException in log when running SpringBootTest with NIO Path property on Windows <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26828">#26828</a></li>
   <li>Use String.startsWith() instead of String.substring() in PatternMatchUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26822">#26822</a></li>
   <li>Access to the cachedSessions in CachingConnectionFactory <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26811">#26811</a></li>
   <li>Reduce log level in ExecutorConfigurationSupport.initialize <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26810">#26810</a></li>
   <li>Avoid exceptions when evaluating validation hints <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26787">#26787</a></li>
   </ul>
   <h2>:beetle: Bug Fixes</h2>
   <ul>
   <li>UriComponentsBuilder handles invalid port numbers correctly <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26905">#26905</a></li>
   <li>Incorrect check in AbstractBrokerRegistration's constructor <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26896">#26896</a></li>
   <li>DataClassRowMapper doesn't correctly convert generic fields <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26881">#26881</a></li>
   <li><code>CorsRegistration#combine</code> is a noop <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26877">#26877</a></li>
   <li>LinkedCaseInsensitiveMap#putIfAbsent does not honor the case where the key is associated with a null value <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26868">#26868</a></li>
   <li>Provide control over fallback charset to use in WebClientResponseException <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26866">#26866</a></li>
   <li><code>@ModelAttribute(binding=false)</code> is not honored with WebFlux <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26856">#26856</a></li>
   <li>Fix Kotlin filter parameter bug in Router DSLs <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26838">#26838</a></li>
   <li>AbstractListenerReadPublisher publishing onComplete signal before onNext during heavy load <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26834">#26834</a></li>
   <li>MockMvc's MVC_RESULT_ATTRIBUTE lost with HandlerMappingIntrospector and RouterFunctions in use <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26833">#26833</a></li>
   <li>webmvc.fn onError doesn't work with CompletableFuture <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26831">#26831</a></li>
   <li>Daylight saving time issue in CronExpression <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26830">#26830</a></li>
   <li>HandlerMappingIntrospector does not work with PathPattern backed HandlerMappings <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26814">#26814</a></li>
   <li>Addition of fallback patterns to DateFormatter loses cause in Spring 5.3.5 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26804">#26804</a></li>
   <li>Support empty file uploads with HtmlUnit and MockMvc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26799">#26799</a></li>
   <li>Cache setup failure does not provide nested cause <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25250">#25250</a></li>
   <li>Fix web parameters resolution when injected via constructor <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25200">#25200</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Document feature to load <code>@ModelAttribute</code>  through type conversion from a request value <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26873">#26873</a></li>
   <li>Improve advice on response handling in an ExchangeFilterFunction <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26819">#26819</a></li>
   <li>Remove leftover Javadoc from WebClient <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26807">#26807</a></li>
   <li>Add information about changed behaviour for resolving <code>@AuthenticationPrincipal</code> annotation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26791">#26791</a></li>
   <li>Update Javadoc on CORS in spring-websocket <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26753">#26753</a></li>
   <li>Add advice on Spring MVC path matching for 5.3 and above to the reference documentation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26750">#26750</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Kotlin 1.5.0 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26792">#26792</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/b1280ffeaaa3d666606fbe92f34219303fa5bbd7"><code>b1280ff</code></a> Release v5.3.7</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/0d0d75e25322d8161002d861fff3ec04ba8be5ac"><code>0d0d75e</code></a> Ensure DefaultPartHttpMessageReader temp directories do not collide</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/cce60c479c22101f24b2b4abebb6d79440b120d1"><code>cce60c4</code></a> Ensure Synchronoss temp directories do not collide</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/1469bdbc70ac78b0c13b7bbaeb54a91dce6e8493"><code>1469bdb</code></a> Nullability refinements and related polishing</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/be52ec8bd584822114437067f659ea712cf89b21"><code>be52ec8</code></a> DataClassRowMapper exposes generic constructor parameters for type conversion</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/cd9cad31f9109f745a3996445bdc57a996bc06cd"><code>cd9cad3</code></a> Increase the likelihood that timed tests pass on CI server</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/60c551a95b6d72b7b65da00076040b52a819a3d0"><code>60c551a</code></a> Correct clientInboundChannel assertion (includes constructor javadoc)</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/4164fc63b1a6bb546e95659f6c8f0472121e363b"><code>4164fc6</code></a> CandidateComponentsIndexer introspects any kind of class (including records)</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/0865abef83fedd24a48812e96a336301fba9fbed"><code>0865abe</code></a> Expose current cached session count</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/90af2d57948d235daadce325324a7b04aedb2b4e"><code>90af2d5</code></a> Log delegate service initialization at debug level (instead of info)</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.6...v5.3.7">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-web` from 5.3.6 to 5.3.7
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/spring-projects/spring-framework/releases">spring-web's releases</a>.</em></p>
   <blockquote>
   <h2>v5.3.7</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Ensure multipart temp directories do not collide <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26931">#26931</a></li>
   <li>SpringBeanAutowiringSupport should log at warn level when autowiring fails <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26925">#26925</a></li>
   <li>spring-context-indexer doesn't support Java records <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26909">#26909</a></li>
   <li>Ignore trailing slash in CorsConfiguration origin patterns <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26892">#26892</a></li>
   <li>RSocketRequester disposal of underlying RSocketClient <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26886">#26886</a></li>
   <li>Add PreFlightRequestWebFilter <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26885">#26885</a></li>
   <li>Avoid memory leak when PropertyComparator is reused <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26869">#26869</a></li>
   <li>Support MySQL safe updates mode in MySQLMaxValueIncrementer <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26858">#26858</a></li>
   <li>HttpStatus.resolve allocates HttpStatus.values() once per invocation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26842">#26842</a></li>
   <li>InvalidPathException in log when running SpringBootTest with NIO Path property on Windows <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26828">#26828</a></li>
   <li>Use String.startsWith() instead of String.substring() in PatternMatchUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26822">#26822</a></li>
   <li>Access to the cachedSessions in CachingConnectionFactory <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26811">#26811</a></li>
   <li>Reduce log level in ExecutorConfigurationSupport.initialize <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26810">#26810</a></li>
   <li>Avoid exceptions when evaluating validation hints <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26787">#26787</a></li>
   </ul>
   <h2>:beetle: Bug Fixes</h2>
   <ul>
   <li>UriComponentsBuilder handles invalid port numbers correctly <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26905">#26905</a></li>
   <li>Incorrect check in AbstractBrokerRegistration's constructor <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26896">#26896</a></li>
   <li>DataClassRowMapper doesn't correctly convert generic fields <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26881">#26881</a></li>
   <li><code>CorsRegistration#combine</code> is a noop <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26877">#26877</a></li>
   <li>LinkedCaseInsensitiveMap#putIfAbsent does not honor the case where the key is associated with a null value <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26868">#26868</a></li>
   <li>Provide control over fallback charset to use in WebClientResponseException <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26866">#26866</a></li>
   <li><code>@ModelAttribute(binding=false)</code> is not honored with WebFlux <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26856">#26856</a></li>
   <li>Fix Kotlin filter parameter bug in Router DSLs <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26838">#26838</a></li>
   <li>AbstractListenerReadPublisher publishing onComplete signal before onNext during heavy load <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26834">#26834</a></li>
   <li>MockMvc's MVC_RESULT_ATTRIBUTE lost with HandlerMappingIntrospector and RouterFunctions in use <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26833">#26833</a></li>
   <li>webmvc.fn onError doesn't work with CompletableFuture <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26831">#26831</a></li>
   <li>Daylight saving time issue in CronExpression <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26830">#26830</a></li>
   <li>HandlerMappingIntrospector does not work with PathPattern backed HandlerMappings <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26814">#26814</a></li>
   <li>Addition of fallback patterns to DateFormatter loses cause in Spring 5.3.5 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26804">#26804</a></li>
   <li>Support empty file uploads with HtmlUnit and MockMvc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26799">#26799</a></li>
   <li>Cache setup failure does not provide nested cause <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25250">#25250</a></li>
   <li>Fix web parameters resolution when injected via constructor <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25200">#25200</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Document feature to load <code>@ModelAttribute</code>  through type conversion from a request value <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26873">#26873</a></li>
   <li>Improve advice on response handling in an ExchangeFilterFunction <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26819">#26819</a></li>
   <li>Remove leftover Javadoc from WebClient <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26807">#26807</a></li>
   <li>Add information about changed behaviour for resolving <code>@AuthenticationPrincipal</code> annotation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26791">#26791</a></li>
   <li>Update Javadoc on CORS in spring-websocket <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26753">#26753</a></li>
   <li>Add advice on Spring MVC path matching for 5.3 and above to the reference documentation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26750">#26750</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Kotlin 1.5.0 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26792">#26792</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/b1280ffeaaa3d666606fbe92f34219303fa5bbd7"><code>b1280ff</code></a> Release v5.3.7</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/0d0d75e25322d8161002d861fff3ec04ba8be5ac"><code>0d0d75e</code></a> Ensure DefaultPartHttpMessageReader temp directories do not collide</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/cce60c479c22101f24b2b4abebb6d79440b120d1"><code>cce60c4</code></a> Ensure Synchronoss temp directories do not collide</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/1469bdbc70ac78b0c13b7bbaeb54a91dce6e8493"><code>1469bdb</code></a> Nullability refinements and related polishing</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/be52ec8bd584822114437067f659ea712cf89b21"><code>be52ec8</code></a> DataClassRowMapper exposes generic constructor parameters for type conversion</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/cd9cad31f9109f745a3996445bdc57a996bc06cd"><code>cd9cad3</code></a> Increase the likelihood that timed tests pass on CI server</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/60c551a95b6d72b7b65da00076040b52a819a3d0"><code>60c551a</code></a> Correct clientInboundChannel assertion (includes constructor javadoc)</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/4164fc63b1a6bb546e95659f6c8f0472121e363b"><code>4164fc6</code></a> CandidateComponentsIndexer introspects any kind of class (including records)</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/0865abef83fedd24a48812e96a336301fba9fbed"><code>0865abe</code></a> Expose current cached session count</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/90af2d57948d235daadce325324a7b04aedb2b4e"><code>90af2d5</code></a> Log delegate service initialization at debug level (instead of info)</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.6...v5.3.7">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-aop` from 5.3.6 to 5.3.7
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/spring-projects/spring-framework/releases">spring-aop's releases</a>.</em></p>
   <blockquote>
   <h2>v5.3.7</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Ensure multipart temp directories do not collide <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26931">#26931</a></li>
   <li>SpringBeanAutowiringSupport should log at warn level when autowiring fails <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26925">#26925</a></li>
   <li>spring-context-indexer doesn't support Java records <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26909">#26909</a></li>
   <li>Ignore trailing slash in CorsConfiguration origin patterns <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26892">#26892</a></li>
   <li>RSocketRequester disposal of underlying RSocketClient <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26886">#26886</a></li>
   <li>Add PreFlightRequestWebFilter <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26885">#26885</a></li>
   <li>Avoid memory leak when PropertyComparator is reused <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26869">#26869</a></li>
   <li>Support MySQL safe updates mode in MySQLMaxValueIncrementer <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26858">#26858</a></li>
   <li>HttpStatus.resolve allocates HttpStatus.values() once per invocation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26842">#26842</a></li>
   <li>InvalidPathException in log when running SpringBootTest with NIO Path property on Windows <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26828">#26828</a></li>
   <li>Use String.startsWith() instead of String.substring() in PatternMatchUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26822">#26822</a></li>
   <li>Access to the cachedSessions in CachingConnectionFactory <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26811">#26811</a></li>
   <li>Reduce log level in ExecutorConfigurationSupport.initialize <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26810">#26810</a></li>
   <li>Avoid exceptions when evaluating validation hints <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26787">#26787</a></li>
   </ul>
   <h2>:beetle: Bug Fixes</h2>
   <ul>
   <li>UriComponentsBuilder handles invalid port numbers correctly <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26905">#26905</a></li>
   <li>Incorrect check in AbstractBrokerRegistration's constructor <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26896">#26896</a></li>
   <li>DataClassRowMapper doesn't correctly convert generic fields <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26881">#26881</a></li>
   <li><code>CorsRegistration#combine</code> is a noop <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26877">#26877</a></li>
   <li>LinkedCaseInsensitiveMap#putIfAbsent does not honor the case where the key is associated with a null value <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26868">#26868</a></li>
   <li>Provide control over fallback charset to use in WebClientResponseException <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26866">#26866</a></li>
   <li><code>@ModelAttribute(binding=false)</code> is not honored with WebFlux <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26856">#26856</a></li>
   <li>Fix Kotlin filter parameter bug in Router DSLs <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26838">#26838</a></li>
   <li>AbstractListenerReadPublisher publishing onComplete signal before onNext during heavy load <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26834">#26834</a></li>
   <li>MockMvc's MVC_RESULT_ATTRIBUTE lost with HandlerMappingIntrospector and RouterFunctions in use <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26833">#26833</a></li>
   <li>webmvc.fn onError doesn't work with CompletableFuture <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26831">#26831</a></li>
   <li>Daylight saving time issue in CronExpression <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26830">#26830</a></li>
   <li>HandlerMappingIntrospector does not work with PathPattern backed HandlerMappings <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26814">#26814</a></li>
   <li>Addition of fallback patterns to DateFormatter loses cause in Spring 5.3.5 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26804">#26804</a></li>
   <li>Support empty file uploads with HtmlUnit and MockMvc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26799">#26799</a></li>
   <li>Cache setup failure does not provide nested cause <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25250">#25250</a></li>
   <li>Fix web parameters resolution when injected via constructor <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25200">#25200</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Document feature to load <code>@ModelAttribute</code>  through type conversion from a request value <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26873">#26873</a></li>
   <li>Improve advice on response handling in an ExchangeFilterFunction <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26819">#26819</a></li>
   <li>Remove leftover Javadoc from WebClient <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26807">#26807</a></li>
   <li>Add information about changed behaviour for resolving <code>@AuthenticationPrincipal</code> annotation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26791">#26791</a></li>
   <li>Update Javadoc on CORS in spring-websocket <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26753">#26753</a></li>
   <li>Add advice on Spring MVC path matching for 5.3 and above to the reference documentation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26750">#26750</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Kotlin 1.5.0 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26792">#26792</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/b1280ffeaaa3d666606fbe92f34219303fa5bbd7"><code>b1280ff</code></a> Release v5.3.7</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/0d0d75e25322d8161002d861fff3ec04ba8be5ac"><code>0d0d75e</code></a> Ensure DefaultPartHttpMessageReader temp directories do not collide</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/cce60c479c22101f24b2b4abebb6d79440b120d1"><code>cce60c4</code></a> Ensure Synchronoss temp directories do not collide</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/1469bdbc70ac78b0c13b7bbaeb54a91dce6e8493"><code>1469bdb</code></a> Nullability refinements and related polishing</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/be52ec8bd584822114437067f659ea712cf89b21"><code>be52ec8</code></a> DataClassRowMapper exposes generic constructor parameters for type conversion</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/cd9cad31f9109f745a3996445bdc57a996bc06cd"><code>cd9cad3</code></a> Increase the likelihood that timed tests pass on CI server</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/60c551a95b6d72b7b65da00076040b52a819a3d0"><code>60c551a</code></a> Correct clientInboundChannel assertion (includes constructor javadoc)</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/4164fc63b1a6bb546e95659f6c8f0472121e363b"><code>4164fc6</code></a> CandidateComponentsIndexer introspects any kind of class (including records)</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/0865abef83fedd24a48812e96a336301fba9fbed"><code>0865abe</code></a> Expose current cached session count</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/90af2d57948d235daadce325324a7b04aedb2b4e"><code>90af2d5</code></a> Log delegate service initialization at debug level (instead of info)</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.6...v5.3.7">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-oxm` from 5.3.6 to 5.3.7
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/spring-projects/spring-framework/releases">spring-oxm's releases</a>.</em></p>
   <blockquote>
   <h2>v5.3.7</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Ensure multipart temp directories do not collide <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26931">#26931</a></li>
   <li>SpringBeanAutowiringSupport should log at warn level when autowiring fails <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26925">#26925</a></li>
   <li>spring-context-indexer doesn't support Java records <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26909">#26909</a></li>
   <li>Ignore trailing slash in CorsConfiguration origin patterns <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26892">#26892</a></li>
   <li>RSocketRequester disposal of underlying RSocketClient <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26886">#26886</a></li>
   <li>Add PreFlightRequestWebFilter <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26885">#26885</a></li>
   <li>Avoid memory leak when PropertyComparator is reused <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26869">#26869</a></li>
   <li>Support MySQL safe updates mode in MySQLMaxValueIncrementer <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26858">#26858</a></li>
   <li>HttpStatus.resolve allocates HttpStatus.values() once per invocation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26842">#26842</a></li>
   <li>InvalidPathException in log when running SpringBootTest with NIO Path property on Windows <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26828">#26828</a></li>
   <li>Use String.startsWith() instead of String.substring() in PatternMatchUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26822">#26822</a></li>
   <li>Access to the cachedSessions in CachingConnectionFactory <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26811">#26811</a></li>
   <li>Reduce log level in ExecutorConfigurationSupport.initialize <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26810">#26810</a></li>
   <li>Avoid exceptions when evaluating validation hints <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26787">#26787</a></li>
   </ul>
   <h2>:beetle: Bug Fixes</h2>
   <ul>
   <li>UriComponentsBuilder handles invalid port numbers correctly <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26905">#26905</a></li>
   <li>Incorrect check in AbstractBrokerRegistration's constructor <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26896">#26896</a></li>
   <li>DataClassRowMapper doesn't correctly convert generic fields <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26881">#26881</a></li>
   <li><code>CorsRegistration#combine</code> is a noop <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26877">#26877</a></li>
   <li>LinkedCaseInsensitiveMap#putIfAbsent does not honor the case where the key is associated with a null value <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26868">#26868</a></li>
   <li>Provide control over fallback charset to use in WebClientResponseException <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26866">#26866</a></li>
   <li><code>@ModelAttribute(binding=false)</code> is not honored with WebFlux <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26856">#26856</a></li>
   <li>Fix Kotlin filter parameter bug in Router DSLs <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26838">#26838</a></li>
   <li>AbstractListenerReadPublisher publishing onComplete signal before onNext during heavy load <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26834">#26834</a></li>
   <li>MockMvc's MVC_RESULT_ATTRIBUTE lost with HandlerMappingIntrospector and RouterFunctions in use <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26833">#26833</a></li>
   <li>webmvc.fn onError doesn't work with CompletableFuture <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26831">#26831</a></li>
   <li>Daylight saving time issue in CronExpression <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26830">#26830</a></li>
   <li>HandlerMappingIntrospector does not work with PathPattern backed HandlerMappings <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26814">#26814</a></li>
   <li>Addition of fallback patterns to DateFormatter loses cause in Spring 5.3.5 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26804">#26804</a></li>
   <li>Support empty file uploads with HtmlUnit and MockMvc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26799">#26799</a></li>
   <li>Cache setup failure does not provide nested cause <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25250">#25250</a></li>
   <li>Fix web parameters resolution when injected via constructor <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25200">#25200</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Document feature to load <code>@ModelAttribute</code>  through type conversion from a request value <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26873">#26873</a></li>
   <li>Improve advice on response handling in an ExchangeFilterFunction <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26819">#26819</a></li>
   <li>Remove leftover Javadoc from WebClient <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26807">#26807</a></li>
   <li>Add information about changed behaviour for resolving <code>@AuthenticationPrincipal</code> annotation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26791">#26791</a></li>
   <li>Update Javadoc on CORS in spring-websocket <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26753">#26753</a></li>
   <li>Add advice on Spring MVC path matching for 5.3 and above to the reference documentation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26750">#26750</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Kotlin 1.5.0 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26792">#26792</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/b1280ffeaaa3d666606fbe92f34219303fa5bbd7"><code>b1280ff</code></a> Release v5.3.7</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/0d0d75e25322d8161002d861fff3ec04ba8be5ac"><code>0d0d75e</code></a> Ensure DefaultPartHttpMessageReader temp directories do not collide</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/cce60c479c22101f24b2b4abebb6d79440b120d1"><code>cce60c4</code></a> Ensure Synchronoss temp directories do not collide</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/1469bdbc70ac78b0c13b7bbaeb54a91dce6e8493"><code>1469bdb</code></a> Nullability refinements and related polishing</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/be52ec8bd584822114437067f659ea712cf89b21"><code>be52ec8</code></a> DataClassRowMapper exposes generic constructor parameters for type conversion</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/cd9cad31f9109f745a3996445bdc57a996bc06cd"><code>cd9cad3</code></a> Increase the likelihood that timed tests pass on CI server</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/60c551a95b6d72b7b65da00076040b52a819a3d0"><code>60c551a</code></a> Correct clientInboundChannel assertion (includes constructor javadoc)</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/4164fc63b1a6bb546e95659f6c8f0472121e363b"><code>4164fc6</code></a> CandidateComponentsIndexer introspects any kind of class (including records)</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/0865abef83fedd24a48812e96a336301fba9fbed"><code>0865abe</code></a> Expose current cached session count</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/90af2d57948d235daadce325324a7b04aedb2b4e"><code>90af2d5</code></a> Log delegate service initialization at debug level (instead of info)</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.6...v5.3.7">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-test` from 5.3.6 to 5.3.7
   <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.7</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Ensure multipart temp directories do not collide <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26931">#26931</a></li>
   <li>SpringBeanAutowiringSupport should log at warn level when autowiring fails <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26925">#26925</a></li>
   <li>spring-context-indexer doesn't support Java records <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26909">#26909</a></li>
   <li>Ignore trailing slash in CorsConfiguration origin patterns <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26892">#26892</a></li>
   <li>RSocketRequester disposal of underlying RSocketClient <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26886">#26886</a></li>
   <li>Add PreFlightRequestWebFilter <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26885">#26885</a></li>
   <li>Avoid memory leak when PropertyComparator is reused <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26869">#26869</a></li>
   <li>Support MySQL safe updates mode in MySQLMaxValueIncrementer <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26858">#26858</a></li>
   <li>HttpStatus.resolve allocates HttpStatus.values() once per invocation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26842">#26842</a></li>
   <li>InvalidPathException in log when running SpringBootTest with NIO Path property on Windows <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26828">#26828</a></li>
   <li>Use String.startsWith() instead of String.substring() in PatternMatchUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26822">#26822</a></li>
   <li>Access to the cachedSessions in CachingConnectionFactory <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26811">#26811</a></li>
   <li>Reduce log level in ExecutorConfigurationSupport.initialize <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26810">#26810</a></li>
   <li>Avoid exceptions when evaluating validation hints <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26787">#26787</a></li>
   </ul>
   <h2>:beetle: Bug Fixes</h2>
   <ul>
   <li>UriComponentsBuilder handles invalid port numbers correctly <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26905">#26905</a></li>
   <li>Incorrect check in AbstractBrokerRegistration's constructor <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26896">#26896</a></li>
   <li>DataClassRowMapper doesn't correctly convert generic fields <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26881">#26881</a></li>
   <li><code>CorsRegistration#combine</code> is a noop <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26877">#26877</a></li>
   <li>LinkedCaseInsensitiveMap#putIfAbsent does not honor the case where the key is associated with a null value <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26868">#26868</a></li>
   <li>Provide control over fallback charset to use in WebClientResponseException <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26866">#26866</a></li>
   <li><code>@ModelAttribute(binding=false)</code> is not honored with WebFlux <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26856">#26856</a></li>
   <li>Fix Kotlin filter parameter bug in Router DSLs <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26838">#26838</a></li>
   <li>AbstractListenerReadPublisher publishing onComplete signal before onNext during heavy load <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26834">#26834</a></li>
   <li>MockMvc's MVC_RESULT_ATTRIBUTE lost with HandlerMappingIntrospector and RouterFunctions in use <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26833">#26833</a></li>
   <li>webmvc.fn onError doesn't work with CompletableFuture <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26831">#26831</a></li>
   <li>Daylight saving time issue in CronExpression <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26830">#26830</a></li>
   <li>HandlerMappingIntrospector does not work with PathPattern backed HandlerMappings <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26814">#26814</a></li>
   <li>Addition of fallback patterns to DateFormatter loses cause in Spring 5.3.5 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26804">#26804</a></li>
   <li>Support empty file uploads with HtmlUnit and MockMvc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26799">#26799</a></li>
   <li>Cache setup failure does not provide nested cause <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25250">#25250</a></li>
   <li>Fix web parameters resolution when injected via constructor <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25200">#25200</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Document feature to load <code>@ModelAttribute</code>  through type conversion from a request value <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26873">#26873</a></li>
   <li>Improve advice on response handling in an ExchangeFilterFunction <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26819">#26819</a></li>
   <li>Remove leftover Javadoc from WebClient <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26807">#26807</a></li>
   <li>Add information about changed behaviour for resolving <code>@AuthenticationPrincipal</code> annotation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26791">#26791</a></li>
   <li>Update Javadoc on CORS in spring-websocket <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26753">#26753</a></li>
   <li>Add advice on Spring MVC path matching for 5.3 and above to the reference documentation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26750">#26750</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Kotlin 1.5.0 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26792">#26792</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/b1280ffeaaa3d666606fbe92f34219303fa5bbd7"><code>b1280ff</code></a> Release v5.3.7</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/0d0d75e25322d8161002d861fff3ec04ba8be5ac"><code>0d0d75e</code></a> Ensure DefaultPartHttpMessageReader temp directories do not collide</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/cce60c479c22101f24b2b4abebb6d79440b120d1"><code>cce60c4</code></a> Ensure Synchronoss temp directories do not collide</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/1469bdbc70ac78b0c13b7bbaeb54a91dce6e8493"><code>1469bdb</code></a> Nullability refinements and related polishing</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/be52ec8bd584822114437067f659ea712cf89b21"><code>be52ec8</code></a> DataClassRowMapper exposes generic constructor parameters for type conversion</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/cd9cad31f9109f745a3996445bdc57a996bc06cd"><code>cd9cad3</code></a> Increase the likelihood that timed tests pass on CI server</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/60c551a95b6d72b7b65da00076040b52a819a3d0"><code>60c551a</code></a> Correct clientInboundChannel assertion (includes constructor javadoc)</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/4164fc63b1a6bb546e95659f6c8f0472121e363b"><code>4164fc6</code></a> CandidateComponentsIndexer introspects any kind of class (including records)</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/0865abef83fedd24a48812e96a336301fba9fbed"><code>0865abe</code></a> Expose current cached session count</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/90af2d57948d235daadce325324a7b04aedb2b4e"><code>90af2d5</code></a> Log delegate service initialization at debug level (instead of info)</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.6...v5.3.7">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-expression` from 5.3.6 to 5.3.7
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/spring-projects/spring-framework/releases">spring-expression's releases</a>.</em></p>
   <blockquote>
   <h2>v5.3.7</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Ensure multipart temp directories do not collide <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26931">#26931</a></li>
   <li>SpringBeanAutowiringSupport should log at warn level when autowiring fails <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26925">#26925</a></li>
   <li>spring-context-indexer doesn't support Java records <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26909">#26909</a></li>
   <li>Ignore trailing slash in CorsConfiguration origin patterns <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26892">#26892</a></li>
   <li>RSocketRequester disposal of underlying RSocketClient <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26886">#26886</a></li>
   <li>Add PreFlightRequestWebFilter <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26885">#26885</a></li>
   <li>Avoid memory leak when PropertyComparator is reused <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26869">#26869</a></li>
   <li>Support MySQL safe updates mode in MySQLMaxValueIncrementer <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26858">#26858</a></li>
   <li>HttpStatus.resolve allocates HttpStatus.values() once per invocation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26842">#26842</a></li>
   <li>InvalidPathException in log when running SpringBootTest with NIO Path property on Windows <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26828">#26828</a></li>
   <li>Use String.startsWith() instead of String.substring() in PatternMatchUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26822">#26822</a></li>
   <li>Access to the cachedSessions in CachingConnectionFactory <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26811">#26811</a></li>
   <li>Reduce log level in ExecutorConfigurationSupport.initialize <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26810">#26810</a></li>
   <li>Avoid exceptions when evaluating validation hints <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26787">#26787</a></li>
   </ul>
   <h2>:beetle: Bug Fixes</h2>
   <ul>
   <li>UriComponentsBuilder handles invalid port numbers correctly <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26905">#26905</a></li>
   <li>Incorrect check in AbstractBrokerRegistration's constructor <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26896">#26896</a></li>
   <li>DataClassRowMapper doesn't correctly convert generic fields <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26881">#26881</a></li>
   <li><code>CorsRegistration#combine</code> is a noop <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26877">#26877</a></li>
   <li>LinkedCaseInsensitiveMap#putIfAbsent does not honor the case where the key is associated with a null value <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26868">#26868</a></li>
   <li>Provide control over fallback charset to use in WebClientResponseException <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26866">#26866</a></li>
   <li><code>@ModelAttribute(binding=false)</code> is not honored with WebFlux <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26856">#26856</a></li>
   <li>Fix Kotlin filter parameter bug in Router DSLs <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26838">#26838</a></li>
   <li>AbstractListenerReadPublisher publishing onComplete signal before onNext during heavy load <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26834">#26834</a></li>
   <li>MockMvc's MVC_RESULT_ATTRIBUTE lost with HandlerMappingIntrospector and RouterFunctions in use <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26833">#26833</a></li>
   <li>webmvc.fn onError doesn't work with CompletableFuture <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26831">#26831</a></li>
   <li>Daylight saving time issue in CronExpression <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26830">#26830</a></li>
   <li>HandlerMappingIntrospector does not work with PathPattern backed HandlerMappings <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26814">#26814</a></li>
   <li>Addition of fallback patterns to DateFormatter loses cause in Spring 5.3.5 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26804">#26804</a></li>
   <li>Support empty file uploads with HtmlUnit and MockMvc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26799">#26799</a></li>
   <li>Cache setup failure does not provide nested cause <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25250">#25250</a></li>
   <li>Fix web parameters resolution when injected via constructor <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25200">#25200</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Document feature to load <code>@ModelAttribute</code>  through type conversion from a request value <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26873">#26873</a></li>
   <li>Improve advice on response handling in an ExchangeFilterFunction <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26819">#26819</a></li>
   <li>Remove leftover Javadoc from WebClient <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26807">#26807</a></li>
   <li>Add information about changed behaviour for resolving <code>@AuthenticationPrincipal</code> annotation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26791">#26791</a></li>
   <li>Update Javadoc on CORS in spring-websocket <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26753">#26753</a></li>
   <li>Add advice on Spring MVC path matching for 5.3 and above to the reference documentation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26750">#26750</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Kotlin 1.5.0 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26792">#26792</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/b1280ffeaaa3d666606fbe92f34219303fa5bbd7"><code>b1280ff</code></a> Release v5.3.7</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/0d0d75e25322d8161002d861fff3ec04ba8be5ac"><code>0d0d75e</code></a> Ensure DefaultPartHttpMessageReader temp directories do not collide</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/cce60c479c22101f24b2b4abebb6d79440b120d1"><code>cce60c4</code></a> Ensure Synchronoss temp directories do not collide</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/1469bdbc70ac78b0c13b7bbaeb54a91dce6e8493"><code>1469bdb</code></a> Nullability refinements and related polishing</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/be52ec8bd584822114437067f659ea712cf89b21"><code>be52ec8</code></a> DataClassRowMapper exposes generic constructor parameters for type conversion</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/cd9cad31f9109f745a3996445bdc57a996bc06cd"><code>cd9cad3</code></a> Increase the likelihood that timed tests pass on CI server</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/60c551a95b6d72b7b65da00076040b52a819a3d0"><code>60c551a</code></a> Correct clientInboundChannel assertion (includes constructor javadoc)</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/4164fc63b1a6bb546e95659f6c8f0472121e363b"><code>4164fc6</code></a> CandidateComponentsIndexer introspects any kind of class (including records)</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/0865abef83fedd24a48812e96a336301fba9fbed"><code>0865abe</code></a> Expose current cached session count</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/90af2d57948d235daadce325324a7b04aedb2b4e"><code>90af2d5</code></a> Log delegate service initialization at debug level (instead of info)</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.6...v5.3.7">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
   
   
   </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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org


[GitHub] [ws-axiom] codecov-commenter commented on pull request #120: Bump spring.version from 5.3.6 to 5.3.7

Posted by GitBox <gi...@apache.org>.
codecov-commenter commented on pull request #120:
URL: https://github.com/apache/ws-axiom/pull/120#issuecomment-840302984


   # [Codecov](https://codecov.io/gh/apache/ws-axiom/pull/120?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#120](https://codecov.io/gh/apache/ws-axiom/pull/120?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (2c6a8d0) into [master](https://codecov.io/gh/apache/ws-axiom/commit/5165fdbe5cd28754823b103153c83dd20b06e442?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (5165fdb) will **decrease** coverage by `0.02%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/ws-axiom/pull/120/graphs/tree.svg?width=650&height=150&src=pr&token=31UBv7qnxs&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)](https://codecov.io/gh/apache/ws-axiom/pull/120?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master     #120      +/-   ##
   ==========================================
   - Coverage   76.54%   76.51%   -0.03%     
   ==========================================
     Files         575      575              
     Lines       13958    13958              
     Branches     2402     2400       -2     
   ==========================================
   - Hits        10684    10680       -4     
   - Misses       2609     2612       +3     
   - Partials      665      666       +1     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/ws-axiom/pull/120?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [.../java/org/apache/axiom/locator/Implementation.java](https://codecov.io/gh/apache/ws-axiom/pull/120/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-YXhpb20tYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9heGlvbS9sb2NhdG9yL0ltcGxlbWVudGF0aW9uLmphdmE=) | `90.00% <0.00%> (-10.00%)` | :arrow_down: |
   | [...xiom/util/base64/AbstractBase64DecodingWriter.java](https://codecov.io/gh/apache/ws-axiom/pull/120/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-Y29tcG9uZW50cy9iYXNlNjQtdXRpbHMvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2F4aW9tL3V0aWwvYmFzZTY0L0Fic3RyYWN0QmFzZTY0RGVjb2RpbmdXcml0ZXIuamF2YQ==) | `82.97% <0.00%> (-6.39%)` | :arrow_down: |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/ws-axiom/pull/120?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/ws-axiom/pull/120?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [5165fdb...2c6a8d0](https://codecov.io/gh/apache/ws-axiom/pull/120?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org


[GitHub] [ws-axiom] codecov-commenter edited a comment on pull request #120: Bump spring.version from 5.3.6 to 5.3.7

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #120:
URL: https://github.com/apache/ws-axiom/pull/120#issuecomment-840302984


   # [Codecov](https://codecov.io/gh/apache/ws-axiom/pull/120?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#120](https://codecov.io/gh/apache/ws-axiom/pull/120?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (2c6a8d0) into [master](https://codecov.io/gh/apache/ws-axiom/commit/5165fdbe5cd28754823b103153c83dd20b06e442?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (5165fdb) will **decrease** coverage by `0.02%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/ws-axiom/pull/120/graphs/tree.svg?width=650&height=150&src=pr&token=31UBv7qnxs&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)](https://codecov.io/gh/apache/ws-axiom/pull/120?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master     #120      +/-   ##
   ==========================================
   - Coverage   76.54%   76.51%   -0.03%     
   ==========================================
     Files         575      575              
     Lines       13958    13958              
     Branches     2402     2400       -2     
   ==========================================
   - Hits        10684    10680       -4     
   - Misses       2609     2612       +3     
   - Partials      665      666       +1     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/ws-axiom/pull/120?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [.../java/org/apache/axiom/locator/Implementation.java](https://codecov.io/gh/apache/ws-axiom/pull/120/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-YXhpb20tYXBpL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9heGlvbS9sb2NhdG9yL0ltcGxlbWVudGF0aW9uLmphdmE=) | `90.00% <0.00%> (-10.00%)` | :arrow_down: |
   | [...xiom/util/base64/AbstractBase64DecodingWriter.java](https://codecov.io/gh/apache/ws-axiom/pull/120/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-Y29tcG9uZW50cy9iYXNlNjQtdXRpbHMvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2F4aW9tL3V0aWwvYmFzZTY0L0Fic3RyYWN0QmFzZTY0RGVjb2RpbmdXcml0ZXIuamF2YQ==) | `82.97% <0.00%> (-6.39%)` | :arrow_down: |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/ws-axiom/pull/120?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/ws-axiom/pull/120?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [5165fdb...2c6a8d0](https://codecov.io/gh/apache/ws-axiom/pull/120?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org


[GitHub] [ws-axiom] codecov-commenter edited a comment on pull request #120: Bump spring.version from 5.3.6 to 5.3.7

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #120:
URL: https://github.com/apache/ws-axiom/pull/120#issuecomment-840302984


   # [Codecov](https://codecov.io/gh/apache/ws-axiom/pull/120?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#120](https://codecov.io/gh/apache/ws-axiom/pull/120?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (2c6a8d0) into [master](https://codecov.io/gh/apache/ws-axiom/commit/5165fdbe5cd28754823b103153c83dd20b06e442?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (5165fdb) will **not change** coverage.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/ws-axiom/pull/120/graphs/tree.svg?width=650&height=150&src=pr&token=31UBv7qnxs&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)](https://codecov.io/gh/apache/ws-axiom/pull/120?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   ```diff
   @@           Coverage Diff           @@
   ##           master     #120   +/-   ##
   =======================================
     Coverage   76.54%   76.54%           
   =======================================
     Files         575      575           
     Lines       13958    13958           
     Branches     2402     2402           
   =======================================
     Hits        10684    10684           
     Misses       2609     2609           
     Partials      665      665           
   ```
   
   
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/ws-axiom/pull/120?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/ws-axiom/pull/120?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [5165fdb...2c6a8d0](https://codecov.io/gh/apache/ws-axiom/pull/120?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org


[GitHub] [ws-axiom] veithen merged pull request #120: Bump spring.version from 5.3.6 to 5.3.7

Posted by GitBox <gi...@apache.org>.
veithen merged pull request #120:
URL: https://github.com/apache/ws-axiom/pull/120


   


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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org