dependabot[bot] opened a new pull request, #288: URL: https://github.com/apache/struts-examples/pull/288
Bumps [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) from 5.3.23 to 6.1.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spring-projects/spring-framework/releases">org.springframework:spring-web's releases</a>.</em></p> <blockquote> <h2>v6.1.1</h2> <h2>:star: New Features</h2> <ul> <li>Skip buffer allocation in <code>StreamUtils.copy(String)</code> <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31621">#31621</a></li> <li>Caching and Event Listening support do not reuse internal delegates for their evaluation contexts <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31617">#31617</a></li> <li>Java 17: resource.isReadable() with concurrency leaks large amounts of non-heap memory <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30955">#30955</a></li> </ul> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>Spring MVC: Unexpected bytes added to the HTTP response for kotlin.Unit return type in controller methods <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31648">#31648</a></li> <li>Spring Data Redis Cache implementation is not compatible with <code>Cache.retrieve(key)</code> semantics <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31637">#31637</a></li> <li>GeneratedFiles#addSourceFile should not allow to add a source in the default package <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31628">#31628</a></li> <li><code><jee:local-slsb></code> no longer works with a <code>business-interface</code> attribute <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31627">#31627</a></li> <li>Non-blocking <code>@Cacheable</code> method does not support condition with <code>#result</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31626">#31626</a></li> <li><code>PathResourceResolver.getResource()</code> does not log warning if <code>Resource#getURL()</code> throws exception <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31623">#31623</a></li> <li>Jackson encoder releases resources in wrong order <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30493">#30493</a></li> <li>WebSocketMessageBrokerStats has null stats for stompSubProtocolHandler since 5.3.2 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/26536">#26536</a></li> </ul> <h2>:notebook_with_decorative_cover: Documentation</h2> <ul> <li>Fix links related to Spring WebFlux <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31632">#31632</a></li> <li>Extract recurring asciidoc links to attributes <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31619">#31619</a></li> <li>Improve STOMP WebSocket documentation for input message buffer size <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31616">#31616</a></li> <li>Document support for AppCDS <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31497">#31497</a></li> </ul> <h2>:heart: Contributors</h2> <p>Thank you to all the contributors who worked on this release:</p> <p><a href="https://github.com/7fantasy7"><code>@7fantasy7</code></a>, <a href="https://github.com/Star-ho"><code>@Star-ho</code></a>, and <a href="https://github.com/quaff"><code>@quaff</code></a></p> <h2>v6.1.0</h2> <h2>:star: New Features</h2> <ul> <li>When using Oracle, <code>JdbcClient.update(KeyHolder)</code> does not work without explicit key column names <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31607">#31607</a></li> <li>Introduce way to convert ClientHttpResponse to desired type <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31597">#31597</a></li> <li>Property-driven onRefresh exit for AppCDS purpose <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31595">#31595</a></li> <li>No Micrometer traceId in JMS listener container errorHandler <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31559">#31559</a></li> <li>Register Hibernate <code>@EmbeddableInstantiators</code> registered on JPA embeddables for reflection <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31534">#31534</a></li> <li>Improve method validation support for errors on elements within a container <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31530">#31530</a></li> <li>Support pattern matching for method names in <code>ControlFlowPointcut</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31435">#31435</a></li> <li>Review reachability metadata contributions after GraalVM changes <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31213">#31213</a></li> <li>handleEmptyBody of RequestBodyAdvice should apply also when content-type is not set <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30522">#30522</a></li> </ul> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>Regression with <code>@EnableJpaAuditing</code> using Spring Boot 3.2-RC2 in native image <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31575">#31575</a></li> <li>Retrieving the response body as a List of POJOs fails with <code>RestClient</code> but passes with <code>WebTestClient</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31574">#31574</a></li> <li><code>ExecutorLifecycleDelegate</code> should call <code>ExecutorService.isTerminated()</code> in <code>?.isRunning()</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31549">#31549</a></li> <li><code>RestTemplate</code> POST to endpoint using Digest Auth no longer works in 6.1 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31516">#31516</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/379e1f22ee421e0cb4738ec0143357b782edc850"><code>379e1f2</code></a> Release v6.1.1</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/d50b51e312e7d2ee8a7aeb560b02205b6a20bdba"><code>d50b51e</code></a> Fix ordering of releasing resources in JSON Encoder</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/03b9edc36e0ccadcb9e805438ce59db306dc0a5f"><code>03b9edc</code></a> Update STOMP WebSocket transport reference docs</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/824bc09d1135f43351c7accc0e816e0e0e1a06bc"><code>824bc09</code></a> Actual caching of null values in retrieve(key, valueLoader)</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/441e2105338835c1d43dc176d6527c791febc8d9"><code>441e210</code></a> Treat kotlin.Unit as void in web controllers</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/c329ed83efe58d0d2bc5876c5972e45198da242f"><code>c329ed8</code></a> Polish InvocableHandlerMethodKotlinTests</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/48f3c0839563cd8999870d90a963326099553e2f"><code>48f3c08</code></a> Test for mixed order across bean factory hierarchy</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/c60926476aef34ed4fdd34b9a6416fe071e365df"><code>c609264</code></a> Polishing</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/e64b81eec40ad2c0d64980f70f2f480e506f6366"><code>e64b81e</code></a> Revised handling of allowNullValues for asynchronous retrieval</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/5a3ad6b7c92f361b096b65324828cb373d711b66"><code>5a3ad6b</code></a> Late key generation for consistent evaluation of unless expressions</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.23...v6.1.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.springframework:spring-web&package-manager=maven&previous-version=5.3.23&new-version=6.1.1)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@struts.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org