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

   Bumps [spring-web](https://github.com/spring-projects/spring-framework) from 
5.3.23 to 6.0.9.
   <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>v6.0.9</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Consistent support for MultiValueMap and common Map implementations in 
CollectionFactory <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30440";>#30440</a></li>
   <li>Introduce internal constants for implicit bounds in TypeUtils <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/30423";>#30423</a></li>
   <li>Update major/minor version properties in <code>MockServletContext</code> 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30395";>#30395</a></li>
   <li>Reject null and empty SpEL expressions <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30371";>#30371</a></li>
   <li>Support Test AOT processing with GraalVM tracing agent and Native Build 
Tools <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30281";>#30281</a></li>
   <li>Introduce <code>Environment.matchesProfiles()</code> for profile 
expressions <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30206";>#30206</a></li>
   <li>Optimize MultiValueMap iteration operations <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/29972";>#29972</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Respect TaskDecorator configuration on DefaultManagedTaskExecutor <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30442";>#30442</a></li>
   <li>Qualifiers registered programmatically are not supported by AOT <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30410";>#30410</a></li>
   <li>Support for <code>InjectionPoint</code> in bean factory methods when 
using AOT <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30401";>#30401</a></li>
   <li>Bean methods with generic array/varargs parameters break native 
compilation <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30407";>#30407</a></li>
   <li><code>ApplicationListenerMethodAdapter</code> supports non-matching 
generic events <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30399";>#30399</a></li>
   <li>Processing several <code>@PersistenceContext</code> injection points on 
the same class with AOT generates code that does not compile <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30437";>#30437</a></li>
   <li>Make maximum SpEL expression length configurable <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30380";>#30380</a></li>
   <li>Record beans do not compile to native images <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30383";>#30383</a></li>
   <li>Missing resource hint for <code>@PropertySource</code>#value <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30376";>#30376</a></li>
   <li>ApplicationEventPublisher - PayloadApplicationEvent not received by 
EventListener if event fired from child context <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30360";>#30360</a></li>
   <li>StringDecoder.decode() should release chunks on cancellation <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30299";>#30299</a></li>
   <li>Quote '?' in Quoted Printable filename <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/30252";>#30252</a></li>
   <li>Missing reflection hint for custom <code>PropertySourceFactory</code> in 
native image <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30175";>#30175</a></li>
   <li>Aot generated sources fail to compile with 'File name too long' error <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/29846";>#29846</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Update <code>package-info</code> for CGLIB fork <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30461";>#30461</a></li>
   <li>Clarify differences between GenericBeanDefinition and RootBeanDefinition 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30444";>#30444</a></li>
   <li>Document how to configure FactoryBean with a configurable target with 
AOT <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30434";>#30434</a></li>
   <li>Add Antora docs-build branch <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/30415";>#30415</a></li>
   <li>Switch the reference documentation to Antora <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/30414";>#30414</a></li>
   <li><code>@ResponseStatus</code> documentation incorrect <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30305";>#30305</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Micrometer 1.10.7 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30451";>#30451</a></li>
   <li>Upgrade to Reactor 2022.0.7 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30450";>#30450</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/divcon";><code>@​divcon</code></a>, <a 
href="https://github.com/izeye";><code>@​izeye</code></a>, <a 
href="https://github.com/luozhenyu";><code>@​luozhenyu</code></a>, <a 
href="https://github.com/rwinch";><code>@​rwinch</code></a>, <a 
href="https://github.com/sigee";><code>@​sigee</code></a>, and <a 
href="https://github.com/yuzawa-san";><code>@​yuzawa-san</code></a></p>
   <h2>v6.0.8</h2>
   <h2>:star: New Features</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/c9930dd831b6549bf8d24a8721b6e9222199422e";><code>c9930dd</code></a>
 Release v6.0.9</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/3f889e997cb8648f54e034c29e009960e8a086e3";><code>3f889e9</code></a>
 Clarify RootBeanDefinition vs GenericBeanDefinition</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/6622a3c7d6c475a5e205f49fe63eff0f569a4780";><code>6622a3c</code></a>
 Consistent package-info declarations for CGLIB fork</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/d8f6567c890340cfc145b8fa2766ccb4cf70fab2";><code>d8f6567</code></a>
 Download the playbook to build dir</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/111309605c7c1b4c4b8b40d7f8086a0e2338ca82";><code>1113096</code></a>
 Support Test AOT processing with GraalVM tracing agent and NBT</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/89bcee68bb0561a8f30b5c7fb34a067f54d028ae";><code>89bcee6</code></a>
 Add author tag</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/c8927ae7530a89657f1e70e92c92ae124d3aa485";><code>c8927ae</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/e228f4ba6479694975c93e2f2a908ed91481bc65";><code>e228f4b</code></a>
 Consistent pre-resolution of event type vs payload type</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/c733ae0f22cacfa67398b6291a419867938a7475";><code>c733ae0</code></a>
 Fix ApplicationListenerMethodAdapter#supportsEventType check</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/aefcb9d2d6ee385c14d83852bee50b0307b42ce4";><code>aefcb9d</code></a>
 Make maximum SpEL expression length configurable</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v5.3.23...v6.0.9";>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.0.9)](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.

To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org

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