dependabot[bot] opened a new pull request #39: URL: https://github.com/apache/struts-examples/pull/39
Bumps [spring-web](https://github.com/spring-projects/spring-framework) from 4.3.29.RELEASE to 5.3.2. <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.2</h2> <h2>:star: New Features</h2> <ul> <li>Refine ConfigurationClassPostProcessor behavior in native images <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26236">#26236</a></li> <li>Ability to correlate ByteBuf leak records to log messages for a specific request <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26230">#26230</a></li> <li>Avoid CGLIB proxies in websocket/messaging configuration <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26227">#26227</a></li> <li>ContentCachingResponseWrapper should not add “Content-Length” when “Transfer-Encoding” is present <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26182">#26182</a></li> <li>Allow customization of file extension to media type map for WebFlux static resources <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26170">#26170</a></li> <li>Register bean definition dependencies when used via configuration class injected fields <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26167">#26167</a></li> <li>Print helpful information in RSocket MetadataExtractor <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26130">#26130</a></li> <li>Add ResponseSpec#toEntityFlux overload that accepts BodyExtractor <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26114">#26114</a></li> <li>Wildcard is a valid Access-Control-Expose-Headers value <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26113">#26113</a></li> <li>Reduce overhead of char[] creation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26101">#26101</a></li> <li>EntityManagerFactory startup failure in deferred mode is only available on first use <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26093">#26093</a></li> <li><code>@DynamicPropertySource</code> is not supported via <code>@NestedTestConfiguration</code> semantics <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26091">#26091</a></li> <li>Introduce and() methods in MethodFilter and FieldFilter for composite filters <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26063">#26063</a></li> <li>Kotlin extensions for WebClient.ResponseSpec <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26030">#26030</a></li> <li>Validate that JUnit Jupiter test methods and lifecycle methods are not annotated with <code>@Autowired</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25966">#25966</a></li> <li>Add support for SSE to WebMvc.fn <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25920">#25920</a></li> <li>Template URI Variables with newline %0A or %0D are not matched <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23252">#23252</a></li> </ul> <h2>:beetle: Bug Fixes</h2> <ul> <li>AsyncServerResponse interoperability issue with path variables <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26239">#26239</a></li> <li>Remove duplicate "property" in PropertyCacheKey.toString() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26237">#26237</a></li> <li>DataBuffer Leak in Server Response <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26232">#26232</a></li> <li>Wrong HttpServletMapping used on INCLUDE in UrlPathHelper.skipServletPathDetermination <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26216">#26216</a></li> <li>MockMvc ignores MultipartFile registrations when both files and parts are registered <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26166">#26166</a></li> <li>cannot resolve <code>ServerRequest::pathVariable</code> in nested <code>RequestPredicate</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26163">#26163</a></li> <li>ConcurrentModificationException in NativeMessageHeaderAccessor#copyHeaders <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26155">#26155</a></li> <li>AbstractServerHttpRequest constructor breaks binary compatibility between 5.2.x and 5.3.x <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26151">#26151</a></li> <li>Refine kotlinx.serialization support <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26147">#26147</a></li> <li>MimeType is no longer actually serializable <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26127">#26127</a></li> <li>Resttemplate throws NPE with spring-boot-starter-log4j2 within tests <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26120">#26120</a></li> <li>Update default for favorPathExtension to match Javadoc and as intended for 5.3 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26119">#26119</a></li> <li>Spring Boot 2.4 upgrade breaks injection of Principal <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26117">#26117</a></li> <li>NoSuchMethodError in UrlPathHelper.skipServletPathDetermination <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26112">#26112</a></li> <li>Support allowedOriginPatterns in SockJS config <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26108">#26108</a></li> <li>PathMatchingResourcePatternResolver fails to resolve resources from JAR located in path with '#' on JDK 11+ <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26104">#26104</a></li> <li><code>@Transactional</code> causes casting error for suspending function on Spring MVC <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26092">#26092</a></li> <li>UrlPathHelper#removeJsessionid doesn't remove the jsessionid from the URL <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26079">#26079</a></li> <li>NamedParameterJdbcTemplate.batchUpdate does not individually apply the SQL type from each SqlParameterSource argument <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26071">#26071</a></li> <li>Missing error status handling for <code>toEntityFlux</code> methods in <code>WebClient</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26069">#26069</a></li> <li>DataBufferUtils#join may release a DataBuffer more than necessary <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26060">#26060</a></li> <li>FlightRecorderApplicationStartup exception on processing Http Request <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26057">#26057</a></li> <li>WebMvc.fn: ServerResponse.async does not handle exceptions as expected <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25931">#25931</a></li> <li>Non-compliant Content-Type header for multipart media types <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25885">#25885</a></li> <li>ResponseEntity<!-- raw HTML omitted --> Exception Handling Issues <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25490">#25490</a></li> </ul> <h2>:notebook_with_decorative_cover: Documentation</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spring-projects/spring-framework/commit/6ffc44db78e73fd9e9a8360bdfabbb96b9548e42"><code>6ffc44d</code></a> Release v5.3.2</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/25101fb034b1de3da5f602b55ccd57f7081d060e"><code>25101fb</code></a> Additional fixes for discarding data buffers</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/cb44ae62e9c49809a85bd44d82e1a5047dfd5290"><code>cb44ae6</code></a> Additional DataBuffer hints</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/01fb4dbeba297773f578d264700d6ecc3b56e06b"><code>01fb4db</code></a> Polishing</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/07fadae27d87afc09c7e2a90ce7932c97686d1cb"><code>07fadae</code></a> Remove duplicate "property" in PropertyCacheKey.toString()</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/2b77c08e09d978d35cfc85584972ce8a0270fd45"><code>2b77c08</code></a> Clear path pattern in HandlerMapping</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/cb2b141d317947f12a88bc47745160d2e9b7c2bc"><code>cb2b141</code></a> Clear path pattern after async result</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/3b92d4598425b34fd46223b5b9a0d986e95be6b9"><code>3b92d45</code></a> Upgrade reference docs dependencies</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/1195b3a0b0b7399d9fd2ea79e1d3c2031a4d8119"><code>1195b3a</code></a> Polishing</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/56721669d180d1cc22fc6bd0344873fc19242360"><code>5672166</code></a> Upgrade to Kotlin 1.4.21</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v4.3.29.RELEASE...v5.3.2">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands, e-mail: dev-h...@struts.apache.org