dependabot[bot] opened a new pull request, #4225: URL: https://github.com/apache/incubator-kie-kogito-runtimes/pull/4225
Bumps [org.springframework:spring-webmvc](https://github.com/spring-projects/spring-framework) from 6.2.15 to 6.2.17. <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.17</h2> <h2>:star: New Features</h2> <ul> <li>Leverage <code>ResourceHandlerUtils</code> in <code>ScriptTemplateView</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36459">#36459</a></li> <li>Restore <code>ScriptTemplateViewTests</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36457">#36457</a></li> <li>Fix log message in <code>ConfigurationClassBeanDefinitionReader</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36454">#36454</a></li> <li>Resolve context initializers only once in <code>AbstractTestContextBootstrapper</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36431">#36431</a></li> <li>Exclude legacy <code>@javax.validation.Constraint</code> from convention-based annotation attribute override check <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36412">#36412</a></li> <li>Optimize <code>MediaType(MediaType, Charset)</code> constructor <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36351">#36351</a></li> <li>Optimize the addition of a charset to the MediaType in AbstractHttpMessageConverter <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36350">#36350</a></li> <li>Consistent adaptation of HTTP headers on Servlet responses <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36345">#36345</a></li> <li>Improve performance of validation groups determination in WebFlux <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36337">#36337</a></li> <li>Detect all common size exceptions from Tomcat and Commons FileUpload 2.x <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36324">#36324</a></li> </ul> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>Guard against invalid id/event values in Server Sent Events <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36442">#36442</a></li> <li>Incomplete debug message in ConfigurationClassBeanDefinitionReader <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36411">#36411</a></li> <li>Inconsistent ApplicationEventMulticaster state after removing ApplicationListener implemented by FactoryBean <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36405">#36405</a></li> <li>Graceful shutdown of SimpleAsyncTaskExecutor <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36384">#36384</a></li> <li>HttpMediaTypeException thrown when calculating compatible media types <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36363">#36363</a></li> <li>ResolvableType#getGenerics() breaks serialization <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36347">#36347</a></li> <li>Multipart upload leak on client abort (ByteBuf.release() not called) <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36327">#36327</a></li> </ul> <h2>:notebook_with_decorative_cover: Documentation</h2> <ul> <li>Document <code>@Fallback</code> alongside <code>Primary</code> in the reference manual and <code>@Bean</code> Javadoc <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36441">#36441</a></li> <li>Document registration recommendations for <code>BeanPostProcessor</code> and <code>BeanFactoryPostProcessor</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36436">#36436</a></li> <li>Fix links to <code>UriComponentsBuilder</code> and polish examples <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36406">#36406</a></li> <li>Emphasize <code>@Configuration</code> classes over XML and Groovy in testing chapter <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36394">#36394</a></li> <li>Polish SpEL operator examples in reference docs <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36375">#36375</a></li> </ul> <h2>:hammer: Dependency Upgrades</h2> <ul> <li>Upgrade to JUnit 5.14.3 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36388">#36388</a></li> <li>Upgrade to Micrometer 1.15.10 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36446">#36446</a></li> <li>Upgrade to Reactor 2024.0.16 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36445">#36445</a></li> </ul> <h2>v6.2.16</h2> <h2>:star: New Features</h2> <ul> <li>Improve performance of hashcode calculations for request mappings <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36297">#36297</a></li> <li>Improve performance of HandlerMethod bean lookup <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36296">#36296</a></li> <li>Improve performance of validation groups determination <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36295">#36295</a></li> <li>Improve performance of single pattern request mappings <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36294">#36294</a></li> <li>Optimize NamedParameterUtils#buildValueArray by lazily fetching SqlParameter <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36232">#36232</a></li> <li>Consistently close streams through try-with-resources in FileCopyUtils <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36224">#36224</a></li> <li>SqlBinaryValue and SqlCharacterValue should support InputStream content with undetermined length <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36220">#36220</a></li> <li><code>DataBufferUtils.write()</code> with NettyDataBuffer on JDK 25 hangs indefinitely <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36189">#36189</a></li> <li>WebClient (Reactor) attributes on Netty channel do not clear after connection release <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36163">#36163</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/4e35a12209800a2466a38ba978811db2bda6563a"><code>4e35a12</code></a> Release v6.2.17</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/317a1f9909a2394a5a1b03e5e17deb25066fbaf6"><code>317a1f9</code></a> Leverage ResourceHandlerUtils in ScriptTemplateView</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/de6601fdac0b6628fc21ed3b0dd3367f057df0d3"><code>de6601f</code></a> Restore ScriptTemplateViewTests</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/47dc1c4d93fc0c5a7b8789063c037dab24fe7285"><code>47dc1c4</code></a> Fix log message in ConfigurationClassBeanDefinitionReader</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/d8c77934ffc92fd7c83a3935fa27f89ba4aa732b"><code>d8c7793</code></a> Upgrade to SnakeYAML 2.6, Protobuf 4.34, H2 2.4.240</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/99fbce1254a90664a5cf80715eb9afb53a4d8b59"><code>99fbce1</code></a> Polishing (aligned with main)</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/d1e69a967707b40c46dbf82cf5c5e69cea4810a7"><code>d1e69a9</code></a> Upgrade to Reactor 2024.0.16 and Micrometer 1.15.10</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/8dc888e1b8190da93d0864c437ae945eaf06a8e9"><code>8dc888e</code></a> Guard against invalid id/event values in Server Sent Events</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/131f94fbc58de450714f652da7f0e6821d2a5617"><code>131f94f</code></a> Use link for first reference to @Fallback in @Bean Javadoc</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/d4f4c69318c4f6dd66fdd01767dd5be392dccb77"><code>d4f4c69</code></a> Document <a href="https://github.com/Fallback"><code>@Fallback</code></a> alongside Primary in the reference docs and <a href="https://github.com/Bean"><code>@Bean</code></a> Javadoc</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v6.2.15...v6.2.17">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]
