dependabot[bot] opened a new pull request #148: URL: https://github.com/apache/maven-indexer/pull/148
Bumps `version.spring` from 5.3.13 to 5.3.14. Updates `spring-beans` from 5.3.13 to 5.3.14 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spring-projects/spring-framework/releases">spring-beans's releases</a>.</em></p> <blockquote> <h2>v5.3.14</h2> <h2>:star: New Features</h2> <ul> <li>Add default methods to CachingConfigurer <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27811">#27811</a></li> <li>Provide a variant of ListableBeanFactory.findAnnotationOnBean(String, Class<!-- raw HTML omitted -->) that does not initialize factory beans <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27796">#27796</a></li> <li>Convert single <code>null</code> argument to <code>Optional.empty()</code> in SpEL varargs expression <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27795">#27795</a></li> <li>Declare serialVersionUID on DefaultAopProxyFactory <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27784">#27784</a></li> <li>The ReactorClientHttpConnector must apply mapper before tcpConfiguration() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27749">#27749</a></li> <li>Add getter for RequestMappingInfo builder config <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27723">#27723</a></li> <li>Give warning when using capturing patterns with the AntPathMatcher <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27688">#27688</a></li> <li>Support for customization of 404 response when RouterFunctionWebHandler finds no routes <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25358">#25358</a></li> <li>ModelAndView.status does not work with RedirectView <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25092">#25092</a></li> <li>ThreadPoolExecutorFactoryBean add ability to prestart threads <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/1246">#1246</a></li> <li>Support empty attributes in TagWriter <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/910">#910</a></li> </ul> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>AsyncConfigurer implementations are loaded too early <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27808">#27808</a></li> <li>Possible NPE in Spring MVC LogFormatUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27782">#27782</a></li> <li>Extending CachingConfigurerSupport results in at least one log message about not being eligible for full post-processing <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27751">#27751</a></li> <li>WebFlux ServerResponse does not overwrite already present response headers <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27741">#27741</a></li> <li>Passing single null value in varargs SpEL expression results in NullPointerException <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27719">#27719</a></li> <li>UriUtils::extractFileExtension does not properly handle empty file names <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27639">#27639</a></li> <li>References of CountingBeforeAdvice target its previous location <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/22246">#22246</a></li> <li>ProxyFactoryBean getObject called before setInterceptorNames, silently creating an invalid proxy [SPR-7582] <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/12238">#12238</a></li> </ul> <h2>:notebook_with_decorative_cover: Documentation</h2> <ul> <li>Remove references to AsyncConfigurerSupport as AsyncConfigurer should be used instead <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27812">#27812</a></li> <li>Fix javadoc reference to ThrowsAdvice <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27804">#27804</a></li> <li>Suggested WebSocket config causes circular bean reference <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27746">#27746</a></li> <li>Document the difference in generics resolution between <code>@Autowired</code> and <code>beanFactory.getBeanProvider</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27727">#27727</a></li> <li>Clarify that interface-level cache annotations work for target-class proxies as well <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27726">#27726</a></li> <li>SchedulerFactoryBean no longer sets the job store's <code>DataSource</code> when the job store class has been customized <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27709">#27709</a></li> <li>Fix typo <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27699">#27699</a></li> <li>Fix incorrect example of error handling in WebClient Javadoc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27645">#27645</a></li> <li>Missing reference documentation for WebSocketScope <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25172">#25172</a></li> <li>Clarify behaviour of AnnotationBeanNameGenerator with acronyms <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/2030">#2030</a></li> <li>Fix simple data format in appendix <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/1025">#1025</a></li> <li>Update StoredProcedure.java declareParameter method JavaDoc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/1000">#1000</a></li> <li>Document <code>@Bean</code> definitions via default methods <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/767">#767</a></li> <li>Improved DataBinder Javadoc for xxx*yyy pattern matching. <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/699">#699</a></li> </ul> <h2>:hammer: Dependency Upgrades</h2> <ul> <li>Upgrade to ASM 9.3 (for early Java 19 support) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27740">#27740</a></li> <li>Upgrade to JUnit 5.8.2 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27744">#27744</a></li> <li>Upgrade to Reactor 2020.0.14 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27793">#27793</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/29185a3d28fa5e9c1b4821ffe519ef6f56b51962"><code>29185a3</code></a> Release v5.3.14</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/31a4c274b7f34cc4fd66bb5c90864ce3ae45fe8e"><code>31a4c27</code></a> Upgrade to SnakeYAML 1.30, MockK 1.12.1, Jetty Reactive HttpClient 1.1.10</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/d665977787a31230c2a908fe695fb8fa3af254ee"><code>d665977</code></a> Polishing</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/0b6a54dcc77ea09a4dafc0dd7a04c34553f1a317"><code>0b6a54d</code></a> Upgrade to R2DBC Arabba-SR11, Kotlin 1.5.32, Jackson 2.12.6</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/1885ab3e07eba47d19e6e8505abda721bb692417"><code>1885ab3</code></a> Polishing</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/de10bb69cb129a45bba41c90b8a2e18d8305b764"><code>de10bb6</code></a> Stop resolving AsyncConfigurer instances eagerly</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/c7642422c3556e7e12279ce92bd7b8ece35cf200"><code>c764242</code></a> Stop resolving CachingConfigurer instances eagerly</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/4c2e0ee5ffb9fd2e6bf56c4da36f4e2d68f0258a"><code>4c2e0ee</code></a> Upgrade to Log4j2 2.16.0</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/79804d92c29a71daf1cbdc64cd355f90b01b2765"><code>79804d9</code></a> Upgrade to Protobuf 3.19.1, Gson 2.8.9, Woodstox 6.2.7, Apache Johnzon 1.2.15...</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/f191cf4eb34ceac5d1bf48cca86b6487509b0474"><code>f191cf4</code></a> Revised comment on explicit LocalDataSourceJobStore configuration</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.13...v5.3.14">compare view</a></li> </ul> </details> <br /> Updates `spring-context` from 5.3.13 to 5.3.14 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spring-projects/spring-framework/releases">spring-context's releases</a>.</em></p> <blockquote> <h2>v5.3.14</h2> <h2>:star: New Features</h2> <ul> <li>Add default methods to CachingConfigurer <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27811">#27811</a></li> <li>Provide a variant of ListableBeanFactory.findAnnotationOnBean(String, Class<!-- raw HTML omitted -->) that does not initialize factory beans <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27796">#27796</a></li> <li>Convert single <code>null</code> argument to <code>Optional.empty()</code> in SpEL varargs expression <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27795">#27795</a></li> <li>Declare serialVersionUID on DefaultAopProxyFactory <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27784">#27784</a></li> <li>The ReactorClientHttpConnector must apply mapper before tcpConfiguration() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27749">#27749</a></li> <li>Add getter for RequestMappingInfo builder config <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27723">#27723</a></li> <li>Give warning when using capturing patterns with the AntPathMatcher <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27688">#27688</a></li> <li>Support for customization of 404 response when RouterFunctionWebHandler finds no routes <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25358">#25358</a></li> <li>ModelAndView.status does not work with RedirectView <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25092">#25092</a></li> <li>ThreadPoolExecutorFactoryBean add ability to prestart threads <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/1246">#1246</a></li> <li>Support empty attributes in TagWriter <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/910">#910</a></li> </ul> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>AsyncConfigurer implementations are loaded too early <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27808">#27808</a></li> <li>Possible NPE in Spring MVC LogFormatUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27782">#27782</a></li> <li>Extending CachingConfigurerSupport results in at least one log message about not being eligible for full post-processing <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27751">#27751</a></li> <li>WebFlux ServerResponse does not overwrite already present response headers <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27741">#27741</a></li> <li>Passing single null value in varargs SpEL expression results in NullPointerException <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27719">#27719</a></li> <li>UriUtils::extractFileExtension does not properly handle empty file names <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27639">#27639</a></li> <li>References of CountingBeforeAdvice target its previous location <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/22246">#22246</a></li> <li>ProxyFactoryBean getObject called before setInterceptorNames, silently creating an invalid proxy [SPR-7582] <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/12238">#12238</a></li> </ul> <h2>:notebook_with_decorative_cover: Documentation</h2> <ul> <li>Remove references to AsyncConfigurerSupport as AsyncConfigurer should be used instead <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27812">#27812</a></li> <li>Fix javadoc reference to ThrowsAdvice <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27804">#27804</a></li> <li>Suggested WebSocket config causes circular bean reference <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27746">#27746</a></li> <li>Document the difference in generics resolution between <code>@Autowired</code> and <code>beanFactory.getBeanProvider</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27727">#27727</a></li> <li>Clarify that interface-level cache annotations work for target-class proxies as well <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27726">#27726</a></li> <li>SchedulerFactoryBean no longer sets the job store's <code>DataSource</code> when the job store class has been customized <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27709">#27709</a></li> <li>Fix typo <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27699">#27699</a></li> <li>Fix incorrect example of error handling in WebClient Javadoc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27645">#27645</a></li> <li>Missing reference documentation for WebSocketScope <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25172">#25172</a></li> <li>Clarify behaviour of AnnotationBeanNameGenerator with acronyms <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/2030">#2030</a></li> <li>Fix simple data format in appendix <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/1025">#1025</a></li> <li>Update StoredProcedure.java declareParameter method JavaDoc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/1000">#1000</a></li> <li>Document <code>@Bean</code> definitions via default methods <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/767">#767</a></li> <li>Improved DataBinder Javadoc for xxx*yyy pattern matching. <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/699">#699</a></li> </ul> <h2>:hammer: Dependency Upgrades</h2> <ul> <li>Upgrade to ASM 9.3 (for early Java 19 support) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27740">#27740</a></li> <li>Upgrade to JUnit 5.8.2 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27744">#27744</a></li> <li>Upgrade to Reactor 2020.0.14 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27793">#27793</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/29185a3d28fa5e9c1b4821ffe519ef6f56b51962"><code>29185a3</code></a> Release v5.3.14</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/31a4c274b7f34cc4fd66bb5c90864ce3ae45fe8e"><code>31a4c27</code></a> Upgrade to SnakeYAML 1.30, MockK 1.12.1, Jetty Reactive HttpClient 1.1.10</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/d665977787a31230c2a908fe695fb8fa3af254ee"><code>d665977</code></a> Polishing</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/0b6a54dcc77ea09a4dafc0dd7a04c34553f1a317"><code>0b6a54d</code></a> Upgrade to R2DBC Arabba-SR11, Kotlin 1.5.32, Jackson 2.12.6</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/1885ab3e07eba47d19e6e8505abda721bb692417"><code>1885ab3</code></a> Polishing</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/de10bb69cb129a45bba41c90b8a2e18d8305b764"><code>de10bb6</code></a> Stop resolving AsyncConfigurer instances eagerly</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/c7642422c3556e7e12279ce92bd7b8ece35cf200"><code>c764242</code></a> Stop resolving CachingConfigurer instances eagerly</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/4c2e0ee5ffb9fd2e6bf56c4da36f4e2d68f0258a"><code>4c2e0ee</code></a> Upgrade to Log4j2 2.16.0</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/79804d92c29a71daf1cbdc64cd355f90b01b2765"><code>79804d9</code></a> Upgrade to Protobuf 3.19.1, Gson 2.8.9, Woodstox 6.2.7, Apache Johnzon 1.2.15...</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/f191cf4eb34ceac5d1bf48cca86b6487509b0474"><code>f191cf4</code></a> Revised comment on explicit LocalDataSourceJobStore configuration</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.13...v5.3.14">compare view</a></li> </ul> </details> <br /> Updates `spring-core` from 5.3.13 to 5.3.14 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spring-projects/spring-framework/releases">spring-core's releases</a>.</em></p> <blockquote> <h2>v5.3.14</h2> <h2>:star: New Features</h2> <ul> <li>Add default methods to CachingConfigurer <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27811">#27811</a></li> <li>Provide a variant of ListableBeanFactory.findAnnotationOnBean(String, Class<!-- raw HTML omitted -->) that does not initialize factory beans <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27796">#27796</a></li> <li>Convert single <code>null</code> argument to <code>Optional.empty()</code> in SpEL varargs expression <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27795">#27795</a></li> <li>Declare serialVersionUID on DefaultAopProxyFactory <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27784">#27784</a></li> <li>The ReactorClientHttpConnector must apply mapper before tcpConfiguration() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27749">#27749</a></li> <li>Add getter for RequestMappingInfo builder config <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27723">#27723</a></li> <li>Give warning when using capturing patterns with the AntPathMatcher <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27688">#27688</a></li> <li>Support for customization of 404 response when RouterFunctionWebHandler finds no routes <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25358">#25358</a></li> <li>ModelAndView.status does not work with RedirectView <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25092">#25092</a></li> <li>ThreadPoolExecutorFactoryBean add ability to prestart threads <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/1246">#1246</a></li> <li>Support empty attributes in TagWriter <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/910">#910</a></li> </ul> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>AsyncConfigurer implementations are loaded too early <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27808">#27808</a></li> <li>Possible NPE in Spring MVC LogFormatUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27782">#27782</a></li> <li>Extending CachingConfigurerSupport results in at least one log message about not being eligible for full post-processing <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27751">#27751</a></li> <li>WebFlux ServerResponse does not overwrite already present response headers <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27741">#27741</a></li> <li>Passing single null value in varargs SpEL expression results in NullPointerException <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27719">#27719</a></li> <li>UriUtils::extractFileExtension does not properly handle empty file names <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27639">#27639</a></li> <li>References of CountingBeforeAdvice target its previous location <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/22246">#22246</a></li> <li>ProxyFactoryBean getObject called before setInterceptorNames, silently creating an invalid proxy [SPR-7582] <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/12238">#12238</a></li> </ul> <h2>:notebook_with_decorative_cover: Documentation</h2> <ul> <li>Remove references to AsyncConfigurerSupport as AsyncConfigurer should be used instead <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27812">#27812</a></li> <li>Fix javadoc reference to ThrowsAdvice <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27804">#27804</a></li> <li>Suggested WebSocket config causes circular bean reference <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27746">#27746</a></li> <li>Document the difference in generics resolution between <code>@Autowired</code> and <code>beanFactory.getBeanProvider</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27727">#27727</a></li> <li>Clarify that interface-level cache annotations work for target-class proxies as well <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27726">#27726</a></li> <li>SchedulerFactoryBean no longer sets the job store's <code>DataSource</code> when the job store class has been customized <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27709">#27709</a></li> <li>Fix typo <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27699">#27699</a></li> <li>Fix incorrect example of error handling in WebClient Javadoc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27645">#27645</a></li> <li>Missing reference documentation for WebSocketScope <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25172">#25172</a></li> <li>Clarify behaviour of AnnotationBeanNameGenerator with acronyms <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/2030">#2030</a></li> <li>Fix simple data format in appendix <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/1025">#1025</a></li> <li>Update StoredProcedure.java declareParameter method JavaDoc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/1000">#1000</a></li> <li>Document <code>@Bean</code> definitions via default methods <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/767">#767</a></li> <li>Improved DataBinder Javadoc for xxx*yyy pattern matching. <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/699">#699</a></li> </ul> <h2>:hammer: Dependency Upgrades</h2> <ul> <li>Upgrade to ASM 9.3 (for early Java 19 support) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27740">#27740</a></li> <li>Upgrade to JUnit 5.8.2 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27744">#27744</a></li> <li>Upgrade to Reactor 2020.0.14 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27793">#27793</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/29185a3d28fa5e9c1b4821ffe519ef6f56b51962"><code>29185a3</code></a> Release v5.3.14</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/31a4c274b7f34cc4fd66bb5c90864ce3ae45fe8e"><code>31a4c27</code></a> Upgrade to SnakeYAML 1.30, MockK 1.12.1, Jetty Reactive HttpClient 1.1.10</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/d665977787a31230c2a908fe695fb8fa3af254ee"><code>d665977</code></a> Polishing</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/0b6a54dcc77ea09a4dafc0dd7a04c34553f1a317"><code>0b6a54d</code></a> Upgrade to R2DBC Arabba-SR11, Kotlin 1.5.32, Jackson 2.12.6</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/1885ab3e07eba47d19e6e8505abda721bb692417"><code>1885ab3</code></a> Polishing</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/de10bb69cb129a45bba41c90b8a2e18d8305b764"><code>de10bb6</code></a> Stop resolving AsyncConfigurer instances eagerly</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/c7642422c3556e7e12279ce92bd7b8ece35cf200"><code>c764242</code></a> Stop resolving CachingConfigurer instances eagerly</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/4c2e0ee5ffb9fd2e6bf56c4da36f4e2d68f0258a"><code>4c2e0ee</code></a> Upgrade to Log4j2 2.16.0</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/79804d92c29a71daf1cbdc64cd355f90b01b2765"><code>79804d9</code></a> Upgrade to Protobuf 3.19.1, Gson 2.8.9, Woodstox 6.2.7, Apache Johnzon 1.2.15...</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/f191cf4eb34ceac5d1bf48cca86b6487509b0474"><code>f191cf4</code></a> Revised comment on explicit LocalDataSourceJobStore configuration</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.13...v5.3.14">compare view</a></li> </ul> </details> <br /> Updates `spring-test` from 5.3.13 to 5.3.14 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spring-projects/spring-framework/releases">spring-test's releases</a>.</em></p> <blockquote> <h2>v5.3.14</h2> <h2>:star: New Features</h2> <ul> <li>Add default methods to CachingConfigurer <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27811">#27811</a></li> <li>Provide a variant of ListableBeanFactory.findAnnotationOnBean(String, Class<!-- raw HTML omitted -->) that does not initialize factory beans <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27796">#27796</a></li> <li>Convert single <code>null</code> argument to <code>Optional.empty()</code> in SpEL varargs expression <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27795">#27795</a></li> <li>Declare serialVersionUID on DefaultAopProxyFactory <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27784">#27784</a></li> <li>The ReactorClientHttpConnector must apply mapper before tcpConfiguration() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27749">#27749</a></li> <li>Add getter for RequestMappingInfo builder config <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27723">#27723</a></li> <li>Give warning when using capturing patterns with the AntPathMatcher <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27688">#27688</a></li> <li>Support for customization of 404 response when RouterFunctionWebHandler finds no routes <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25358">#25358</a></li> <li>ModelAndView.status does not work with RedirectView <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/25092">#25092</a></li> <li>ThreadPoolExecutorFactoryBean add ability to prestart threads <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/1246">#1246</a></li> <li>Support empty attributes in TagWriter <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/910">#910</a></li> </ul> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>AsyncConfigurer implementations are loaded too early <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27808">#27808</a></li> <li>Possible NPE in Spring MVC LogFormatUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27782">#27782</a></li> <li>Extending CachingConfigurerSupport results in at least one log message about not being eligible for full post-processing <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27751">#27751</a></li> <li>WebFlux ServerResponse does not overwrite already present response headers <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27741">#27741</a></li> <li>Passing single null value in varargs SpEL expression results in NullPointerException <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27719">#27719</a></li> <li>UriUtils::extractFileExtension does not properly handle empty file names <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27639">#27639</a></li> <li>References of CountingBeforeAdvice target its previous location <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/22246">#22246</a></li> <li>ProxyFactoryBean getObject called before setInterceptorNames, silently creating an invalid proxy [SPR-7582] <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/12238">#12238</a></li> </ul> <h2>:notebook_with_decorative_cover: Documentation</h2> <ul> <li>Remove references to AsyncConfigurerSupport as AsyncConfigurer should be used instead <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27812">#27812</a></li> <li>Fix javadoc reference to ThrowsAdvice <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27804">#27804</a></li> <li>Suggested WebSocket config causes circular bean reference <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27746">#27746</a></li> <li>Document the difference in generics resolution between <code>@Autowired</code> and <code>beanFactory.getBeanProvider</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27727">#27727</a></li> <li>Clarify that interface-level cache annotations work for target-class proxies as well <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27726">#27726</a></li> <li>SchedulerFactoryBean no longer sets the job store's <code>DataSource</code> when the job store class has been customized <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27709">#27709</a></li> <li>Fix typo <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27699">#27699</a></li> <li>Fix incorrect example of error handling in WebClient Javadoc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27645">#27645</a></li> <li>Missing reference documentation for WebSocketScope <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/25172">#25172</a></li> <li>Clarify behaviour of AnnotationBeanNameGenerator with acronyms <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/2030">#2030</a></li> <li>Fix simple data format in appendix <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/1025">#1025</a></li> <li>Update StoredProcedure.java declareParameter method JavaDoc <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/1000">#1000</a></li> <li>Document <code>@Bean</code> definitions via default methods <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/767">#767</a></li> <li>Improved DataBinder Javadoc for xxx*yyy pattern matching. <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/699">#699</a></li> </ul> <h2>:hammer: Dependency Upgrades</h2> <ul> <li>Upgrade to ASM 9.3 (for early Java 19 support) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27740">#27740</a></li> <li>Upgrade to JUnit 5.8.2 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27744">#27744</a></li> <li>Upgrade to Reactor 2020.0.14 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27793">#27793</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/29185a3d28fa5e9c1b4821ffe519ef6f56b51962"><code>29185a3</code></a> Release v5.3.14</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/31a4c274b7f34cc4fd66bb5c90864ce3ae45fe8e"><code>31a4c27</code></a> Upgrade to SnakeYAML 1.30, MockK 1.12.1, Jetty Reactive HttpClient 1.1.10</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/d665977787a31230c2a908fe695fb8fa3af254ee"><code>d665977</code></a> Polishing</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/0b6a54dcc77ea09a4dafc0dd7a04c34553f1a317"><code>0b6a54d</code></a> Upgrade to R2DBC Arabba-SR11, Kotlin 1.5.32, Jackson 2.12.6</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/1885ab3e07eba47d19e6e8505abda721bb692417"><code>1885ab3</code></a> Polishing</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/de10bb69cb129a45bba41c90b8a2e18d8305b764"><code>de10bb6</code></a> Stop resolving AsyncConfigurer instances eagerly</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/c7642422c3556e7e12279ce92bd7b8ece35cf200"><code>c764242</code></a> Stop resolving CachingConfigurer instances eagerly</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/4c2e0ee5ffb9fd2e6bf56c4da36f4e2d68f0258a"><code>4c2e0ee</code></a> Upgrade to Log4j2 2.16.0</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/79804d92c29a71daf1cbdc64cd355f90b01b2765"><code>79804d9</code></a> Upgrade to Protobuf 3.19.1, Gson 2.8.9, Woodstox 6.2.7, Apache Johnzon 1.2.15...</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/f191cf4eb34ceac5d1bf48cca86b6487509b0474"><code>f191cf4</code></a> Revised comment on explicit LocalDataSourceJobStore configuration</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.13...v5.3.14">compare view</a></li> </ul> </details> <br /> 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
