dependabot[bot] opened a new pull request, #226:
URL: https://github.com/apache/servicemix-bundles/pull/226

   Bumps 
[org.springframework:spring-webmvc](https://github.com/spring-projects/spring-framework)
 from 6.0.12 to 6.0.14.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-framework/releases";>org.springframework:spring-webmvc's
 releases</a>.</em></p>
   <blockquote>
   <h2>v6.0.14</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Provide caching for HandlerMappingIntrospector lookups <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31588";>#31588</a></li>
   <li><code>Log4jLog</code> needs to re-resolve <code>ExtendedLogger</code> on 
deserialization (for compatibility with Log4J 2.21) <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31582";>#31582</a></li>
   <li>Optimize <code>StandardTypeLocator</code> for hotspot when the same 
classes are resolved <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31579";>#31579</a></li>
   <li>Add duplicate key exception error code for SAP HANA database <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/31554";>#31554</a></li>
   <li>Do not delegate TRACE to HttpServlet on ERROR dispatch <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31457";>#31457</a></li>
   <li>Add <code>properties</code> setter to <code>ProblemDetail</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31430";>#31430</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>GeneratedFiles#addSource does not provide proper context if the 
specified class name is invalid <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/31612";>#31612</a></li>
   <li>MessageBuilder#createMessage should not define the payload as 
<code>@Nullable</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31610";>#31610</a></li>
   <li>Default Mixin added by Jackson2ObjectMapperBuilder are missing required 
runtime hints <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31606";>#31606</a></li>
   <li>NettyDataBuffer#toByteBuffer fails if readPosition &gt; 0  <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31605";>#31605</a></li>
   <li>Avoid duplicate JAR resources in 
<code>PathMatchingResourcePatternResolver</code> on MS Windows <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/31598";>#31598</a></li>
   <li><code>NamedParameterUtils</code> broken parsing related to square 
brackets <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31596";>#31596</a></li>
   <li>Multipart cleanup is done too eagerly <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31567";>#31567</a></li>
   <li>Jakarta validation field constraints in superclass are ignored in native 
image <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31552";>#31552</a></li>
   <li>Function column out doesn't resolve to <code>SqlOutParameter</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31550";>#31550</a></li>
   <li>Restore support for recursive annotations in Kotlin <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/31518";>#31518</a></li>
   <li>Resolve to empty <code>MultiValueMap</code> when no matrix variables are 
provided <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/31483";>#31483</a></li>
   <li><code>ProxyFactoryBean</code> declaration may lead to unexpected 
non-fatal &quot;FactoryBean threw exception from getObjectType&quot; stacktrace 
output <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31473";>#31473</a></li>
   <li>Use of <code>@Value</code> in compact constructor of a record should not 
register method injection <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/31433";>#31433</a></li>
   <li>Prevent duplicate HTTP server observations for cancelled exchanges <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31417";>#31417</a></li>
   <li>Spring MVC raises MissingPathVariableException resulting in 500 instead 
of 400 error when path segment is u001F or u00D and cannot be converted to 
target type UUID <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31382";>#31382</a></li>
   <li>Ensure consistent value count in ConcurrentReferenceHashMap#Segment <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31373";>#31373</a></li>
   <li>HeaderContentNegotiationStrategy.resolveMediaTypes throws unexpected 
IllegalArgumentException  <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31254";>#31254</a></li>
   <li>Session Cookie in Reactive WebSession is not deleted if maxAge is set 
through cookie initializer (e.g. via Boot application property) <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31214";>#31214</a></li>
   <li>DefaultWebClient logs URI without the port number <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30519";>#30519</a></li>
   <li>CGLIB <code>BeanCopier</code> falls back to 
<code>ClassLoader.defineClass</code> for public target <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/28699";>#28699</a></li>
   <li>BeanUtils.copyProperties() consumes large amount of memory <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/27246";>#27246</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>RestTemplate initialization documentation in 6.0.x mentions Netty, yet 
no ClientHttpRequestFactory is present in the package. <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31526";>#31526</a></li>
   <li>Correct typo in annotations.adoc <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/31519";>#31519</a></li>
   <li>Document X-Forwarded-* Headers <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/31491";>#31491</a></li>
   <li>Improve support and documentation for the &quot;default&quot; bean 
definition profile name <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/29071";>#29071</a></li>
   <li>Document that <code>pertypewithin</code> is supported by Spring AOP <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/25887";>#25887</a></li>
   <li>Document alternatives of using multiple 
<code>PropertyPlaceholderConfigurer</code>s [SPR-9989] <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/14623";>#14623</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Micrometer 1.10.13 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31586";>#31586</a></li>
   <li>Upgrade to Reactor 2022.0.13 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31585";>#31585</a></li>
   </ul>
   <h2>:heart: Contributors</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/28bb639736c98213bcc5f34a33aa0e093690fcc8";><code>28bb639</code></a>
 Release v6.0.14</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/770cbd2fb5d81a26b9b9ee669f64aea08a7f5022";><code>770cbd2</code></a>
 Revise exception handling in HandlerMappingIntrospector</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/e5f04e5ddfc025b2c146474e54c0cee67c813ca9";><code>e5f04e5</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/c18784678df489d06a70e54fcddb5e3821d4b00c";><code>c187846</code></a>
 Reduce allocations in server conventions</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/51cdff591c940689693e5d1ecd9524b6fdbc3a3c";><code>51cdff5</code></a>
 Merge pull request <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31612";>#31612</a>
 from PiotrFLEURY</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/d93114df9ab2daeef1bf9383d00bfa2e0be97669";><code>d93114d</code></a>
 Polish &quot;Provide invalid class name in exception message&quot;</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/5ac4c3bd767291fedaae02b7f1f43751b811eb8f";><code>5ac4c3b</code></a>
 Provide invalid class name in exception message</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/05c3ffb2fbdf358c6a23309a3118b0a64ecb4b40";><code>05c3ffb</code></a>
 Use InvalidMimeTypeException in MimeTypeUtils#sortBySpecificity</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/19e8ed130cbffdc5e80aa3eeb40d8de4c665bc3b";><code>19e8ed1</code></a>
 Cache Filter for HandlerMappingIntrospector and log warnings</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/446425175451974216849757c4f06ad6b50e06c2";><code>4464251</code></a>
 Add missing runtime hints for ProblemDetail mixins</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v6.0.12...v6.0.14";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.springframework:spring-webmvc&package-manager=maven&previous-version=6.0.12&new-version=6.0.14)](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)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/servicemix-bundles/network/alerts).
   
   </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