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

[GitHub] [maven-indexer] dependabot[bot] opened a new pull request #109: Bump version.spring from 5.3.6 to 5.3.7

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


   Bumps `version.spring` from 5.3.6 to 5.3.7.
   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-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-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-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 />
   
   
   Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
   
   
   </details>


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

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



[GitHub] [maven-indexer] dependabot[bot] commented on pull request #109: Bump version.spring from 5.3.6 to 5.3.7

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on pull request #109:
URL: https://github.com/apache/maven-indexer/pull/109#issuecomment-858276760


   Superseded by #111.


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

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



[GitHub] [maven-indexer] dependabot[bot] closed pull request #109: Bump version.spring from 5.3.6 to 5.3.7

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


   


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