dependabot[bot] opened a new pull request, #5700:
URL: https://github.com/apache/myfaces-tobago/pull/5700

   Bumps `spring.version` from 6.1.14 to 6.1.15.
   Updates `org.springframework:spring-core` from 6.1.14 to 6.1.15
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-framework/releases";>org.springframework:spring-core's
 releases</a>.</em></p>
   <blockquote>
   <h2>v6.1.15</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Use UriUtils to process static resource paths <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33859";>#33859</a></li>
   <li>Prefer modified resources over the originals in TestCompiler <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/33850";>#33850</a></li>
   <li>Improve iteration methods in native headers to MultiValueMap adapters <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33823";>#33823</a></li>
   <li>Deregister empty <code>Cache</code> from <code>CacheManager</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33813";>#33813</a></li>
   <li>Rename <code>aopAvailable</code> constants in 
<code>TransactionSynchronizationUtils</code> for better GraalVM native image 
support <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33796";>#33796</a></li>
   <li>Load-time weaving support for WildFly 24+ <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33728";>#33728</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>DefaultClientRequestObservationConvention generates wrong uri tag when 
missing path <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/33867";>#33867</a></li>
   <li>HttpComponentsClientHttpRequestFactory setReadTimeout not working with 
httpclient 5.4 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33806";>#33806</a></li>
   <li>HttpHeaders.writeableHttpHeaders(new HttpHeaders(readOnlyHttpHeaders)) 
is not writeable <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33789";>#33789</a></li>
   <li>RestClient exchange methods are not nullable  <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33779";>#33779</a></li>
   <li>Throw <code>SpelParseException</code> for unsupported character in 
<code>SpelExpressionParser</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33767";>#33767</a></li>
   <li>DefaultMessageListenerContainer reports incorrect jms.process.message 
count <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33758";>#33758</a></li>
   <li>Autowiring fails if multiple non-highest <code>@Priority</code> beans 
exist with same priority <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33733";>#33733</a></li>
   <li>Jackson2Decoder leaks on WebClient timeout <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33731";>#33731</a></li>
   <li>DefaultServerRequestObservationConvention throws when response status is 
zero <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33725";>#33725</a></li>
   <li>Aspect executed twice - <code>@AfterThrowing</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33704";>#33704</a></li>
   <li>parts w/o filename in <code>Content-Disposition</code> header are not 
cleaned from temp folder (skipped by 
<code>StandardServletMultipartResolver</code>) <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33511";>#33511</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Resources link points to wrong section of reference guide <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33882";>#33882</a></li>
   <li>Remove mentions of Joda-Time support <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33881";>#33881</a></li>
   <li>SimpleAsyncTaskExecutor blocks calling thread when concurrencyLimit set 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33873";>#33873</a></li>
   <li>Fix formatting issue in validation section of reference guide <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/33871";>#33871</a></li>
   <li>Fix typo in reference documentation <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/33865";>#33865</a></li>
   <li>Fix XML bean reference example in reference manual <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33855";>#33855</a></li>
   <li>Fix a typo in documentation <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/33846";>#33846</a></li>
   <li>Numerous warnings when injecting dependencies into configuration that 
implements CachingConfigurer <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33834";>#33834</a></li>
   <li><code>@Async</code> documentation should not suggest deprecated classes 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33805";>#33805</a></li>
   <li>Document that circular dependencies should be avoided in AOT mode <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33786";>#33786</a></li>
   <li>Inconsistent Lifecycle Management with Virtual Threads in Spring Boot 
Async Configuration <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33780";>#33780</a></li>
   <li>Fix incorrect regex rendering in MVC controller documentation <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/33766";>#33766</a></li>
   <li>Improve documentation for <code>allowEagerInit</code> parameter in 
<code>getBeanNamesForType()</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33740";>#33740</a></li>
   <li>Fix Javadoc in ReactorNetty2ResourceFactory <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/33735";>#33735</a></li>
   <li>Document options for handling Date/Time parsing and formatting issues 
with JDK 20+ <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33151";>#33151</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Micrometer 1.12.12 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33877";>#33877</a></li>
   <li>Upgrade to Reactor 2023.0.12 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33879";>#33879</a></li>
   </ul>
   <h2>:heart: Contributors</h2>
   <p>Thank you to all the contributors who worked on this release:</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/c160cbadb54ca5b37c8cbb41e5864960a7b3947e";><code>c160cba</code></a>
 Release v6.1.15</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/6cb41dc5e39cd1f4f1da7808c1191c94cb11f43e";><code>6cb41dc</code></a>
 Upgrade to Netty 4.1.115</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/1e95332f627f570ac06c0822abe43848b067fec1";><code>1e95332</code></a>
 Fix link to &quot;Resources&quot; section in reference guide</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/fec6ba4dfe3a3033a3ca0a8c90262b44ffeb6d92";><code>fec6ba4</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/bfde33a5143f6a59b32b9256b8332c91f062fc75";><code>bfde33a</code></a>
 Document options for Date/Time parsing &amp; formatting issues with JDK 
