You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/19 07:19:04 UTC

[PR] Bump spring-version from 6.1.3 to 6.1.5 [camel]

dependabot[bot] opened a new pull request, #13525:
URL: https://github.com/apache/camel/pull/13525

   Bumps `spring-version` from 6.1.3 to 6.1.5.
   Updates `org.springframework:spring-test` from 6.1.3 to 6.1.5
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/spring-projects/spring-framework/releases">org.springframework:spring-test's releases</a>.</em></p>
   <blockquote>
   <h2>v6.1.5</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Extract reusable method for URI validations <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32440">#32440</a></li>
   <li>Allow UriTemplate to be built with an empty template <a href="https://redirect.github.com/spring-projects/spring-framework/pull/32432">#32432</a></li>
   <li>Optimize Coroutine invocations <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32390">#32390</a></li>
   <li>Improve exception message when Scheduled tasks that are using Virtual Threads fail on shutdown <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32381">#32381</a></li>
   <li>Add query parameters to MockMvc Kotlin DSL <a href="https://redirect.github.com/spring-projects/spring-framework/pull/32371">#32371</a></li>
   <li>Optimize content type parsing in <code>ServletServerHttpResponse</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32361">#32361</a></li>
   <li>Refine handling of disconnected client error in ExceptionHandlerExceptionResolver <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32359">#32359</a></li>
   <li>Refine <code>\*HttpMessageConverter#getContentLength</code> return value null safety <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32325">#32325</a></li>
   <li>Optimize HttpHeaders.getAcceptLanguageAsLocales <a href="https://redirect.github.com/spring-projects/spring-framework/pull/32318">#32318</a></li>
   <li>SimpleAsyncTaskScheduler: consistently apply default error handling <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32298">#32298</a></li>
   <li>Use Spliterator of underlying collection in MutablePropertyValues / MutablePropertySources <a href="https://redirect.github.com/spring-projects/spring-framework/pull/32281">#32281</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>SpEL fails to compile expression indexing into <code>boolean</code> array <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32400">#32400</a></li>
   <li>WebClient Observations are missing error <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32389">#32389</a></li>
   <li>WebClient request sent twice instantly when using <code>@Cacheable</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32370">#32370</a></li>
   <li>AopUtils.getMostSpecificMethod does not return original method for proxy-derived method anymore <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32365">#32365</a></li>
   <li>Fix <code>ServletResponseHttpHeaders#get</code> null handling <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32362">#32362</a></li>
   <li>Compiled SpEL expression fails if <code>#root</code> or <code>#this</code> is a non-public type <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32356">#32356</a></li>
   <li>Suspend handler methods fail on nullable <code>value class</code> parameters <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32353">#32353</a></li>
   <li>Better protect against concurrent error handling for async requests <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32340">#32340</a></li>
   <li>Performance degradation due to Kotlin value class checks <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32334">#32334</a></li>
   <li>With value referenced from property file in XML configuration, setter selection can be random in case of overloaded setter methods (e.g. on SimpleClientHttpRequestFactory) <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32329">#32329</a></li>
   <li><code>constructor-impl</code> of Kotlin <code>value class</code> is not called <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32324">#32324</a></li>
   <li>ContentCachingResponseWrapper no longer honors Content-Type and Content-Length <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32317">#32317</a></li>
   <li>Hibernate native image support broken by <code>HHH-17643</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32311">#32311</a></li>
   <li>Revisit DatabaseMetadata#getProcedures to only apply fallback if original search yield more than one result <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32295">#32295</a></li>
   <li>Remove Observation.Context from WebClient request <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32198">#32198</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Refine &quot;Redirecting to a resource&quot; section code sample <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32423">#32423</a></li>
   <li>Javadoc of ReactorNettyClientRequestFactory#setExchangeTimeout methods have wrong default value <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32419">#32419</a></li>
   <li>Fix order of 2 sections in the Validation chapter of the reference manual <a href="https://redirect.github.com/spring-projects/spring-framework/pull/32408">#32408</a></li>
   <li>Fix Javadoc <a href="https://redirect.github.com/spring-projects/spring-framework/pull/32403">#32403</a></li>
   <li>Document that SpEL expressions using array construction cannot be compiled <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32401">#32401</a></li>
   <li>Improve documentation for <code>@Sql</code> execution phases regarding lifecycle <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32343">#32343</a></li>
   <li>Omit parameter names in REST Clients section of reference docs <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32335">#32335</a></li>
   <li>Different transaction name when using  <code>TransactionAspectSupport.currentTransactionStatus().transactionName</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32310">#32310</a></li>
   <li>Provide guidelines for using Kotlin properties with proxies (<code>@RequestScope</code> and similar use cases) <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32287">#32287</a></li>
   <li>Correct documentation for <code>userDestinationPrefix</code> in <code>MessageBrokerRegistry</code> <a href="https://redirect.github.com/spring-projects/spring-framework/pull/32272">#32272</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Micrometer 1.12.4 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32431">#32431</a></li>
   <li>Upgrade to Reactor 2023.0.4 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32420">#32420</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/c04290e9ab0b587fe53dec0590aeb45fa55a870e"><code>c04290e</code></a> Release v6.1.5</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/381f790329a48b74c2a49fc1384dd68ca9153501"><code>381f790</code></a> Extract reusable checkSchemeAndPort method</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/f5a36585357acaabbcde07d8700a51d5e1582cad"><code>f5a3658</code></a> Upgrade to Protobuf 3.25.3, Woodstox 6.6.1, JsonPath 2.9, QDox 2.1</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/54a6d89da78075b09e6cd5c0e55d4a67885fe24a"><code>54a6d89</code></a> Additional unit tests for operations on empty UriTemplate</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/2922a82275239619f32084c8ceb3abe75e8621c3"><code>2922a82</code></a> Merge pull request <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32432">#32432</a> from bsgrd</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/a34ceb405c4dc64860fcb0d289630e4110bce9e5"><code>a34ceb4</code></a> Polish &quot;Allow UriTemplate to be built with an empty template&quot;</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/1b25a1506a4b1f2c3cf2d38dc79866c89ffc11fe"><code>1b25a15</code></a> Allow UriTemplate to be built with an empty template</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/723c94e5ac270188674fb6697bac942d962f4cae"><code>723c94e</code></a> Polishing</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/e5a69dcfdfbf5582ce4d719ed891677132ec281e"><code>e5a69dc</code></a> Upgrade to Reactor 2023.0.4 and Micrometer 1.12.4</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/c2248c968ca3b3ae93fd92b311fc1bb0988b570b"><code>c2248c9</code></a> Update Javadoc in DefaultUserDestinationResolver</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v6.1.3...v6.1.5">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-core` from 6.1.3 to 6.1.5
   <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.5</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Extract reusable method for URI validations <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32440">#32440</a></li>
   <li>Allow UriTemplate to be built with an empty template <a href="https://redirect.github.com/spring-projects/spring-framework/pull/32432">#32432</a></li>
   <li>Optimize Coroutine invocations <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32390">#32390</a></li>
   <li>Improve exception message when Scheduled tasks that are using Virtual Threads fail on shutdown <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32381">#32381</a></li>
   <li>Add query parameters to MockMvc Kotlin DSL <a href="https://redirect.github.com/spring-projects/spring-framework/pull/32371">#32371</a></li>
   <li>Optimize content type parsing in <code>ServletServerHttpResponse</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32361">#32361</a></li>
   <li>Refine handling of disconnected client error in ExceptionHandlerExceptionResolver <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32359">#32359</a></li>
   <li>Refine <code>\*HttpMessageConverter#getContentLength</code> return value null safety <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32325">#32325</a></li>
   <li>Optimize HttpHeaders.getAcceptLanguageAsLocales <a href="https://redirect.github.com/spring-projects/spring-framework/pull/32318">#32318</a></li>
   <li>SimpleAsyncTaskScheduler: consistently apply default error handling <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32298">#32298</a></li>
   <li>Use Spliterator of underlying collection in MutablePropertyValues / MutablePropertySources <a href="https://redirect.github.com/spring-projects/spring-framework/pull/32281">#32281</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>SpEL fails to compile expression indexing into <code>boolean</code> array <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32400">#32400</a></li>
   <li>WebClient Observations are missing error <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32389">#32389</a></li>
   <li>WebClient request sent twice instantly when using <code>@Cacheable</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32370">#32370</a></li>
   <li>AopUtils.getMostSpecificMethod does not return original method for proxy-derived method anymore <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32365">#32365</a></li>
   <li>Fix <code>ServletResponseHttpHeaders#get</code> null handling <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32362">#32362</a></li>
   <li>Compiled SpEL expression fails if <code>#root</code> or <code>#this</code> is a non-public type <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32356">#32356</a></li>
   <li>Suspend handler methods fail on nullable <code>value class</code> parameters <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32353">#32353</a></li>
   <li>Better protect against concurrent error handling for async requests <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32340">#32340</a></li>
   <li>Performance degradation due to Kotlin value class checks <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32334">#32334</a></li>
   <li>With value referenced from property file in XML configuration, setter selection can be random in case of overloaded setter methods (e.g. on SimpleClientHttpRequestFactory) <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32329">#32329</a></li>
   <li><code>constructor-impl</code> of Kotlin <code>value class</code> is not called <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32324">#32324</a></li>
   <li>ContentCachingResponseWrapper no longer honors Content-Type and Content-Length <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32317">#32317</a></li>
   <li>Hibernate native image support broken by <code>HHH-17643</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32311">#32311</a></li>
   <li>Revisit DatabaseMetadata#getProcedures to only apply fallback if original search yield more than one result <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32295">#32295</a></li>
   <li>Remove Observation.Context from WebClient request <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32198">#32198</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Refine &quot;Redirecting to a resource&quot; section code sample <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32423">#32423</a></li>
   <li>Javadoc of ReactorNettyClientRequestFactory#setExchangeTimeout methods have wrong default value <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32419">#32419</a></li>
   <li>Fix order of 2 sections in the Validation chapter of the reference manual <a href="https://redirect.github.com/spring-projects/spring-framework/pull/32408">#32408</a></li>
   <li>Fix Javadoc <a href="https://redirect.github.com/spring-projects/spring-framework/pull/32403">#32403</a></li>
   <li>Document that SpEL expressions using array construction cannot be compiled <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32401">#32401</a></li>
   <li>Improve documentation for <code>@Sql</code> execution phases regarding lifecycle <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32343">#32343</a></li>
   <li>Omit parameter names in REST Clients section of reference docs <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32335">#32335</a></li>
   <li>Different transaction name when using  <code>TransactionAspectSupport.currentTransactionStatus().transactionName</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32310">#32310</a></li>
   <li>Provide guidelines for using Kotlin properties with proxies (<code>@RequestScope</code> and similar use cases) <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32287">#32287</a></li>
   <li>Correct documentation for <code>userDestinationPrefix</code> in <code>MessageBrokerRegistry</code> <a href="https://redirect.github.com/spring-projects/spring-framework/pull/32272">#32272</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Micrometer 1.12.4 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32431">#32431</a></li>
   <li>Upgrade to Reactor 2023.0.4 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32420">#32420</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/c04290e9ab0b587fe53dec0590aeb45fa55a870e"><code>c04290e</code></a> Release v6.1.5</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/381f790329a48b74c2a49fc1384dd68ca9153501"><code>381f790</code></a> Extract reusable checkSchemeAndPort method</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/f5a36585357acaabbcde07d8700a51d5e1582cad"><code>f5a3658</code></a> Upgrade to Protobuf 3.25.3, Woodstox 6.6.1, JsonPath 2.9, QDox 2.1</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/54a6d89da78075b09e6cd5c0e55d4a67885fe24a"><code>54a6d89</code></a> Additional unit tests for operations on empty UriTemplate</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/2922a82275239619f32084c8ceb3abe75e8621c3"><code>2922a82</code></a> Merge pull request <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32432">#32432</a> from bsgrd</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/a34ceb405c4dc64860fcb0d289630e4110bce9e5"><code>a34ceb4</code></a> Polish &quot;Allow UriTemplate to be built with an empty template&quot;</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/1b25a1506a4b1f2c3cf2d38dc79866c89ffc11fe"><code>1b25a15</code></a> Allow UriTemplate to be built with an empty template</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/723c94e5ac270188674fb6697bac942d962f4cae"><code>723c94e</code></a> Polishing</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/e5a69dcfdfbf5582ce4d719ed891677132ec281e"><code>e5a69dc</code></a> Upgrade to Reactor 2023.0.4 and Micrometer 1.12.4</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/c2248c968ca3b3ae93fd92b311fc1bb0988b570b"><code>c2248c9</code></a> Update Javadoc in DefaultUserDestinationResolver</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v6.1.3...v6.1.5">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-aop` from 6.1.3 to 6.1.5
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/spring-projects/spring-framework/releases">org.springframework:spring-aop's releases</a>.</em></p>
   <blockquote>
   <h2>v6.1.5</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Extract reusable method for URI validations <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32440">#32440</a></li>
   <li>Allow UriTemplate to be built with an empty template <a href="https://redirect.github.com/spring-projects/spring-framework/pull/32432">#32432</a></li>
   <li>Optimize Coroutine invocations <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32390">#32390</a></li>
   <li>Improve exception message when Scheduled tasks that are using Virtual Threads fail on shutdown <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32381">#32381</a></li>
   <li>Add query parameters to MockMvc Kotlin DSL <a href="https://redirect.github.com/spring-projects/spring-framework/pull/32371">#32371</a></li>
   <li>Optimize content type parsing in <code>ServletServerHttpResponse</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32361">#32361</a></li>
   <li>Refine handling of disconnected client error in ExceptionHandlerExceptionResolver <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32359">#32359</a></li>
   <li>Refine <code>\*HttpMessageConverter#getContentLength</code> return value null safety <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32325">#32325</a></li>
   <li>Optimize HttpHeaders.getAcceptLanguageAsLocales <a href="https://redirect.github.com/spring-projects/spring-framework/pull/32318">#32318</a></li>
   <li>SimpleAsyncTaskScheduler: consistently apply default error handling <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32298">#32298</a></li>
   <li>Use Spliterator of underlying collection in MutablePropertyValues / MutablePropertySources <a href="https://redirect.github.com/spring-projects/spring-framework/pull/32281">#32281</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>SpEL fails to compile expression indexing into <code>boolean</code> array <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32400">#32400</a></li>
   <li>WebClient Observations are missing error <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32389">#32389</a></li>
   <li>WebClient request sent twice instantly when using <code>@Cacheable</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32370">#32370</a></li>
   <li>AopUtils.getMostSpecificMethod does not return original method for proxy-derived method anymore <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32365">#32365</a></li>
   <li>Fix <code>ServletResponseHttpHeaders#get</code> null handling <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32362">#32362</a></li>
   <li>Compiled SpEL expression fails if <code>#root</code> or <code>#this</code> is a non-public type <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32356">#32356</a></li>
   <li>Suspend handler methods fail on nullable <code>value class</code> parameters <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32353">#32353</a></li>
   <li>Better protect against concurrent error handling for async requests <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32340">#32340</a></li>
   <li>Performance degradation due to Kotlin value class checks <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32334">#32334</a></li>
   <li>With value referenced from property file in XML configuration, setter selection can be random in case of overloaded setter methods (e.g. on SimpleClientHttpRequestFactory) <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32329">#32329</a></li>
   <li><code>constructor-impl</code> of Kotlin <code>value class</code> is not called <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32324">#32324</a></li>
   <li>ContentCachingResponseWrapper no longer honors Content-Type and Content-Length <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32317">#32317</a></li>
   <li>Hibernate native image support broken by <code>HHH-17643</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32311">#32311</a></li>
   <li>Revisit DatabaseMetadata#getProcedures to only apply fallback if original search yield more than one result <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32295">#32295</a></li>
   <li>Remove Observation.Context from WebClient request <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32198">#32198</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Refine &quot;Redirecting to a resource&quot; section code sample <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32423">#32423</a></li>
   <li>Javadoc of ReactorNettyClientRequestFactory#setExchangeTimeout methods have wrong default value <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32419">#32419</a></li>
   <li>Fix order of 2 sections in the Validation chapter of the reference manual <a href="https://redirect.github.com/spring-projects/spring-framework/pull/32408">#32408</a></li>
   <li>Fix Javadoc <a href="https://redirect.github.com/spring-projects/spring-framework/pull/32403">#32403</a></li>
   <li>Document that SpEL expressions using array construction cannot be compiled <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32401">#32401</a></li>
   <li>Improve documentation for <code>@Sql</code> execution phases regarding lifecycle <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32343">#32343</a></li>
   <li>Omit parameter names in REST Clients section of reference docs <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32335">#32335</a></li>
   <li>Different transaction name when using  <code>TransactionAspectSupport.currentTransactionStatus().transactionName</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32310">#32310</a></li>
   <li>Provide guidelines for using Kotlin properties with proxies (<code>@RequestScope</code> and similar use cases) <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32287">#32287</a></li>
   <li>Correct documentation for <code>userDestinationPrefix</code> in <code>MessageBrokerRegistry</code> <a href="https://redirect.github.com/spring-projects/spring-framework/pull/32272">#32272</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Micrometer 1.12.4 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32431">#32431</a></li>
   <li>Upgrade to Reactor 2023.0.4 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32420">#32420</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/c04290e9ab0b587fe53dec0590aeb45fa55a870e"><code>c04290e</code></a> Release v6.1.5</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/381f790329a48b74c2a49fc1384dd68ca9153501"><code>381f790</code></a> Extract reusable checkSchemeAndPort method</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/f5a36585357acaabbcde07d8700a51d5e1582cad"><code>f5a3658</code></a> Upgrade to Protobuf 3.25.3, Woodstox 6.6.1, JsonPath 2.9, QDox 2.1</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/54a6d89da78075b09e6cd5c0e55d4a67885fe24a"><code>54a6d89</code></a> Additional unit tests for operations on empty UriTemplate</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/2922a82275239619f32084c8ceb3abe75e8621c3"><code>2922a82</code></a> Merge pull request <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32432">#32432</a> from bsgrd</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/a34ceb405c4dc64860fcb0d289630e4110bce9e5"><code>a34ceb4</code></a> Polish &quot;Allow UriTemplate to be built with an empty template&quot;</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/1b25a1506a4b1f2c3cf2d38dc79866c89ffc11fe"><code>1b25a15</code></a> Allow UriTemplate to be built with an empty template</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/723c94e5ac270188674fb6697bac942d962f4cae"><code>723c94e</code></a> Polishing</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/e5a69dcfdfbf5582ce4d719ed891677132ec281e"><code>e5a69dc</code></a> Upgrade to Reactor 2023.0.4 and Micrometer 1.12.4</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/c2248c968ca3b3ae93fd92b311fc1bb0988b570b"><code>c2248c9</code></a> Update Javadoc in DefaultUserDestinationResolver</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v6.1.3...v6.1.5">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-context` from 6.1.3 to 6.1.5
   <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.5</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Extract reusable method for URI validations <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32440">#32440</a></li>
   <li>Allow UriTemplate to be built with an empty template <a href="https://redirect.github.com/spring-projects/spring-framework/pull/32432">#32432</a></li>
   <li>Optimize Coroutine invocations <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32390">#32390</a></li>
   <li>Improve exception message when Scheduled tasks that are using Virtual Threads fail on shutdown <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32381">#32381</a></li>
   <li>Add query parameters to MockMvc Kotlin DSL <a href="https://redirect.github.com/spring-projects/spring-framework/pull/32371">#32371</a></li>
   <li>Optimize content type parsing in <code>ServletServerHttpResponse</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32361">#32361</a></li>
   <li>Refine handling of disconnected client error in ExceptionHandlerExceptionResolver <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32359">#32359</a></li>
   <li>Refine <code>\*HttpMessageConverter#getContentLength</code> return value null safety <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32325">#32325</a></li>
   <li>Optimize HttpHeaders.getAcceptLanguageAsLocales <a href="https://redirect.github.com/spring-projects/spring-framework/pull/32318">#32318</a></li>
   <li>SimpleAsyncTaskScheduler: consistently apply default error handling <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32298">#32298</a></li>
   <li>Use Spliterator of underlying collection in MutablePropertyValues / MutablePropertySources <a href="https://redirect.github.com/spring-projects/spring-framework/pull/32281">#32281</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>SpEL fails to compile expression indexing into <code>boolean</code> array <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32400">#32400</a></li>
   <li>WebClient Observations are missing error <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32389">#32389</a></li>
   <li>WebClient request sent twice instantly when using <code>@Cacheable</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32370">#32370</a></li>
   <li>AopUtils.getMostSpecificMethod does not return original method for proxy-derived method anymore <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32365">#32365</a></li>
   <li>Fix <code>ServletResponseHttpHeaders#get</code> null handling <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32362">#32362</a></li>
   <li>Compiled SpEL expression fails if <code>#root</code> or <code>#this</code> is a non-public type <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32356">#32356</a></li>
   <li>Suspend handler methods fail on nullable <code>value class</code> parameters <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32353">#32353</a></li>
   <li>Better protect against concurrent error handling for async requests <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32340">#32340</a></li>
   <li>Performance degradation due to Kotlin value class checks <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32334">#32334</a></li>
   <li>With value referenced from property file in XML configuration, setter selection can be random in case of overloaded setter methods (e.g. on SimpleClientHttpRequestFactory) <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32329">#32329</a></li>
   <li><code>constructor-impl</code> of Kotlin <code>value class</code> is not called <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32324">#32324</a></li>
   <li>ContentCachingResponseWrapper no longer honors Content-Type and Content-Length <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32317">#32317</a></li>
   <li>Hibernate native image support broken by <code>HHH-17643</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32311">#32311</a></li>
   <li>Revisit DatabaseMetadata#getProcedures to only apply fallback if original search yield more than one result <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32295">#32295</a></li>
   <li>Remove Observation.Context from WebClient request <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32198">#32198</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Refine &quot;Redirecting to a resource&quot; section code sample <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32423">#32423</a></li>
   <li>Javadoc of ReactorNettyClientRequestFactory#setExchangeTimeout methods have wrong default value <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32419">#32419</a></li>
   <li>Fix order of 2 sections in the Validation chapter of the reference manual <a href="https://redirect.github.com/spring-projects/spring-framework/pull/32408">#32408</a></li>
   <li>Fix Javadoc <a href="https://redirect.github.com/spring-projects/spring-framework/pull/32403">#32403</a></li>
   <li>Document that SpEL expressions using array construction cannot be compiled <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32401">#32401</a></li>
   <li>Improve documentation for <code>@Sql</code> execution phases regarding lifecycle <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32343">#32343</a></li>
   <li>Omit parameter names in REST Clients section of reference docs <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32335">#32335</a></li>
   <li>Different transaction name when using  <code>TransactionAspectSupport.currentTransactionStatus().transactionName</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32310">#32310</a></li>
   <li>Provide guidelines for using Kotlin properties with proxies (<code>@RequestScope</code> and similar use cases) <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32287">#32287</a></li>
   <li>Correct documentation for <code>userDestinationPrefix</code> in <code>MessageBrokerRegistry</code> <a href="https://redirect.github.com/spring-projects/spring-framework/pull/32272">#32272</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Micrometer 1.12.4 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32431">#32431</a></li>
   <li>Upgrade to Reactor 2023.0.4 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32420">#32420</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/c04290e9ab0b587fe53dec0590aeb45fa55a870e"><code>c04290e</code></a> Release v6.1.5</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/381f790329a48b74c2a49fc1384dd68ca9153501"><code>381f790</code></a> Extract reusable checkSchemeAndPort method</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/f5a36585357acaabbcde07d8700a51d5e1582cad"><code>f5a3658</code></a> Upgrade to Protobuf 3.25.3, Woodstox 6.6.1, JsonPath 2.9, QDox 2.1</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/54a6d89da78075b09e6cd5c0e55d4a67885fe24a"><code>54a6d89</code></a> Additional unit tests for operations on empty UriTemplate</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/2922a82275239619f32084c8ceb3abe75e8621c3"><code>2922a82</code></a> Merge pull request <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32432">#32432</a> from bsgrd</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/a34ceb405c4dc64860fcb0d289630e4110bce9e5"><code>a34ceb4</code></a> Polish &quot;Allow UriTemplate to be built with an empty template&quot;</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/1b25a1506a4b1f2c3cf2d38dc79866c89ffc11fe"><code>1b25a15</code></a> Allow UriTemplate to be built with an empty template</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/723c94e5ac270188674fb6697bac942d962f4cae"><code>723c94e</code></a> Polishing</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/e5a69dcfdfbf5582ce4d719ed891677132ec281e"><code>e5a69dc</code></a> Upgrade to Reactor 2023.0.4 and Micrometer 1.12.4</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/c2248c968ca3b3ae93fd92b311fc1bb0988b570b"><code>c2248c9</code></a> Update Javadoc in DefaultUserDestinationResolver</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v6.1.3...v6.1.5">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-beans` from 6.1.3 to 6.1.5
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/spring-projects/spring-framework/releases">org.springframework:spring-beans's releases</a>.</em></p>
   <blockquote>
   <h2>v6.1.5</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Extract reusable method for URI validations <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32440">#32440</a></li>
   <li>Allow UriTemplate to be built with an empty template <a href="https://redirect.github.com/spring-projects/spring-framework/pull/32432">#32432</a></li>
   <li>Optimize Coroutine invocations <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32390">#32390</a></li>
   <li>Improve exception message when Scheduled tasks that are using Virtual Threads fail on shutdown <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32381">#32381</a></li>
   <li>Add query parameters to MockMvc Kotlin DSL <a href="https://redirect.github.com/spring-projects/spring-framework/pull/32371">#32371</a></li>
   <li>Optimize content type parsing in <code>ServletServerHttpResponse</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32361">#32361</a></li>
   <li>Refine handling of disconnected client error in ExceptionHandlerExceptionResolver <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32359">#32359</a></li>
   <li>Refine <code>\*HttpMessageConverter#getContentLength</code> return value null safety <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32325">#32325</a></li>
   <li>Optimize HttpHeaders.getAcceptLanguageAsLocales <a href="https://redirect.github.com/spring-projects/spring-framework/pull/32318">#32318</a></li>
   <li>SimpleAsyncTaskScheduler: consistently apply default error handling <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32298">#32298</a></li>
   <li>Use Spliterator of underlying collection in MutablePropertyValues / MutablePropertySources <a href="https://redirect.github.com/spring-projects/spring-framework/pull/32281">#32281</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>SpEL fails to compile expression indexing into <code>boolean</code> array <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32400">#32400</a></li>
   <li>WebClient Observations are missing error <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32389">#32389</a></li>
   <li>WebClient request sent twice instantly when using <code>@Cacheable</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32370">#32370</a></li>
   <li>AopUtils.getMostSpecificMethod does not return original method for proxy-derived method anymore <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32365">#32365</a></li>
   <li>Fix <code>ServletResponseHttpHeaders#get</code> null handling <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32362">#32362</a></li>
   <li>Compiled SpEL expression fails if <code>#root</code> or <code>#this</code> is a non-public type <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32356">#32356</a></li>
   <li>Suspend handler methods fail on nullable <code>value class</code> parameters <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32353">#32353</a></li>
   <li>Better protect against concurrent error handling for async requests <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32340">#32340</a></li>
   <li>Performance degradation due to Kotlin value class checks <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32334">#32334</a></li>
   <li>With value referenced from property file in XML configuration, setter selection can be random in case of overloaded setter methods (e.g. on SimpleClientHttpRequestFactory) <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32329">#32329</a></li>
   <li><code>constructor-impl</code> of Kotlin <code>value class</code> is not called <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32324">#32324</a></li>
   <li>ContentCachingResponseWrapper no longer honors Content-Type and Content-Length <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32317">#32317</a></li>
   <li>Hibernate native image support broken by <code>HHH-17643</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32311">#32311</a></li>
   <li>Revisit DatabaseMetadata#getProcedures to only apply fallback if original search yield more than one result <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32295">#32295</a></li>
   <li>Remove Observation.Context from WebClient request <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32198">#32198</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Refine &quot;Redirecting to a resource&quot; section code sample <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32423">#32423</a></li>
   <li>Javadoc of ReactorNettyClientRequestFactory#setExchangeTimeout methods have wrong default value <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32419">#32419</a></li>
   <li>Fix order of 2 sections in the Validation chapter of the reference manual <a href="https://redirect.github.com/spring-projects/spring-framework/pull/32408">#32408</a></li>
   <li>Fix Javadoc <a href="https://redirect.github.com/spring-projects/spring-framework/pull/32403">#32403</a></li>
   <li>Document that SpEL expressions using array construction cannot be compiled <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32401">#32401</a></li>
   <li>Improve documentation for <code>@Sql</code> execution phases regarding lifecycle <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32343">#32343</a></li>
   <li>Omit parameter names in REST Clients section of reference docs <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32335">#32335</a></li>
   <li>Different transaction name when using  <code>TransactionAspectSupport.currentTransactionStatus().transactionName</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32310">#32310</a></li>
   <li>Provide guidelines for using Kotlin properties with proxies (<code>@RequestScope</code> and similar use cases) <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32287">#32287</a></li>
   <li>Correct documentation for <code>userDestinationPrefix</code> in <code>MessageBrokerRegistry</code> <a href="https://redirect.github.com/spring-projects/spring-framework/pull/32272">#32272</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Micrometer 1.12.4 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32431">#32431</a></li>
   <li>Upgrade to Reactor 2023.0.4 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32420">#32420</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/c04290e9ab0b587fe53dec0590aeb45fa55a870e"><code>c04290e</code></a> Release v6.1.5</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/381f790329a48b74c2a49fc1384dd68ca9153501"><code>381f790</code></a> Extract reusable checkSchemeAndPort method</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/f5a36585357acaabbcde07d8700a51d5e1582cad"><code>f5a3658</code></a> Upgrade to Protobuf 3.25.3, Woodstox 6.6.1, JsonPath 2.9, QDox 2.1</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/54a6d89da78075b09e6cd5c0e55d4a67885fe24a"><code>54a6d89</code></a> Additional unit tests for operations on empty UriTemplate</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/2922a82275239619f32084c8ceb3abe75e8621c3"><code>2922a82</code></a> Merge pull request <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32432">#32432</a> from bsgrd</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/a34ceb405c4dc64860fcb0d289630e4110bce9e5"><code>a34ceb4</code></a> Polish &quot;Allow UriTemplate to be built with an empty template&quot;</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/1b25a1506a4b1f2c3cf2d38dc79866c89ffc11fe"><code>1b25a15</code></a> Allow UriTemplate to be built with an empty template</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/723c94e5ac270188674fb6697bac942d962f4cae"><code>723c94e</code></a> Polishing</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/e5a69dcfdfbf5582ce4d719ed891677132ec281e"><code>e5a69dc</code></a> Upgrade to Reactor 2023.0.4 and Micrometer 1.12.4</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/c2248c968ca3b3ae93fd92b311fc1bb0988b570b"><code>c2248c9</code></a> Update Javadoc in DefaultUserDestinationResolver</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v6.1.3...v6.1.5">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-expression` from 6.1.3 to 6.1.5
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/spring-projects/spring-framework/releases">org.springframework:spring-expression's releases</a>.</em></p>
   <blockquote>
   <h2>v6.1.5</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Extract reusable method for URI validations <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32440">#32440</a></li>
   <li>Allow UriTemplate to be built with an empty template <a href="https://redirect.github.com/spring-projects/spring-framework/pull/32432">#32432</a></li>
   <li>Optimize Coroutine invocations <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32390">#32390</a></li>
   <li>Improve exception message when Scheduled tasks that are using Virtual Threads fail on shutdown <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32381">#32381</a></li>
   <li>Add query parameters to MockMvc Kotlin DSL <a href="https://redirect.github.com/spring-projects/spring-framework/pull/32371">#32371</a></li>
   <li>Optimize content type parsing in <code>ServletServerHttpResponse</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32361">#32361</a></li>
   <li>Refine handling of disconnected client error in ExceptionHandlerExceptionResolver <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32359">#32359</a></li>
   <li>Refine <code>\*HttpMessageConverter#getContentLength</code> return value null safety <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32325">#32325</a></li>
   <li>Optimize HttpHeaders.getAcceptLanguageAsLocales <a href="https://redirect.github.com/spring-projects/spring-framework/pull/32318">#32318</a></li>
   <li>SimpleAsyncTaskScheduler: consistently apply default error handling <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32298">#32298</a></li>
   <li>Use Spliterator of underlying collection in MutablePropertyValues / MutablePropertySources <a href="https://redirect.github.com/spring-projects/spring-framework/pull/32281">#32281</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>SpEL fails to compile expression indexing into <code>boolean</code> array <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32400">#32400</a></li>
   <li>WebClient Observations are missing error <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32389">#32389</a></li>
   <li>WebClient request sent twice instantly when using <code>@Cacheable</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32370">#32370</a></li>
   <li>AopUtils.getMostSpecificMethod does not return original method for proxy-derived method anymore <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32365">#32365</a></li>
   <li>Fix <code>ServletResponseHttpHeaders#get</code> null handling <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32362">#32362</a></li>
   <li>Compiled SpEL expression fails if <code>#root</code> or <code>#this</code> is a non-public type <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32356">#32356</a></li>
   <li>Suspend handler methods fail on nullable <code>value class</code> parameters <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32353">#32353</a></li>
   <li>Better protect against concurrent error handling for async requests <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32340">#32340</a></li>
   <li>Performance degradation due to Kotlin value class checks <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32334">#32334</a></li>
   <li>With value referenced from property file in XML configuration, setter selection can be random in case of overloaded setter methods (e.g. on SimpleClientHttpRequestFactory) <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32329">#32329</a></li>
   <li><code>constructor-impl</code> of Kotlin <code>value class</code> is not called <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32324">#32324</a></li>
   <li>ContentCachingResponseWrapper no longer honors Content-Type and Content-Length <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32317">#32317</a></li>
   <li>Hibernate native image support broken by <code>HHH-17643</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32311">#32311</a></li>
   <li>Revisit DatabaseMetadata#getProcedures to only apply fallback if original search yield more than one result <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32295">#32295</a></li>
   <li>Remove Observation.Context from WebClient request <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32198">#32198</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Refine &quot;Redirecting to a resource&quot; section code sample <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32423">#32423</a></li>
   <li>Javadoc of ReactorNettyClientRequestFactory#setExchangeTimeout methods have wrong default value <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32419">#32419</a></li>
   <li>Fix order of 2 sections in the Validation chapter of the reference manual <a href="https://redirect.github.com/spring-projects/spring-framework/pull/32408">#32408</a></li>
   <li>Fix Javadoc <a href="https://redirect.github.com/spring-projects/spring-framework/pull/32403">#32403</a></li>
   <li>Document that SpEL expressions using array construction cannot be compiled <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32401">#32401</a></li>
   <li>Improve documentation for <code>@Sql</code> execution phases regarding lifecycle <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32343">#32343</a></li>
   <li>Omit parameter names in REST Clients section of reference docs <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32335">#32335</a></li>
   <li>Different transaction name when using  <code>TransactionAspectSupport.currentTransactionStatus().transactionName</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32310">#32310</a></li>
   <li>Provide guidelines for using Kotlin properties with proxies (<code>@RequestScope</code> and similar use cases) <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32287">#32287</a></li>
   <li>Correct documentation for <code>userDestinationPrefix</code> in <code>MessageBrokerRegistry</code> <a href="https://redirect.github.com/spring-projects/spring-framework/pull/32272">#32272</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Micrometer 1.12.4 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32431">#32431</a></li>
   <li>Upgrade to Reactor 2023.0.4 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32420">#32420</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/c04290e9ab0b587fe53dec0590aeb45fa55a870e"><code>c04290e</code></a> Release v6.1.5</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/381f790329a48b74c2a49fc1384dd68ca9153501"><code>381f790</code></a> Extract reusable checkSchemeAndPort method</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/f5a36585357acaabbcde07d8700a51d5e1582cad"><code>f5a3658</code></a> Upgrade to Protobuf 3.25.3, Woodstox 6.6.1, JsonPath 2.9, QDox 2.1</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/54a6d89da78075b09e6cd5c0e55d4a67885fe24a"><code>54a6d89</code></a> Additional unit tests for operations on empty UriTemplate</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/2922a82275239619f32084c8ceb3abe75e8621c3"><code>2922a82</code></a> Merge pull request <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32432">#32432</a> from bsgrd</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/a34ceb405c4dc64860fcb0d289630e4110bce9e5"><code>a34ceb4</code></a> Polish &quot;Allow UriTemplate to be built with an empty template&quot;</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/1b25a1506a4b1f2c3cf2d38dc79866c89ffc11fe"><code>1b25a15</code></a> Allow UriTemplate to be built with an empty template</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/723c94e5ac270188674fb6697bac942d962f4cae"><code>723c94e</code></a> Polishing</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/e5a69dcfdfbf5582ce4d719ed891677132ec281e"><code>e5a69dc</code></a> Upgrade to Reactor 2023.0.4 and Micrometer 1.12.4</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/c2248c968ca3b3ae93fd92b311fc1bb0988b570b"><code>c2248c9</code></a> Update Javadoc in DefaultUserDestinationResolver</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v6.1.3...v6.1.5">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-tx` from 6.1.3 to 6.1.5
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/spring-projects/spring-framework/releases">org.springframework:spring-tx's releases</a>.</em></p>
   <blockquote>
   <h2>v6.1.5</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Extract reusable method for URI validations <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32440">#32440</a></li>
   <li>Allow UriTemplate to be built with an empty template <a href="https://redirect.github.com/spring-projects/spring-framework/pull/32432">#32432</a></li>
   <li>Optimize Coroutine invocations <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32390">#32390</a></li>
   <li>Improve exception message when Scheduled tasks that are using Virtual Threads fail on shutdown <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32381">#32381</a></li>
   <li>Add query parameters to MockMvc Kotlin DSL <a href="https://redirect.github.com/spring-projects/spring-framework/pull/32371">#32371</a></li>
   <li>Optimize content type parsing in <code>ServletServerHttpResponse</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32361">#32361</a></li>
   <li>Refine handling of disconnected client error in ExceptionHandlerExceptionResolver <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32359">#32359</a></li>
   <li>Refine <code>\*HttpMessageConverter#getContentLength</code> return value null safety <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32325">#32325</a></li>
   <li>Optimize HttpHeaders.getAcceptLanguageAsLocales <a href="https://redirect.github.com/spring-projects/spring-framework/pull/32318">#32318</a></li>
   <li>SimpleAsyncTaskScheduler: consistently apply default error handling <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32298">#32298</a></li>
   <li>Use Spliterator of underlying collection in MutablePropertyValues / MutablePropertySources <a href="https://redirect.github.com/spring-projects/spring-framework/pull/32281">#32281</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>SpEL fails to compile expression indexing into <code>boolean</code> array <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32400">#32400</a></li>
   <li>WebClient Observations are missing error <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32389">#32389</a></li>
   <li>WebClient request sent twice instantly when using <code>@Cacheable</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32370">#32370</a></li>
   <li>AopUtils.getMostSpecificMethod does not return original method for proxy-derived method anymore <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32365">#32365</a></li>
   <li>Fix <code>ServletResponseHttpHeaders#get</code> null handling <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32362">#32362</a></li>
   <li>Compiled SpEL expression fails if <code>#root</code> or <code>#this</code> is a non-public type <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32356">#32356</a></li>
   <li>Suspend handler methods fail on nullable <code>value class</code> parameters <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32353">#32353</a></li>
   <li>Better protect against concurrent error handling for async requests <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32340">#32340</a></li>
   <li>Performance degradation due to Kotlin value class checks <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32334">#32334</a></li>
   <li>With value referenced from property file in XML configuration, setter selection can be random in case of overloaded setter methods (e.g. on SimpleClientHttpRequestFactory) <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32329">#32329</a></li>
   <li><code>constructor-impl</code> of Kotlin <code>value class</code> is not called <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32324">#32324</a></li>
   <li>ContentCachingResponseWrapper no longer honors Content-Type and Content-Length <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32317">#32317</a></li>
   <li>Hibernate native image support broken by <code>HHH-17643</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32311">#32311</a></li>
   <li>Revisit DatabaseMetadata#getProcedures to only apply fallback if original search yield more than one result <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32295">#32295</a></li>
   <li>Remove Observation.Context from WebClient request <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32198">#32198</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Refine &quot;Redirecting to a resource&quot; section code sample <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32423">#32423</a></li>
   <li>Javadoc of ReactorNettyClientRequestFactory#setExchangeTimeout methods have wrong default value <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32419">#32419</a></li>
   <li>Fix order of 2 sections in the Validation chapter of the reference manual <a href="https://redirect.github.com/spring-projects/spring-framework/pull/32408">#32408</a></li>
   <li>Fix Javadoc <a href="https://redirect.github.com/spring-projects/spring-framework/pull/32403">#32403</a></li>
   <li>Document that SpEL expressions using array construction cannot be compiled <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32401">#32401</a></li>
   <li>Improve documentation for <code>@Sql</code> execution phases regarding lifecycle <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32343">#32343</a></li>
   <li>Omit parameter names in REST Clients section of reference docs <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32335">#32335</a></li>
   <li>Different transaction name when using  <code>TransactionAspectSupport.currentTransactionStatus().transactionName</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32310">#32310</a></li>
   <li>Provide guidelines for using Kotlin properties with proxies (<code>@RequestScope</code> and similar use cases) <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32287">#32287</a></li>
   <li>Correct documentation for <code>userDestinationPrefix</code> in <code>MessageBrokerRegistry</code> <a href="https://redirect.github.com/spring-projects/spring-framework/pull/32272">#32272</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Micrometer 1.12.4 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32431">#32431</a></li>
   <li>Upgrade to Reactor 2023.0.4 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32420">#32420</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/c04290e9ab0b587fe53dec0590aeb45fa55a870e"><code>c04290e</code></a> Release v6.1.5</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/381f790329a48b74c2a49fc1384dd68ca9153501"><code>381f790</code></a> Extract reusable checkSchemeAndPort method</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/f5a36585357acaabbcde07d8700a51d5e1582cad"><code>f5a3658</code></a> Upgrade to Protobuf 3.25.3, Woodstox 6.6.1, JsonPath 2.9, QDox 2.1</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/54a6d89da78075b09e6cd5c0e55d4a67885fe24a"><code>54a6d89</code></a> Additional unit tests for operations on empty UriTemplate</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/2922a82275239619f32084c8ceb3abe75e8621c3"><code>2922a82</code></a> Merge pull request <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32432">#32432</a> from bsgrd</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/a34ceb405c4dc64860fcb0d289630e4110bce9e5"><code>a34ceb4</code></a> Polish &quot;Allow UriTemplate to be built with an empty template&quot;</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/1b25a1506a4b1f2c3cf2d38dc79866c89ffc11fe"><code>1b25a15</code></a> Allow UriTemplate to be built with an empty template</li>
   <li><a href="...
   
   _Description has been truncated_


