dependabot[bot] opened a new pull request, #4279: URL: https://github.com/apache/incubator-kie-kogito-runtimes/pull/4279
Bumps [org.springframework:spring-webmvc](https://github.com/spring-projects/spring-framework) from 6.2.17 to 6.2.18. <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.2.18</h2> <h2>:star: New Features</h2> <ul> <li>Improve <code>SpringValidatorAdapter</code> and <code>MethodValidationAdapter</code> performance <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36624">#36624</a></li> <li>Add missing <code>@Deprecated</code>(forRemoval = true) for deleted in 7.0 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36591">#36591</a></li> <li>Deprecate <code>methodIdentification()</code> in <code>CacheAspectSupport</code> for removal <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36576">#36576</a></li> <li>Improve error handling in multipart codecs <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36564">#36564</a></li> <li>LazyConnectionDataSourceProxy does not work well with Hibernate's multi-tenancy by schema strategy <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36529">#36529</a></li> <li>MySQL Error 149 (Galera/WSREP conflict) not translated to ConcurrencyFailureException in Spring JDBC/ORM <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36510">#36510</a></li> </ul> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>Handle Kotlin nullable value class param correctly in <code>CoroutineUtils</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36643">#36643</a></li> <li>NullPointerException in ServerSentEvent when trying to set id or event properties <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36634">#36634</a></li> <li><code>@Sql</code> fails if <code>DataSource</code> is wrapped in a <code>TransactionAwareDataSourceProxy</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36630">#36630</a></li> <li>WebDataBinder unnecessarily instantiates collections when using the "!" and "_" prefixes <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36627">#36627</a></li> <li>Cache pollution from high-cardinality FieldError default messages in MessageSourceSupport <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36623">#36623</a></li> <li>ContentCachingRequestWrapper does not allow unlimited content caching <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36620">#36620</a></li> <li><code>MergedAnnotation</code> does not use <code>ClassLoader</code> for method or field <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36614">#36614</a></li> <li><code>AnnotationBeanNameGenerator</code> fails when an annotation references a non-existent class <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36588">#36588</a></li> <li><code>FileSystemResource</code> does not strictly follow the <code>Resource#isReadable()</code> contract <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36585">#36585</a></li> <li>Query not hidden in DefaultClientResponse checkpoint <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36571">#36571</a></li> <li>LazyConnectionDataSourceProxy does not pass on holdability to target Connection <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36530">#36530</a></li> <li><code>DefaultJmsListenerContainer</code> may hang in an endless loop in <code>doShutdown</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36511">#36511</a></li> <li>Inconsistent codings resolution in resource resolvers <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36508">#36508</a></li> </ul> <h2>:notebook_with_decorative_cover: Documentation</h2> <ul> <li>Clarify semantics of HttpMethod.valueOf() <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36653">#36653</a></li> <li>Document that <code>spring.profiles.active</code> is ignored by <code>@ActiveProfiles</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36636">#36636</a></li> <li>Document whitespace semantics in SpEL expressions <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36629">#36629</a></li> <li><code>MergedAnnotation.asAnnotationAttributes()</code> Javadoc incorrectly states that it creates an immutable map <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36568">#36568</a></li> <li>Introduce Kotlin examples for Bean Overrides (<code>@MockitoBean</code>, etc.) <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36542">#36542</a></li> <li>Fix incorrect cross-reference links in AbstractEnvironment Javadoc <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36517">#36517</a></li> </ul> <h2>:hammer: Dependency Upgrades</h2> <ul> <li>Upgrade to Micrometer 1.15.11 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36661">#36661</a></li> <li>Upgrade to Reactor 2024.0.17 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36660">#36660</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spring-projects/spring-framework/commit/6b117247d383294662e199c6b47d7bf54c49caaa"><code>6b11724</code></a> Release v6.2.18</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/f6671e77e26b51fa57cfecdf92dbfbb676c334da"><code>f6671e7</code></a> Upgrade to Reactor 2024.0.17 and Micrometer 1.15.11</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/b338fdd99dd87974870f90ababb39fcb8727e1b4"><code>b338fdd</code></a> Add doOnDiscard in MultipartHttpMessageReader</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/4e3f264f34ebea631c9ca51905e0695dc944cd45"><code>4e3f264</code></a> Add missing tests for WebRequestDataBinder</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/9e0b83ead3662e488d99984168da11273a4a90fd"><code>9e0b83e</code></a> Polish WebRequestDataBinderTests</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/af4b1229a54b0e93f565873acb14abdd29a2bd4f"><code>af4b122</code></a> Extract ServletRequestParameterPropertyValuesTests</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/623ccd1a4ff1cf37a9835cb226d3bfe653cde3c6"><code>623ccd1</code></a> Revise "Skip binding entirely when field is not allowed"</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/69068ba33d5af15c058bbd6ea2b56dea9367e4a7"><code>69068ba</code></a> Further clarify semantics of HttpMethod.valueOf()</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/f182f9a76b4501c1f171c0cc463029d65b45d002"><code>f182f9a</code></a> Clarify semantics of HttpMethod.valueOf()</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/9d144487e7030f74f0724b2f388e5fcb7dff37a1"><code>9d14448</code></a> Improve SpEL tests for Elvis and Ternary operators</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v6.2.17...v6.2.18">compare view</a></li> </ul> </details> <br /> [](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 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/incubator-kie-kogito-runtimes/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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