20+</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/14b9865de73f2aebefbc4c63b61c5732ad3bfbfd";><code>14b9865</code></a>
 Remove ineffective JettyByteBufferIterator from WebSocket adapter</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/62eb21f93867d4fef7570b8e1db8352845905827";><code>62eb21f</code></a>
 Add note on declaring autowired fields as ObjectProvider</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/01c85b1afbe18571e0144fad0c1a8fd3a4369079";><code>01c85b1</code></a>
 Add explicit note on blocking in case of concurrency limit</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/df376d934315e211981c1aca7743559913eb2708";><code>df376d9</code></a>
 Upgrade to Micrometer 1.12.12 and Reactor 2023.0.12</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/4d792d0e459ba2667dbbbcff051b7abcddc37b46";><code>4d792d0</code></a>
 Remove mentions of Joda-Time support</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v6.1.14...v6.1.15";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-web` from 6.1.14 to 6.1.15
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-framework/releases";>org.springframework:spring-web's
 releases</a>.</em></p>
   <blockquote>
   <h2>v6.1.15</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Use UriUtils to process static resource paths <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33859";>#33859</a></li>
   <li>Prefer modified resources over the originals in TestCompiler <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/33850";>#33850</a></li>
   <li>Improve iteration methods in native headers to MultiValueMap adapters <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33823";>#33823</a></li>
   <li>Deregister empty <code>Cache</code> from <code>CacheManager</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33813";>#33813</a></li>
   <li>Rename <code>aopAvailable</code> constants in 
<code>TransactionSynchronizationUtils</code> for better GraalVM native image 
support <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33796";>#33796</a></li>
   <li>Load-time weaving support for WildFly 24+ <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33728";>#33728</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>DefaultClientRequestObservationConvention generates wrong uri tag when 
missing path <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/33867";>#33867</a></li>
   <li>HttpComponentsClientHttpRequestFactory setReadTimeout not working with 
httpclient 5.4 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33806";>#33806</a></li>
   <li>HttpHeaders.writeableHttpHeaders(new HttpHeaders(readOnlyHttpHeaders)) 
is not writeable <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33789";>#33789</a></li>
   <li>RestClient exchange methods are not nullable  <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33779";>#33779</a></li>
   <li>Throw <code>SpelParseException</code> for unsupported character in 
<code>SpelExpressionParser</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33767";>#33767</a></li>
   <li>DefaultMessageListenerContainer reports incorrect jms.process.message 
count <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33758";>#33758</a></li>
   <li>Autowiring fails if multiple non-highest <code>@Priority</code> beans 
exist with same priority <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33733";>#33733</a></li>
   <li>Jackson2Decoder leaks on WebClient timeout <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33731";>#33731</a></li>
   <li>DefaultServerRequestObservationConvention throws when response status is 
zero <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33725";>#33725</a></li>
   <li>Aspect executed twice - <code>@AfterThrowing</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33704";>#33704</a></li>
   <li>parts w/o filename in <code>Content-Disposition</code> header are not 
cleaned from temp folder (skipped by 
<code>StandardServletMultipartResolver</code>) <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33511";>#33511</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Resources link points to wrong section of reference guide <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33882";>#33882</a></li>
   <li>Remove mentions of Joda-Time support <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33881";>#33881</a></li>
   <li>SimpleAsyncTaskExecutor blocks calling thread when concurrencyLimit set 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33873";>#33873</a></li>
   <li>Fix formatting issue in validation section of reference guide <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/33871";>#33871</a></li>
   <li>Fix typo in reference documentation <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/33865";>#33865</a></li>
   <li>Fix XML bean reference example in reference manual <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33855";>#33855</a></li>
   <li>Fix a typo in documentation <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/33846";>#33846</a></li>
   <li>Numerous warnings when injecting dependencies into configuration that 
implements CachingConfigurer <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33834";>#33834</a></li>
   <li><code>@Async</code> documentation should not suggest deprecated classes 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33805";>#33805</a></li>
   <li>Document that circular dependencies should be avoided in AOT mode <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33786";>#33786</a></li>
   <li>Inconsistent Lifecycle Management with Virtual Threads in Spring Boot 