-- 
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: commits-unsubscribe@camel.apache.org

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


Re: [PR] Bump spring-version from 6.1.3 to 6.1.5 [camel]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #13525:
URL: https://github.com/apache/camel/pull/13525#issuecomment-2006061896

   :star2: Thank you for your contribution to the Apache Camel project! :star2: 
   
   :robot: CI automation will test this PR automatically.
   
   :camel: Apache Camel Committers, please review the following items:
   
   * First-time contributors **require MANUAL approval** for the GitHub Actions to run
   
   * You can use the command `/component-test (camel-)component-name1 (camel-)component-name2..` to request a test from the test bot.
   
   * You can label PRs using `build-all`, `build-dependents`, `skip-tests` and `test-dependents` to fine-tune the checks executed by this PR.
   
   * Build and test logs are available in the Summary page. **Only** [Apache Camel committers](https://camel.apache.org/community/team/#committers) have access to the summary. 
   
   * :warning: Be careful when sharing logs. Review their contents before sharing them publicly.


-- 
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: commits-unsubscribe@camel.apache.org

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


Re: [PR] Bump spring-version from 6.1.3 to 6.1.5 [camel]

Posted by "davsclaus (via GitHub)" <gi...@apache.org>.
davsclaus merged PR #13525:
URL: https://github.com/apache/camel/pull/13525


-- 
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: commits-unsubscribe@camel.apache.org

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