dependabot[bot] opened a new pull request #60:
URL: https://github.com/apache/struts-examples/pull/60


   Bumps [spring-web](https://github.com/spring-projects/spring-framework) from 
5.3.2 to 5.3.3.
   <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.3</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Add null check for ExceptionHandlerMethodResolvers <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26339";>#26339</a></li>
   <li>ClassNotFoundException: ExchangeFunction when using WebTestClient with 
Spring MVC <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26308";>#26308</a></li>
   <li>Early support for JDK 17 <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26307";>#26307</a></li>
   <li>Assertion error details lost in rethrow in assertWithDiagnostics <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26303";>#26303</a></li>
   <li>Update ReactiveAdapterRegistry to do classpath checks at class 
initialization <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26295";>#26295</a></li>
   <li>Problem with <code>@Schedule</code> with Quartz features in 
CronExpression  <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26289";>#26289</a></li>
   <li>Make use of abortOnRequest in Jetty Reactive HttpClient <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26287";>#26287</a></li>
   <li>Update OncePerRequestFilter.isAsyncDispatch to use 
HttpServletRequest.getDispatcherType() <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26282";>#26282</a></li>
   <li>Introduce computeAttribute() in AttributeAccessor <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26281";>#26281</a></li>
   <li>Translate PostgreSQL code 21000 (cardinality_violation) <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26276";>#26276</a></li>
   <li>Consistent type resolution handling for NullBean <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26271";>#26271</a></li>
   <li>Defensively handle loadClass null result in 
BeanUtils.findEditorByConvention (against misbehaving ClassLoader impl such as 
in the GWT JettyLauncher) <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26252";>#26252</a></li>
   <li>Subscriber context not propagated to WebSocketHandler for Tomcat 
websockets <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26210";>#26210</a></li>
   <li>Introduce ApplicationEvents abstraction to capture application events 
published during a test <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25616";>#25616</a></li>
   <li>Spring AOP should not apply UndeclaredThrowableException to checked 
exceptions from Kotlin methods <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23844";>#23844</a></li>
   </ul>
   <h2>:beetle: Bug Fixes</h2>
   <ul>
   <li>Cannot remove headers from httpHeaders.keySet() in WebFlux <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26361";>#26361</a></li>
   <li>ClassCastException handling at SimpleApplicationEventMulticaster of 
payload items <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26349";>#26349</a></li>
   <li>DefaultPartHttpMessageReader creates live resources that won't be shut 
down <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26347";>#26347</a></li>
   <li>Sending empty Flux to RSocket channel causes DecodingException: JSON 
decoding error: No content to map due to end-of-input <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26344";>#26344</a></li>
   <li>Fix implementation of isOpen() in ReactorNettyWebSocketSession <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/26341";>#26341</a></li>
   <li>Remove obsolete commandName attribute in spring-form.tld <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26337";>#26337</a></li>
   <li>The response has a duplicate &quot;Content-Length&quot; header when get 
by range header <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26330";>#26330</a></li>
   <li><code>@ExceptionHandler</code> methods not invokable if matched on 
exception's cause level &gt; 1 <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26317";>#26317</a></li>
   <li>Switch to PathPatternParser for Spring MVC breaks welcome page auto 
configuration <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26318";>#26318</a></li>
   <li>CronExpression cannot parse combination of step values <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26313";>#26313</a></li>
   <li>Fix JdbcOperations.queryForObject/queryForList extensions <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26312";>#26312</a></li>
   <li>ClassCastException during websocket upgrade for mutated request <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26304";>#26304</a></li>
   <li>kotlinx.serialization should not be used for Java interfaces implemented 
by Java classes <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26298";>#26298</a></li>
   <li>NettyHeadersAdapter.add() accepts <code>@Nullable</code> value but 
throws NullPointerException <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26274";>#26274</a></li>
   <li>Lots of boundedElastic-evictor TIMED_WAITING threads related to form 
data requests <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26263";>#26263</a></li>
   <li>No originalFilename in MockMultipartFile now leads to add it just as 
part <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26261";>#26261</a></li>
   <li>UriComponentsBuilder fromUriString cannot parse File URI <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26258";>#26258</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Slow prototype bean creation when migrating spring-boot 2.3.5 -&gt; 
2.4.1 <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26369";>#26369</a></li>
   <li>Application built against Spring Framework 5.3 breaks deployment to 
Wildfly 9 <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26355";>#26355</a></li>
   <li>Improve MockMvc samples in reference to show where static imports come 
from <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26311";>#26311</a></li>
   <li>MultipartFile.getOriginalFilename() documentation should warn user not 
to use it as destination file name <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26299";>#26299</a></li>
   <li>Spring data DomainClassConverter broken with Spring 5.3 in case of 
missing entity <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26296";>#26296</a></li>
   <li>Document initialization and shutdown logging semantics for the 
TestContext framework <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25385";>#25385</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</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/91509805b759a108d7eca0b6b3041c434c61d837";><code>9150980</code></a>
 Release v5.3.3</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/fceceb480fd5b7432b6606fc5fecc2a32dd03a60";><code>fceceb4</code></a>
 Validate Resource type in ResourceHttpRequestHandler</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/e5ab67bd71d4261c07a6f23c59aca089b37cb512";><code>e5ab67b</code></a>
 ResourceHandlerRegistration exposes List&lt;Resource&gt; locations</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/2d53570f4cc148250378b852e671fcb0369f754b";><code>2d53570</code></a>
 Prevent kotlinx.serialization usage on interfaces</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/be5eb7037fc1f5d106991170fc73bfbf367fd6b8";><code>be5eb70</code></a>
 Explicit notes on non-null enforcement and deep cause support in 5.3</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/fff2291f2a0e3dc7af5a553137eb6c526a0ffc9d";><code>fff2291</code></a>
 Document context lifecycle &amp; logging semantics for the TestContext 
framework</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/917f3ad101cc75587457a52237c4015d7fb9e56c";><code>917f3ad</code></a>
 Upgrade to Reactor 2020.0.3</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/2fd6e6e87c675c9c450affb87221be31d251abce";><code>2fd6e6e</code></a>
 Polish Javadoc for base ExceptionHandlerMethodResolvers</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/570bdbd2535180b8ef164f6095bfdc0157a4d7bd";><code>570bdbd</code></a>
 Avoid unnecessary sorting in base ExceptionHandlerMethodResolvers</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/b587a16d460ad10a98874796c389b933ff85e457";><code>b587a16</code></a>
 Expose all exception causes as provided handler method arguments</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v5.3.2...v5.3.3";>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.2&new-version=5.3.3)](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

Reply via email to