Async Configuration <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33780";>#33780</a></li>
   <li>Fix incorrect regex rendering in MVC controller documentation <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/33766";>#33766</a></li>
   <li>Improve documentation for <code>allowEagerInit</code> parameter in 
<code>getBeanNamesForType()</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33740";>#33740</a></li>
   <li>Fix Javadoc in ReactorNetty2ResourceFactory <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/33735";>#33735</a></li>
   <li>Document options for handling Date/Time parsing and formatting issues 
with JDK 20+ <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33151";>#33151</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Micrometer 1.12.12 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33877";>#33877</a></li>
   <li>Upgrade to Reactor 2023.0.12 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33879";>#33879</a></li>
   </ul>
   <h2>:heart: Contributors</h2>
   <p>Thank you to all the contributors who worked on this release:</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/c160cbadb54ca5b37c8cbb41e5864960a7b3947e";><code>c160cba</code></a>
 Release v6.1.15</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/6cb41dc5e39cd1f4f1da7808c1191c94cb11f43e";><code>6cb41dc</code></a>
 Upgrade to Netty 4.1.115</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/1e95332f627f570ac06c0822abe43848b067fec1";><code>1e95332</code></a>
 Fix link to &quot;Resources&quot; section in reference guide</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/fec6ba4dfe3a3033a3ca0a8c90262b44ffeb6d92";><code>fec6ba4</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/bfde33a5143f6a59b32b9256b8332c91f062fc75";><code>bfde33a</code></a>
 Document options for Date/Time parsing &amp; formatting issues with JDK 
20+</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/14b9865de73f2aebefbc4c63b61c5732ad3bfbfd";><code>14b9865</code></a>
 Remove ineffective JettyByteBufferIterator from WebSocket adapter</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/62eb21f93867d4fef7570b8e1db8352845905827";><code>62eb21f</code></a>
 Add note on declaring autowired fields as ObjectProvider</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/01c85b1afbe18571e0144fad0c1a8fd3a4369079";><code>01c85b1</code></a>
 Add explicit note on blocking in case of concurrency limit</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/df376d934315e211981c1aca7743559913eb2708";><code>df376d9</code></a>
 Upgrade to Micrometer 1.12.12 and Reactor 2023.0.12</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/4d792d0e459ba2667dbbbcff051b7abcddc37b46";><code>4d792d0</code></a>
 Remove mentions of Joda-Time support</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v6.1.14...v6.1.15";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-webmvc` from 6.1.14 to 6.1.15
   <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.1.15</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Use UriUtils to process static resource paths <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33859";>#33859</a></li>
   <li>Prefer modified resources over the originals in TestCompiler <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/33850";>#33850</a></li>
   <li>Improve iteration methods in native headers to MultiValueMap adapters <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33823";>#33823</a></li>
   <li>Deregister empty <code>Cache</code> from <code>CacheManager</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33813";>#33813</a></li>
   <li>Rename <code>aopAvailable</code> constants in 
<code>TransactionSynchronizationUtils</code> for better GraalVM native image 
support <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33796";>#33796</a></li>
   <li>Load-time weaving support for WildFly 24+ <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33728";>#33728</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>DefaultClientRequestObservationConvention generates wrong uri tag when 
missing path <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/33867";>#33867</a></li>
   <li>HttpComponentsClientHttpRequestFactory setReadTimeout not working with 
httpclient 5.4 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33806";>#33806</a></li>
   <li>HttpHeaders.writeableHttpHeaders(new HttpHeaders(readOnlyHttpHeaders)) 
is not writeable <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33789";>#33789</a></li>
   <li>RestClient exchange methods are not nullable  <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33779";>#33779</a></li>
   <li>Throw <code>SpelParseException</code> for unsupported character in 
<code>SpelExpressionParser</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33767";>#33767</a></li>
   <li>DefaultMessageListenerContainer reports incorrect jms.process.message 
count <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33758";>#33758</a></li>
   <li>Autowiring fails if multiple non-highest <code>@Priority</code> beans 
exist with same priority <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33733";>#33733</a></li>
   <li>Jackson2Decoder leaks on WebClient timeout <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33731";>#33731</a></li>
   <li>DefaultServerRequestObservationConvention throws when response status is 
zero <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33725";>#33725</a></li>
   <li>Aspect executed twice - <code>@AfterThrowing</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33704";>#33704</a></li>
   <li>parts w/o filename in <code>Content-Disposition</code> header are not 
