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

   Bumps 
[org.springframework:spring-web](https://github.com/spring-projects/spring-framework)
 from 6.1.2 to 6.1.4.
   <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.4</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Add missing RequestPredicate variants in coRouter <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32256";>#32256</a></li>
   <li>Adapt ConcurrencyThrottleSupport to use ReentrantLock for better virtual 
thread support <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32251";>#32251</a></li>
   <li>Create optimized versions of request predicates <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32244";>#32244</a></li>
   <li>Include function name in 
<code>SpelMessage.INCORRECT\_NUMBER\_OF\_ARGUMENTS\_TO\_FUNCTION</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32239";>#32239</a></li>
   <li>Add Coroutines support to <code>NonReactiveHandlerMethodPredicate</code> 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32227";>#32227</a></li>
   <li>RouterFunctionMapping does not implement MatchableHandlerMapping <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32221";>#32221</a></li>
   <li>Initialize (another) Map with correct size in RequestPredicates <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32215";>#32215</a></li>
   <li>Make SmartLifecycle <code>phase</code> value configurable in STOMP 
message handling components <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32205";>#32205</a></li>
   <li>Initialize Map with correct size in RequestPredicates <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32201";>#32201</a></li>
   <li>Let <code>BeanPropertyRowMapper</code> subclasses customize mapped names 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32199";>#32199</a></li>
   <li>Improve client and server handling of STOMP heartbeat failures  <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32195";>#32195</a></li>
   <li>Optimize Map methods in ServletAttributesMap <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32189";>#32189</a></li>
   <li>Support binary streams with <code>JdbcClient</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32161";>#32161</a></li>
   <li>Annotate core functional SPIs in SpEL with 
<code>@FunctionalInterface</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32135";>#32135</a></li>
   <li>Cannot use <code>SimpleJdbcInsert</code> with catalog name <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32124";>#32124</a></li>
   <li>Refactor ReloadableResourceBundleMessageSource <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32118";>#32118</a></li>
   <li>Reuse <code>MapPropertySource</code> for 
<code>DynamicValuesPropertySource</code> implementation (as a template for 
custom variants) <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32110";>#32110</a></li>
   <li>Improve Spring AOP performance for methods without specific advice <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32104";>#32104</a></li>
   <li>Make it possible to configure any TaskExecutor through 
ChannelRegistration <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32081";>#32081</a></li>
   <li>Add support for JSON streams to Kotlin Serialization <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32074";>#32074</a></li>
   <li>Avoid reflecting to obtain <code>validationGroups</code>  every time the 
call is made <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32068";>#32068</a></li>
   <li>Reject <code>@RequestMapping</code> and <code>@HttpExchange</code> 
declarations on the same element <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32065";>#32065</a></li>
   <li>Missing toString for ExponentialBackOff <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32061";>#32061</a></li>
   <li>Reject multiple <code>@HttpExchange</code> declarations on the same 
element <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32049";>#32049</a></li>
   <li>ClientAbortException from StreamingResponseBody can cause infinite loop 
of dispatches <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32042";>#32042</a></li>
   <li>Log warning if multiple <code>@PostMapping</code>, 
<code>@GetMapping</code>, etc. annotations are declared <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31962";>#31962</a></li>
   <li>Using types in <code>@SessionAttributes</code> is sometimes not 
reflected in the model <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30463";>#30463</a></li>
   <li>Improve read publisher cancel handling to avoid connections in 
CLOSE_WAIT state with WebSocket on Tomcat  <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30393";>#30393</a></li>
   <li>Provide more control over JPA entities scanning <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/27892";>#27892</a></li>
   <li>Provide and document a way to handle single-page application redirects 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/27257";>#27257</a></li>
   <li>MockMvcClientHttpRequestFactory swallows ServletResponse.errorMessage <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/26720";>#26720</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Cannot send Server-Sent Events without data using WebMvc.fn SseBuilder 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32270";>#32270</a></li>
   <li>Fix <code>pathExtension</code> null-safety in Kotlin DSLs <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32254";>#32254</a></li>
   <li><code>SimpleEvaluationContext.Builder</code> is not <code>final</code> 
and has a <code>public</code> constructor <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32253";>#32253</a></li>
   <li><code>@JsonDeserialize(builder = ...)</code> does not work in GraalVM 
native image <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32238";>#32238</a></li>
   <li>RestClientAdapter claims it supports request attributes when it does not 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32232";>#32232</a></li>
   <li>ThreadPoolTaskExecutor rejecting tasks as soon as the context has been 
closed can lead to exceptions during web app shutdown <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32226";>#32226</a></li>
   <li>Consistent parsing of user information in UriComponentsBuilder <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32211";>#32211</a></li>
   <li>&quot;IllegalStateException: Cannot call sendError() after the response 
has been committed&quot; when IOException is thrown during resolving method 
argument values on Tomcat &gt;= 10.1.16 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32206";>#32206</a></li>
   <li>No longer able to override the <code>toString()</code> in 
<code>HandlerMethod</code> from <code>6.1.3</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32184";>#32184</a></li>
   <li>6.1.3 regression: aspect not called with multiple inheritance <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32181";>#32181</a></li>
   <li>Unable to use baseUrl on builders created from RestTemplate <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32180";>#32180</a></li>
   <li>MessageDeliveryException on shutdown with open WebSocket connections <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32171";>#32171</a></li>
   <li>With XML configuration, setter selection can be random in case of 
overloaded setter methods (e.g. on SimpleClientHttpRequestFactory in 6.1.3 from 
convertForProperty method) <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32159";>#32159</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/9bd6aef090161cb26ef5d1326d6604b0fa3d54ac";><code>9bd6aef</code></a>
 Release v6.1.4</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/f41c7ceaf7a550ccc7593eeab064e17dc0e919ee";><code>f41c7ce</code></a>
 Upgrade to Undertow 2.3.11</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/9a068869efeca91665b410e272bae3e6d2fb975c";><code>9a06886</code></a>
 Upgrade to Reactor 2023.0.3, Micrometer 1.12.3, Context Propagation 1.1.1</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/d147609e04a7fdb5cca6220e1cf2f7ecf29ccbb9";><code>d147609</code></a>
 Update a reference to the build pipeline</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/e9a359f873aacbc788ea0f9b63f8b28382dd2c18";><code>e9a359f</code></a>
 Fix pipeline reference</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/78f0688ed0754c6b825422a88ee6e6cc73c2866c";><code>78f0688</code></a>
 Fix javadoc error</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/504b7619bdb9580bd6346bd256263239283edf07";><code>504b761</code></a>
 WebSocketMessageBrokerConfigurer allows to configure Lifecycle phase</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/f9ae54d91e67ebf4ca27d5f0bcc3c39d8f66b8c1";><code>f9ae54d</code></a>
 Allow sending SSE events without data</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/2284254d39eb59eae13f84e72f921993be07f60e";><code>2284254</code></a>
 Fix Kotlin syntax errors in RestClient builder example</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/6e9607ce999a01c942551f2d0c85107aa1d4f94b";><code>6e9607c</code></a>
 Use double dot in META-INF/aop.xml documentation</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v6.1.2...v6.1.4";>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=6.1.2&new-version=6.1.4)](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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to