cleaned from temp folder (skipped by 
<code>StandardServletMultipartResolver</code>) <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33511";>#33511</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Resources link points to wrong section of reference guide <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33882";>#33882</a></li>
   <li>Remove mentions of Joda-Time support <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33881";>#33881</a></li>
   <li>SimpleAsyncTaskExecutor blocks calling thread when concurrencyLimit set 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33873";>#33873</a></li>
   <li>Fix formatting issue in validation section of reference guide <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/33871";>#33871</a></li>
   <li>Fix typo in reference documentation <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/33865";>#33865</a></li>
   <li>Fix XML bean reference example in reference manual <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33855";>#33855</a></li>
   <li>Fix a typo in documentation <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/33846";>#33846</a></li>
   <li>Numerous warnings when injecting dependencies into configuration that 
implements CachingConfigurer <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33834";>#33834</a></li>
   <li><code>@Async</code> documentation should not suggest deprecated classes 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33805";>#33805</a></li>
   <li>Document that circular dependencies should be avoided in AOT mode <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33786";>#33786</a></li>
   <li>Inconsistent Lifecycle Management with Virtual Threads in Spring Boot 
Async Configuration <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33780";>#33780</a></li>
   <li>Fix incorrect regex rendering in MVC controller documentation <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/33766";>#33766</a></li>
   <li>Improve documentation for <code>allowEagerInit</code> parameter in 
<code>getBeanNamesForType()</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33740";>#33740</a></li>
   <li>Fix Javadoc in ReactorNetty2ResourceFactory <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/33735";>#33735</a></li>
   <li>Document options for handling Date/Time parsing and formatting issues 
with JDK 20+ <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33151";>#33151</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Micrometer 1.12.12 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33877";>#33877</a></li>
   <li>Upgrade to Reactor 2023.0.12 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33879";>#33879</a></li>
   </ul>
   <h2>:heart: Contributors</h2>
   <p>Thank you to all the contributors who worked on this release:</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/c160cbadb54ca5b37c8cbb41e5864960a7b3947e";><code>c160cba</code></a>
 Release v6.1.15</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/6cb41dc5e39cd1f4f1da7808c1191c94cb11f43e";><code>6cb41dc</code></a>
 Upgrade to Netty 4.1.115</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/1e95332f627f570ac06c0822abe43848b067fec1";><code>1e95332</code></a>
 Fix link to &quot;Resources&quot; section in reference guide</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/fec6ba4dfe3a3033a3ca0a8c90262b44ffeb6d92";><code>fec6ba4</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/bfde33a5143f6a59b32b9256b8332c91f062fc75";><code>bfde33a</code></a>
 Document options for Date/Time parsing &amp; formatting issues with JDK 
20+</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/14b9865de73f2aebefbc4c63b61c5732ad3bfbfd";><code>14b9865</code></a>
 Remove ineffective JettyByteBufferIterator from WebSocket adapter</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/62eb21f93867d4fef7570b8e1db8352845905827";><code>62eb21f</code></a>
 Add note on declaring autowired fields as ObjectProvider</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/01c85b1afbe18571e0144fad0c1a8fd3a4369079";><code>01c85b1</code></a>
 Add explicit note on blocking in case of concurrency limit</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/df376d934315e211981c1aca7743559913eb2708";><code>df376d9</code></a>
 Upgrade to Micrometer 1.12.12 and Reactor 2023.0.12</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/4d792d0e459ba2667dbbbcff051b7abcddc37b46";><code>4d792d0</code></a>
 Remove mentions of Joda-Time support</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v6.1.14...v6.1.15";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-context` from 6.1.14 to 6.1.15
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-framework/releases";>org.springframework:spring-context's
 releases</a>.</em></p>
   <blockquote>
   <h2>v6.1.15</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Use UriUtils to process static resource paths <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33859";>#33859</a></li>
   <li>Prefer modified resources over the originals in TestCompiler <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/33850";>#33850</a></li>
   <li>Improve iteration methods in native headers to MultiValueMap adapters <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33823";>#33823</a></li>
   <li>Deregister empty <code>Cache</code> from <code>CacheManager</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33813";>#33813</a></li>
   <li>Rename <code>aopAvailable</code> constants in 
<code>TransactionSynchronizationUtils</code> for better GraalVM native image 
support <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33796";>#33796</a></li>
   <li>Load-time weaving support for WildFly 24+ <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33728";>#33728</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>DefaultClientRequestObservationConvention generates wrong uri tag when 
missing path <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/33867";>#33867</a></li>
   <li>HttpComponentsClientHttpRequestFactory setReadTimeout not working with 
httpclient 5.4 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33806";>#33806</a></li>
   <li>HttpHeaders.writeableHttpHeaders(new HttpHeaders(readOnlyHttpHeaders)) 
is not writeable <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33789";>#33789</a></li>
   <li>RestClient exchange methods are not nullable  <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33779";>#33779</a></li>
   <li>Throw <code>SpelParseException</code> for unsupported character in 
<code>SpelExpressionParser</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33767";>#33767</a></li>
   <li>DefaultMessageListenerContainer reports incorrect jms.process.message 
count <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33758";>#33758</a></li>
   <li>Autowiring fails if multiple non-highest <code>@Priority</code> beans 
exist with same priority <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33733";>#33733</a></li>
   <li>Jackson2Decoder leaks on WebClient timeout <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33731";>#33731</a></li>
   <li>DefaultServerRequestObservationConvention throws when response status is 
zero <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33725";>#33725</a></li>
   <li>Aspect executed twice - <code>@AfterThrowing</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33704";>#33704</a></li>
   <li>parts w/o filename in <code>Content-Disposition</code> header are not 
cleaned from temp folder (skipped by 
<code>StandardServletMultipartResolver</code>) <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33511";>#33511</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Resources link points to wrong section of reference guide <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33882";>#33882</a></li>
   <li>Remove mentions of Joda-Time support <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33881";>#33881</a></li>
   <li>SimpleAsyncTaskExecutor blocks calling thread when concurrencyLimit set 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33873";>#33873</a></li>
   <li>Fix formatting issue in validation section of reference guide <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/33871";>#33871</a></li>
   <li>Fix typo in reference documentation <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/33865";>#33865</a></li>
   <li>Fix XML bean reference example in reference manual <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33855";>#33855</a></li>
   <li>Fix a typo in documentation <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/33846";>#33846</a></li>
   <li>Numerous warnings when injecting dependencies into configuration that 
implements CachingConfigurer <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33834";>#33834</a></li>
   <li><code>@Async</code> documentation should not suggest deprecated classes 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33805";>#33805</a></li>
   <li>Document that circular dependencies should be avoided in AOT mode <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33786";>#33786</a></li>
   <li>Inconsistent Lifecycle Management with Virtual Threads in Spring Boot 
Async Configuration <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33780";>#33780</a></li>
   <li>Fix incorrect regex rendering in MVC controller documentation <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/33766";>#33766</a></li>
   <li>Improve documentation for <code>allowEagerInit</code> parameter in 
<code>getBeanNamesForType()</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33740";>#33740</a></li>
   <li>Fix Javadoc in ReactorNetty2ResourceFactory <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/33735";>#33735</a></li>
   <li>Document options for handling Date/Time parsing and formatting issues 
with JDK 20+ <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33151";>#33151</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Micrometer 1.12.12 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33877";>#33877</a></li>
   <li>Upgrade to Reactor 2023.0.12 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33879";>#33879</a></li>
   </ul>
   <h2>:heart: Contributors</h2>
   <p>Thank you to all the contributors who worked on this release:</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/c160cbadb54ca5b37c8cbb41e5864960a7b3947e";><code>c160cba</code></a>
 Release v6.1.15</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/6cb41dc5e39cd1f4f1da7808c1191c94cb11f43e";><code>6cb41dc</code></a>
 Upgrade to Netty 4.1.115</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/1e95332f627f570ac06c0822abe43848b067fec1";><code>1e95332</code></a>
 Fix link to &quot;Resources&quot; section in reference guide</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/fec6ba4dfe3a3033a3ca0a8c90262b44ffeb6d92";><code>fec6ba4</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/bfde33a5143f6a59b32b9256b8332c91f062fc75";><code>bfde33a</code></a>
 Document options for Date/Time parsing &amp; formatting issues with JDK 
20+</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/14b9865de73f2aebefbc4c63b61c5732ad3bfbfd";><code>14b9865</code></a>
 Remove ineffective JettyByteBufferIterator from WebSocket adapter</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/62eb21f93867d4fef7570b8e1db8352845905827";><code>62eb21f</code></a>
 Add note on declaring autowired fields as ObjectProvider</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/01c85b1afbe18571e0144fad0c1a8fd3a4369079";><code>01c85b1</code></a>
 Add explicit note on blocking in case of concurrency limit</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/df376d934315e211981c1aca7743559913eb2708";><code>df376d9</code></a>
 Upgrade to Micrometer 1.12.12 and Reactor 2023.0.12</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/4d792d0e459ba2667dbbbcff051b7abcddc37b46";><code>4d792d0</code></a>
 Remove mentions of Joda-Time support</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v6.1.14...v6.1.15";>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 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)
   
   
   </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...@myfaces.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to