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/01/11 13:12:09 UTC

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

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

   Bumps `spring-version` from 6.1.2 to 6.1.3.
   Updates `org.springframework:spring-test` from 6.1.2 to 6.1.3
   <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.3</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Perform checks for bean validation constraints in HandlerMethod only when needed <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32007">#32007</a></li>
   <li>Exclude URI query from remaining WebClient checkpoints <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31992">#31992</a></li>
   <li>Avoid early getMostSpecificMethod resolution in CommonAnnotationBeanPostProcessor <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31967">#31967</a></li>
   <li>Introduce <code>processInjection()</code> in <code>CommonAnnotationBeanPostProcessor</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31956">#31956</a></li>
   <li>Make maximum length of SpEL expressions in an <code>ApplicationContext</code> configurable <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31952">#31952</a></li>
   <li><code>JdkClientHttpRequest</code> may block indefinitely <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31911">#31911</a></li>
   <li>Allow <code>Propagation.NOT\_SUPPORTED</code> with <code>@TransactionalEventListener</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31907">#31907</a></li>
   <li>Review HibernateJpaVendorAdapter to align dialect to use for recent Hibernate versions <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31896">#31896</a></li>
   <li>Improve method validation support for containers with constraints on container elements  <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31887">#31887</a></li>
   <li>Method validation is not triggered when constraints are applied to the elements of a List <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31870">#31870</a></li>
   <li>Use standard String comparison in ExtendedBeanInfo.PropertyDescriptorComparator <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31866">#31866</a></li>
   <li>Detect Jetty 12 &quot;max length exceeded&quot; message for <code>MaxUploadSizeExceededException</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31850">#31850</a></li>
   <li>Ensure that Observation is stopped and Scope is closed in doReceiveAndExecute() <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31798">#31798</a></li>
   <li>Support the use of <code>@Resource</code> in test classes in AOT mode <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31733">#31733</a></li>
   <li>Add support for configuring sslContext in StandardWebSocketClient <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30680">#30680</a></li>
   <li>Refine allocations for improved memory profile when creating a large amount of proxy instances <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30499">#30499</a></li>
   <li>Check ResponseStatusException reason as MessageSource code for ProblemDetail <a href="https://redirect.github.com/spring-projects/spring-framework/pull/30300">#30300</a></li>
   <li><code>SpringValidatorAdapter</code> fails in <code>getRejectedValue</code> if <code>ValueExtractor</code> used in property path to unwrap a container type <a href="https://redirect.github.com/spring-projects/spring-framework/issues/29043">#29043</a></li>
   <li>Add CORS support for Private Network Access <a href="https://redirect.github.com/spring-projects/spring-framework/issues/28546">#28546</a></li>
   <li>Introduce NoOpTaskScheduler for disabling <code>@Scheduled</code> tasks in test setups <a href="https://redirect.github.com/spring-projects/spring-framework/issues/28073">#28073</a></li>
   <li>MvcUriComponentsBuilder should resolve property placeholders in request mapping paths <a href="https://redirect.github.com/spring-projects/spring-framework/issues/26795">#26795</a></li>
   <li>Allow SockJsUrlInfo to be overridden in SockJsClient <a href="https://redirect.github.com/spring-projects/spring-framework/issues/25888">#25888</a></li>
   <li>Extending abstract class does not expose parameter annotations <a href="https://redirect.github.com/spring-projects/spring-framework/issues/25788">#25788</a></li>
   <li>DatabasePopulatorConfigUtils should only set a populator if matching scripts are defined <a href="https://redirect.github.com/spring-projects/spring-framework/issues/23405">#23405</a></li>
   <li><code>@annotation</code> pointcut is not matched with complex hierarchy and generics against classes compiled by Eclipse [SPR-17310] <a href="https://redirect.github.com/spring-projects/spring-framework/issues/21843">#21843</a></li>
   <li>Allow registration of application event listeners in a functional way [SPR-16872] <a href="https://redirect.github.com/spring-projects/spring-framework/issues/21411">#21411</a></li>
   <li>Allow CronTrigger to resume from specified timestamp [SPR-14909] <a href="https://redirect.github.com/spring-projects/spring-framework/issues/19475">#19475</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Using a URI variable for port in <code>WebClient</code> causes an <code>IllegalStateException</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32003">#32003</a></li>
   <li>[spring-tx] Unable to override prepareSynchronization of AbstractPlatformTransactionManager from v6.1.0 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32000">#32000</a></li>
   <li><code>RestClientResponseException</code> handles <code>responseHeaders</code> case-sensitive <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31978">#31978</a></li>
   <li>CronTrigger hard-codes default ZoneId instead of participating in scheduler-wide Clock setup <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31948">#31948</a></li>
   <li>HandlerMappingIntrospector is throwing PatternSyntaxException for wildcards in the request URL <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31937">#31937</a></li>
   <li>java.lang.NullPointerException with Scheduled tasks through DefaultScheduledTaskObservationConvention <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31918">#31918</a></li>
   <li>HibernateJpaVendorAdapter refers to org.hibernate.dialect.Oracle12cDialect that does not exist in recent Hibernate versions <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31892">#31892</a></li>
   <li>ClassNotFoundException: org.hibernate.dialect.MySQL57Dialect with Hibernate 6.4 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31889">#31889</a></li>
   <li>Inconsistent inclusion of base URL in <code>WebClient</code> URI template attribute since Spring WebFlux 6.1.2 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31882">#31882</a></li>
   <li><code>@Async</code> does not support <code>Unit?</code> return type <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31881">#31881</a></li>
   <li>Web handlers don't support Kotlin extensions <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31876">#31876</a></li>
   <li>DefaultDataBuffer fails to transform its content to a string <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31873">#31873</a></li>
   <li>With XML configuration, setter selection can be random in case of overloaded setter methods (e.g. on SimpleClientHttpRequestFactory in 6.1) <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31872">#31872</a></li>
   <li>Complete frame callback when opcode is not PONG <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31869">#31869</a></li>
   <li><code>@Cacheable</code> does not respect cache hit when empty Mono/Flux response is returned <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31868">#31868</a></li>
   <li>Unable to use sync cache with reactivestreams <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31861">#31861</a></li>
   <li>Spring Websocket - JettyWebsocketHandlerAdapter copyByteBuffer fills Buffer with zeros <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31857">#31857</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/b19f98bfd24bebbeaf5a5be44363e5484a0ff370"><code>b19f98b</code></a> Release v6.1.3</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/50fad9ed059fc37e8ca543c6aa0546c0511eb1e1"><code>50fad9e</code></a> Lenient port handling in HierarchicalUriComponents#toUriString</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/2b4ffe03915187746c30d76f69c1f27bf1af0895"><code>2b4ffe0</code></a> Consistent inclusion of baseUrl in URI_TEMPLATE attribute</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/e7eaaaded1060f52dbe8530c1715fc33849d700a"><code>e7eaaad</code></a> Explicit initialization of shouldValidate flags</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/f6e52900a289d9aa2d93c6b0ad4f24b52c11cc4c"><code>f6e5290</code></a> Polish SpEL documentation</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/62b5e4276975ab180617f7d887d1fc6362e67172"><code>62b5e42</code></a> Fix syntax for disabled selection/projection tests in ParsingTests</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/1631be5660fa61faa88264aa253e4fef32f55b24"><code>1631be5</code></a> Provide guidelines in AspectJ documentation to avoid dumps</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/9ccc72a9fbd8784ab37872737f58673d44a8f5c4"><code>9ccc72a</code></a> Upgrade to spring-javaformat-checkstyle 0.0.41</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/01b28561149127eeb7c7ec5d3977d83877cee6d4"><code>01b2856</code></a> Document Kotlin internal modifier impact on <code>@Bean</code></li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/6dca7b28ccbcf4221a1eeeea68e7abd3ec07862f"><code>6dca7b2</code></a> Polishing contribution</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v6.1.2...v6.1.3">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-core` from 6.1.2 to 6.1.3
   <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.3</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Perform checks for bean validation constraints in HandlerMethod only when needed <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32007">#32007</a></li>
   <li>Exclude URI query from remaining WebClient checkpoints <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31992">#31992</a></li>
   <li>Avoid early getMostSpecificMethod resolution in CommonAnnotationBeanPostProcessor <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31967">#31967</a></li>
   <li>Introduce <code>processInjection()</code> in <code>CommonAnnotationBeanPostProcessor</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31956">#31956</a></li>
   <li>Make maximum length of SpEL expressions in an <code>ApplicationContext</code> configurable <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31952">#31952</a></li>
   <li><code>JdkClientHttpRequest</code> may block indefinitely <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31911">#31911</a></li>
   <li>Allow <code>Propagation.NOT\_SUPPORTED</code> with <code>@TransactionalEventListener</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31907">#31907</a></li>
   <li>Review HibernateJpaVendorAdapter to align dialect to use for recent Hibernate versions <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31896">#31896</a></li>
   <li>Improve method validation support for containers with constraints on container elements  <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31887">#31887</a></li>
   <li>Method validation is not triggered when constraints are applied to the elements of a List <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31870">#31870</a></li>
   <li>Use standard String comparison in ExtendedBeanInfo.PropertyDescriptorComparator <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31866">#31866</a></li>
   <li>Detect Jetty 12 &quot;max length exceeded&quot; message for <code>MaxUploadSizeExceededException</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31850">#31850</a></li>
   <li>Ensure that Observation is stopped and Scope is closed in doReceiveAndExecute() <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31798">#31798</a></li>
   <li>Support the use of <code>@Resource</code> in test classes in AOT mode <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31733">#31733</a></li>
   <li>Add support for configuring sslContext in StandardWebSocketClient <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30680">#30680</a></li>
   <li>Refine allocations for improved memory profile when creating a large amount of proxy instances <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30499">#30499</a></li>
   <li>Check ResponseStatusException reason as MessageSource code for ProblemDetail <a href="https://redirect.github.com/spring-projects/spring-framework/pull/30300">#30300</a></li>
   <li><code>SpringValidatorAdapter</code> fails in <code>getRejectedValue</code> if <code>ValueExtractor</code> used in property path to unwrap a container type <a href="https://redirect.github.com/spring-projects/spring-framework/issues/29043">#29043</a></li>
   <li>Add CORS support for Private Network Access <a href="https://redirect.github.com/spring-projects/spring-framework/issues/28546">#28546</a></li>
   <li>Introduce NoOpTaskScheduler for disabling <code>@Scheduled</code> tasks in test setups <a href="https://redirect.github.com/spring-projects/spring-framework/issues/28073">#28073</a></li>
   <li>MvcUriComponentsBuilder should resolve property placeholders in request mapping paths <a href="https://redirect.github.com/spring-projects/spring-framework/issues/26795">#26795</a></li>
   <li>Allow SockJsUrlInfo to be overridden in SockJsClient <a href="https://redirect.github.com/spring-projects/spring-framework/issues/25888">#25888</a></li>
   <li>Extending abstract class does not expose parameter annotations <a href="https://redirect.github.com/spring-projects/spring-framework/issues/25788">#25788</a></li>
   <li>DatabasePopulatorConfigUtils should only set a populator if matching scripts are defined <a href="https://redirect.github.com/spring-projects/spring-framework/issues/23405">#23405</a></li>
   <li><code>@annotation</code> pointcut is not matched with complex hierarchy and generics against classes compiled by Eclipse [SPR-17310] <a href="https://redirect.github.com/spring-projects/spring-framework/issues/21843">#21843</a></li>
   <li>Allow registration of application event listeners in a functional way [SPR-16872] <a href="https://redirect.github.com/spring-projects/spring-framework/issues/21411">#21411</a></li>
   <li>Allow CronTrigger to resume from specified timestamp [SPR-14909] <a href="https://redirect.github.com/spring-projects/spring-framework/issues/19475">#19475</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Using a URI variable for port in <code>WebClient</code> causes an <code>IllegalStateException</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32003">#32003</a></li>
   <li>[spring-tx] Unable to override prepareSynchronization of AbstractPlatformTransactionManager from v6.1.0 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32000">#32000</a></li>
   <li><code>RestClientResponseException</code> handles <code>responseHeaders</code> case-sensitive <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31978">#31978</a></li>
   <li>CronTrigger hard-codes default ZoneId instead of participating in scheduler-wide Clock setup <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31948">#31948</a></li>
   <li>HandlerMappingIntrospector is throwing PatternSyntaxException for wildcards in the request URL <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31937">#31937</a></li>
   <li>java.lang.NullPointerException with Scheduled tasks through DefaultScheduledTaskObservationConvention <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31918">#31918</a></li>
   <li>HibernateJpaVendorAdapter refers to org.hibernate.dialect.Oracle12cDialect that does not exist in recent Hibernate versions <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31892">#31892</a></li>
   <li>ClassNotFoundException: org.hibernate.dialect.MySQL57Dialect with Hibernate 6.4 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31889">#31889</a></li>
   <li>Inconsistent inclusion of base URL in <code>WebClient</code> URI template attribute since Spring WebFlux 6.1.2 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31882">#31882</a></li>
   <li><code>@Async</code> does not support <code>Unit?</code> return type <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31881">#31881</a></li>
   <li>Web handlers don't support Kotlin extensions <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31876">#31876</a></li>
   <li>DefaultDataBuffer fails to transform its content to a string <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31873">#31873</a></li>
   <li>With XML configuration, setter selection can be random in case of overloaded setter methods (e.g. on SimpleClientHttpRequestFactory in 6.1) <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31872">#31872</a></li>
   <li>Complete frame callback when opcode is not PONG <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31869">#31869</a></li>
   <li><code>@Cacheable</code> does not respect cache hit when empty Mono/Flux response is returned <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31868">#31868</a></li>
   <li>Unable to use sync cache with reactivestreams <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31861">#31861</a></li>
   <li>Spring Websocket - JettyWebsocketHandlerAdapter copyByteBuffer fills Buffer with zeros <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31857">#31857</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/b19f98bfd24bebbeaf5a5be44363e5484a0ff370"><code>b19f98b</code></a> Release v6.1.3</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/50fad9ed059fc37e8ca543c6aa0546c0511eb1e1"><code>50fad9e</code></a> Lenient port handling in HierarchicalUriComponents#toUriString</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/2b4ffe03915187746c30d76f69c1f27bf1af0895"><code>2b4ffe0</code></a> Consistent inclusion of baseUrl in URI_TEMPLATE attribute</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/e7eaaaded1060f52dbe8530c1715fc33849d700a"><code>e7eaaad</code></a> Explicit initialization of shouldValidate flags</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/f6e52900a289d9aa2d93c6b0ad4f24b52c11cc4c"><code>f6e5290</code></a> Polish SpEL documentation</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/62b5e4276975ab180617f7d887d1fc6362e67172"><code>62b5e42</code></a> Fix syntax for disabled selection/projection tests in ParsingTests</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/1631be5660fa61faa88264aa253e4fef32f55b24"><code>1631be5</code></a> Provide guidelines in AspectJ documentation to avoid dumps</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/9ccc72a9fbd8784ab37872737f58673d44a8f5c4"><code>9ccc72a</code></a> Upgrade to spring-javaformat-checkstyle 0.0.41</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/01b28561149127eeb7c7ec5d3977d83877cee6d4"><code>01b2856</code></a> Document Kotlin internal modifier impact on <code>@Bean</code></li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/6dca7b28ccbcf4221a1eeeea68e7abd3ec07862f"><code>6dca7b2</code></a> Polishing contribution</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v6.1.2...v6.1.3">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-aop` from 6.1.2 to 6.1.3
   <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.3</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Perform checks for bean validation constraints in HandlerMethod only when needed <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32007">#32007</a></li>
   <li>Exclude URI query from remaining WebClient checkpoints <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31992">#31992</a></li>
   <li>Avoid early getMostSpecificMethod resolution in CommonAnnotationBeanPostProcessor <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31967">#31967</a></li>
   <li>Introduce <code>processInjection()</code> in <code>CommonAnnotationBeanPostProcessor</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31956">#31956</a></li>
   <li>Make maximum length of SpEL expressions in an <code>ApplicationContext</code> configurable <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31952">#31952</a></li>
   <li><code>JdkClientHttpRequest</code> may block indefinitely <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31911">#31911</a></li>
   <li>Allow <code>Propagation.NOT\_SUPPORTED</code> with <code>@TransactionalEventListener</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31907">#31907</a></li>
   <li>Review HibernateJpaVendorAdapter to align dialect to use for recent Hibernate versions <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31896">#31896</a></li>
   <li>Improve method validation support for containers with constraints on container elements  <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31887">#31887</a></li>
   <li>Method validation is not triggered when constraints are applied to the elements of a List <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31870">#31870</a></li>
   <li>Use standard String comparison in ExtendedBeanInfo.PropertyDescriptorComparator <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31866">#31866</a></li>
   <li>Detect Jetty 12 &quot;max length exceeded&quot; message for <code>MaxUploadSizeExceededException</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31850">#31850</a></li>
   <li>Ensure that Observation is stopped and Scope is closed in doReceiveAndExecute() <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31798">#31798</a></li>
   <li>Support the use of <code>@Resource</code> in test classes in AOT mode <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31733">#31733</a></li>
   <li>Add support for configuring sslContext in StandardWebSocketClient <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30680">#30680</a></li>
   <li>Refine allocations for improved memory profile when creating a large amount of proxy instances <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30499">#30499</a></li>
   <li>Check ResponseStatusException reason as MessageSource code for ProblemDetail <a href="https://redirect.github.com/spring-projects/spring-framework/pull/30300">#30300</a></li>
   <li><code>SpringValidatorAdapter</code> fails in <code>getRejectedValue</code> if <code>ValueExtractor</code> used in property path to unwrap a container type <a href="https://redirect.github.com/spring-projects/spring-framework/issues/29043">#29043</a></li>
   <li>Add CORS support for Private Network Access <a href="https://redirect.github.com/spring-projects/spring-framework/issues/28546">#28546</a></li>
   <li>Introduce NoOpTaskScheduler for disabling <code>@Scheduled</code> tasks in test setups <a href="https://redirect.github.com/spring-projects/spring-framework/issues/28073">#28073</a></li>
   <li>MvcUriComponentsBuilder should resolve property placeholders in request mapping paths <a href="https://redirect.github.com/spring-projects/spring-framework/issues/26795">#26795</a></li>
   <li>Allow SockJsUrlInfo to be overridden in SockJsClient <a href="https://redirect.github.com/spring-projects/spring-framework/issues/25888">#25888</a></li>
   <li>Extending abstract class does not expose parameter annotations <a href="https://redirect.github.com/spring-projects/spring-framework/issues/25788">#25788</a></li>
   <li>DatabasePopulatorConfigUtils should only set a populator if matching scripts are defined <a href="https://redirect.github.com/spring-projects/spring-framework/issues/23405">#23405</a></li>
   <li><code>@annotation</code> pointcut is not matched with complex hierarchy and generics against classes compiled by Eclipse [SPR-17310] <a href="https://redirect.github.com/spring-projects/spring-framework/issues/21843">#21843</a></li>
   <li>Allow registration of application event listeners in a functional way [SPR-16872] <a href="https://redirect.github.com/spring-projects/spring-framework/issues/21411">#21411</a></li>
   <li>Allow CronTrigger to resume from specified timestamp [SPR-14909] <a href="https://redirect.github.com/spring-projects/spring-framework/issues/19475">#19475</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Using a URI variable for port in <code>WebClient</code> causes an <code>IllegalStateException</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32003">#32003</a></li>
   <li>[spring-tx] Unable to override prepareSynchronization of AbstractPlatformTransactionManager from v6.1.0 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32000">#32000</a></li>
   <li><code>RestClientResponseException</code> handles <code>responseHeaders</code> case-sensitive <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31978">#31978</a></li>
   <li>CronTrigger hard-codes default ZoneId instead of participating in scheduler-wide Clock setup <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31948">#31948</a></li>
   <li>HandlerMappingIntrospector is throwing PatternSyntaxException for wildcards in the request URL <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31937">#31937</a></li>
   <li>java.lang.NullPointerException with Scheduled tasks through DefaultScheduledTaskObservationConvention <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31918">#31918</a></li>
   <li>HibernateJpaVendorAdapter refers to org.hibernate.dialect.Oracle12cDialect that does not exist in recent Hibernate versions <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31892">#31892</a></li>
   <li>ClassNotFoundException: org.hibernate.dialect.MySQL57Dialect with Hibernate 6.4 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31889">#31889</a></li>
   <li>Inconsistent inclusion of base URL in <code>WebClient</code> URI template attribute since Spring WebFlux 6.1.2 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31882">#31882</a></li>
   <li><code>@Async</code> does not support <code>Unit?</code> return type <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31881">#31881</a></li>
   <li>Web handlers don't support Kotlin extensions <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31876">#31876</a></li>
   <li>DefaultDataBuffer fails to transform its content to a string <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31873">#31873</a></li>
   <li>With XML configuration, setter selection can be random in case of overloaded setter methods (e.g. on SimpleClientHttpRequestFactory in 6.1) <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31872">#31872</a></li>
   <li>Complete frame callback when opcode is not PONG <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31869">#31869</a></li>
   <li><code>@Cacheable</code> does not respect cache hit when empty Mono/Flux response is returned <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31868">#31868</a></li>
   <li>Unable to use sync cache with reactivestreams <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31861">#31861</a></li>
   <li>Spring Websocket - JettyWebsocketHandlerAdapter copyByteBuffer fills Buffer with zeros <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31857">#31857</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/b19f98bfd24bebbeaf5a5be44363e5484a0ff370"><code>b19f98b</code></a> Release v6.1.3</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/50fad9ed059fc37e8ca543c6aa0546c0511eb1e1"><code>50fad9e</code></a> Lenient port handling in HierarchicalUriComponents#toUriString</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/2b4ffe03915187746c30d76f69c1f27bf1af0895"><code>2b4ffe0</code></a> Consistent inclusion of baseUrl in URI_TEMPLATE attribute</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/e7eaaaded1060f52dbe8530c1715fc33849d700a"><code>e7eaaad</code></a> Explicit initialization of shouldValidate flags</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/f6e52900a289d9aa2d93c6b0ad4f24b52c11cc4c"><code>f6e5290</code></a> Polish SpEL documentation</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/62b5e4276975ab180617f7d887d1fc6362e67172"><code>62b5e42</code></a> Fix syntax for disabled selection/projection tests in ParsingTests</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/1631be5660fa61faa88264aa253e4fef32f55b24"><code>1631be5</code></a> Provide guidelines in AspectJ documentation to avoid dumps</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/9ccc72a9fbd8784ab37872737f58673d44a8f5c4"><code>9ccc72a</code></a> Upgrade to spring-javaformat-checkstyle 0.0.41</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/01b28561149127eeb7c7ec5d3977d83877cee6d4"><code>01b2856</code></a> Document Kotlin internal modifier impact on <code>@Bean</code></li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/6dca7b28ccbcf4221a1eeeea68e7abd3ec07862f"><code>6dca7b2</code></a> Polishing contribution</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v6.1.2...v6.1.3">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-context` from 6.1.2 to 6.1.3
   <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.3</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Perform checks for bean validation constraints in HandlerMethod only when needed <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32007">#32007</a></li>
   <li>Exclude URI query from remaining WebClient checkpoints <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31992">#31992</a></li>
   <li>Avoid early getMostSpecificMethod resolution in CommonAnnotationBeanPostProcessor <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31967">#31967</a></li>
   <li>Introduce <code>processInjection()</code> in <code>CommonAnnotationBeanPostProcessor</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31956">#31956</a></li>
   <li>Make maximum length of SpEL expressions in an <code>ApplicationContext</code> configurable <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31952">#31952</a></li>
   <li><code>JdkClientHttpRequest</code> may block indefinitely <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31911">#31911</a></li>
   <li>Allow <code>Propagation.NOT\_SUPPORTED</code> with <code>@TransactionalEventListener</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31907">#31907</a></li>
   <li>Review HibernateJpaVendorAdapter to align dialect to use for recent Hibernate versions <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31896">#31896</a></li>
   <li>Improve method validation support for containers with constraints on container elements  <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31887">#31887</a></li>
   <li>Method validation is not triggered when constraints are applied to the elements of a List <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31870">#31870</a></li>
   <li>Use standard String comparison in ExtendedBeanInfo.PropertyDescriptorComparator <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31866">#31866</a></li>
   <li>Detect Jetty 12 &quot;max length exceeded&quot; message for <code>MaxUploadSizeExceededException</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31850">#31850</a></li>
   <li>Ensure that Observation is stopped and Scope is closed in doReceiveAndExecute() <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31798">#31798</a></li>
   <li>Support the use of <code>@Resource</code> in test classes in AOT mode <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31733">#31733</a></li>
   <li>Add support for configuring sslContext in StandardWebSocketClient <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30680">#30680</a></li>
   <li>Refine allocations for improved memory profile when creating a large amount of proxy instances <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30499">#30499</a></li>
   <li>Check ResponseStatusException reason as MessageSource code for ProblemDetail <a href="https://redirect.github.com/spring-projects/spring-framework/pull/30300">#30300</a></li>
   <li><code>SpringValidatorAdapter</code> fails in <code>getRejectedValue</code> if <code>ValueExtractor</code> used in property path to unwrap a container type <a href="https://redirect.github.com/spring-projects/spring-framework/issues/29043">#29043</a></li>
   <li>Add CORS support for Private Network Access <a href="https://redirect.github.com/spring-projects/spring-framework/issues/28546">#28546</a></li>
   <li>Introduce NoOpTaskScheduler for disabling <code>@Scheduled</code> tasks in test setups <a href="https://redirect.github.com/spring-projects/spring-framework/issues/28073">#28073</a></li>
   <li>MvcUriComponentsBuilder should resolve property placeholders in request mapping paths <a href="https://redirect.github.com/spring-projects/spring-framework/issues/26795">#26795</a></li>
   <li>Allow SockJsUrlInfo to be overridden in SockJsClient <a href="https://redirect.github.com/spring-projects/spring-framework/issues/25888">#25888</a></li>
   <li>Extending abstract class does not expose parameter annotations <a href="https://redirect.github.com/spring-projects/spring-framework/issues/25788">#25788</a></li>
   <li>DatabasePopulatorConfigUtils should only set a populator if matching scripts are defined <a href="https://redirect.github.com/spring-projects/spring-framework/issues/23405">#23405</a></li>
   <li><code>@annotation</code> pointcut is not matched with complex hierarchy and generics against classes compiled by Eclipse [SPR-17310] <a href="https://redirect.github.com/spring-projects/spring-framework/issues/21843">#21843</a></li>
   <li>Allow registration of application event listeners in a functional way [SPR-16872] <a href="https://redirect.github.com/spring-projects/spring-framework/issues/21411">#21411</a></li>
   <li>Allow CronTrigger to resume from specified timestamp [SPR-14909] <a href="https://redirect.github.com/spring-projects/spring-framework/issues/19475">#19475</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Using a URI variable for port in <code>WebClient</code> causes an <code>IllegalStateException</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32003">#32003</a></li>
   <li>[spring-tx] Unable to override prepareSynchronization of AbstractPlatformTransactionManager from v6.1.0 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32000">#32000</a></li>
   <li><code>RestClientResponseException</code> handles <code>responseHeaders</code> case-sensitive <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31978">#31978</a></li>
   <li>CronTrigger hard-codes default ZoneId instead of participating in scheduler-wide Clock setup <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31948">#31948</a></li>
   <li>HandlerMappingIntrospector is throwing PatternSyntaxException for wildcards in the request URL <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31937">#31937</a></li>
   <li>java.lang.NullPointerException with Scheduled tasks through DefaultScheduledTaskObservationConvention <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31918">#31918</a></li>
   <li>HibernateJpaVendorAdapter refers to org.hibernate.dialect.Oracle12cDialect that does not exist in recent Hibernate versions <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31892">#31892</a></li>
   <li>ClassNotFoundException: org.hibernate.dialect.MySQL57Dialect with Hibernate 6.4 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31889">#31889</a></li>
   <li>Inconsistent inclusion of base URL in <code>WebClient</code> URI template attribute since Spring WebFlux 6.1.2 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31882">#31882</a></li>
   <li><code>@Async</code> does not support <code>Unit?</code> return type <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31881">#31881</a></li>
   <li>Web handlers don't support Kotlin extensions <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31876">#31876</a></li>
   <li>DefaultDataBuffer fails to transform its content to a string <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31873">#31873</a></li>
   <li>With XML configuration, setter selection can be random in case of overloaded setter methods (e.g. on SimpleClientHttpRequestFactory in 6.1) <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31872">#31872</a></li>
   <li>Complete frame callback when opcode is not PONG <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31869">#31869</a></li>
   <li><code>@Cacheable</code> does not respect cache hit when empty Mono/Flux response is returned <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31868">#31868</a></li>
   <li>Unable to use sync cache with reactivestreams <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31861">#31861</a></li>
   <li>Spring Websocket - JettyWebsocketHandlerAdapter copyByteBuffer fills Buffer with zeros <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31857">#31857</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/b19f98bfd24bebbeaf5a5be44363e5484a0ff370"><code>b19f98b</code></a> Release v6.1.3</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/50fad9ed059fc37e8ca543c6aa0546c0511eb1e1"><code>50fad9e</code></a> Lenient port handling in HierarchicalUriComponents#toUriString</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/2b4ffe03915187746c30d76f69c1f27bf1af0895"><code>2b4ffe0</code></a> Consistent inclusion of baseUrl in URI_TEMPLATE attribute</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/e7eaaaded1060f52dbe8530c1715fc33849d700a"><code>e7eaaad</code></a> Explicit initialization of shouldValidate flags</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/f6e52900a289d9aa2d93c6b0ad4f24b52c11cc4c"><code>f6e5290</code></a> Polish SpEL documentation</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/62b5e4276975ab180617f7d887d1fc6362e67172"><code>62b5e42</code></a> Fix syntax for disabled selection/projection tests in ParsingTests</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/1631be5660fa61faa88264aa253e4fef32f55b24"><code>1631be5</code></a> Provide guidelines in AspectJ documentation to avoid dumps</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/9ccc72a9fbd8784ab37872737f58673d44a8f5c4"><code>9ccc72a</code></a> Upgrade to spring-javaformat-checkstyle 0.0.41</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/01b28561149127eeb7c7ec5d3977d83877cee6d4"><code>01b2856</code></a> Document Kotlin internal modifier impact on <code>@Bean</code></li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/6dca7b28ccbcf4221a1eeeea68e7abd3ec07862f"><code>6dca7b2</code></a> Polishing contribution</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v6.1.2...v6.1.3">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-beans` from 6.1.2 to 6.1.3
   <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.3</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Perform checks for bean validation constraints in HandlerMethod only when needed <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32007">#32007</a></li>
   <li>Exclude URI query from remaining WebClient checkpoints <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31992">#31992</a></li>
   <li>Avoid early getMostSpecificMethod resolution in CommonAnnotationBeanPostProcessor <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31967">#31967</a></li>
   <li>Introduce <code>processInjection()</code> in <code>CommonAnnotationBeanPostProcessor</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31956">#31956</a></li>
   <li>Make maximum length of SpEL expressions in an <code>ApplicationContext</code> configurable <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31952">#31952</a></li>
   <li><code>JdkClientHttpRequest</code> may block indefinitely <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31911">#31911</a></li>
   <li>Allow <code>Propagation.NOT\_SUPPORTED</code> with <code>@TransactionalEventListener</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31907">#31907</a></li>
   <li>Review HibernateJpaVendorAdapter to align dialect to use for recent Hibernate versions <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31896">#31896</a></li>
   <li>Improve method validation support for containers with constraints on container elements  <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31887">#31887</a></li>
   <li>Method validation is not triggered when constraints are applied to the elements of a List <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31870">#31870</a></li>
   <li>Use standard String comparison in ExtendedBeanInfo.PropertyDescriptorComparator <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31866">#31866</a></li>
   <li>Detect Jetty 12 &quot;max length exceeded&quot; message for <code>MaxUploadSizeExceededException</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31850">#31850</a></li>
   <li>Ensure that Observation is stopped and Scope is closed in doReceiveAndExecute() <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31798">#31798</a></li>
   <li>Support the use of <code>@Resource</code> in test classes in AOT mode <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31733">#31733</a></li>
   <li>Add support for configuring sslContext in StandardWebSocketClient <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30680">#30680</a></li>
   <li>Refine allocations for improved memory profile when creating a large amount of proxy instances <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30499">#30499</a></li>
   <li>Check ResponseStatusException reason as MessageSource code for ProblemDetail <a href="https://redirect.github.com/spring-projects/spring-framework/pull/30300">#30300</a></li>
   <li><code>SpringValidatorAdapter</code> fails in <code>getRejectedValue</code> if <code>ValueExtractor</code> used in property path to unwrap a container type <a href="https://redirect.github.com/spring-projects/spring-framework/issues/29043">#29043</a></li>
   <li>Add CORS support for Private Network Access <a href="https://redirect.github.com/spring-projects/spring-framework/issues/28546">#28546</a></li>
   <li>Introduce NoOpTaskScheduler for disabling <code>@Scheduled</code> tasks in test setups <a href="https://redirect.github.com/spring-projects/spring-framework/issues/28073">#28073</a></li>
   <li>MvcUriComponentsBuilder should resolve property placeholders in request mapping paths <a href="https://redirect.github.com/spring-projects/spring-framework/issues/26795">#26795</a></li>
   <li>Allow SockJsUrlInfo to be overridden in SockJsClient <a href="https://redirect.github.com/spring-projects/spring-framework/issues/25888">#25888</a></li>
   <li>Extending abstract class does not expose parameter annotations <a href="https://redirect.github.com/spring-projects/spring-framework/issues/25788">#25788</a></li>
   <li>DatabasePopulatorConfigUtils should only set a populator if matching scripts are defined <a href="https://redirect.github.com/spring-projects/spring-framework/issues/23405">#23405</a></li>
   <li><code>@annotation</code> pointcut is not matched with complex hierarchy and generics against classes compiled by Eclipse [SPR-17310] <a href="https://redirect.github.com/spring-projects/spring-framework/issues/21843">#21843</a></li>
   <li>Allow registration of application event listeners in a functional way [SPR-16872] <a href="https://redirect.github.com/spring-projects/spring-framework/issues/21411">#21411</a></li>
   <li>Allow CronTrigger to resume from specified timestamp [SPR-14909] <a href="https://redirect.github.com/spring-projects/spring-framework/issues/19475">#19475</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Using a URI variable for port in <code>WebClient</code> causes an <code>IllegalStateException</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32003">#32003</a></li>
   <li>[spring-tx] Unable to override prepareSynchronization of AbstractPlatformTransactionManager from v6.1.0 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32000">#32000</a></li>
   <li><code>RestClientResponseException</code> handles <code>responseHeaders</code> case-sensitive <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31978">#31978</a></li>
   <li>CronTrigger hard-codes default ZoneId instead of participating in scheduler-wide Clock setup <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31948">#31948</a></li>
   <li>HandlerMappingIntrospector is throwing PatternSyntaxException for wildcards in the request URL <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31937">#31937</a></li>
   <li>java.lang.NullPointerException with Scheduled tasks through DefaultScheduledTaskObservationConvention <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31918">#31918</a></li>
   <li>HibernateJpaVendorAdapter refers to org.hibernate.dialect.Oracle12cDialect that does not exist in recent Hibernate versions <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31892">#31892</a></li>
   <li>ClassNotFoundException: org.hibernate.dialect.MySQL57Dialect with Hibernate 6.4 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31889">#31889</a></li>
   <li>Inconsistent inclusion of base URL in <code>WebClient</code> URI template attribute since Spring WebFlux 6.1.2 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31882">#31882</a></li>
   <li><code>@Async</code> does not support <code>Unit?</code> return type <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31881">#31881</a></li>
   <li>Web handlers don't support Kotlin extensions <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31876">#31876</a></li>
   <li>DefaultDataBuffer fails to transform its content to a string <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31873">#31873</a></li>
   <li>With XML configuration, setter selection can be random in case of overloaded setter methods (e.g. on SimpleClientHttpRequestFactory in 6.1) <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31872">#31872</a></li>
   <li>Complete frame callback when opcode is not PONG <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31869">#31869</a></li>
   <li><code>@Cacheable</code> does not respect cache hit when empty Mono/Flux response is returned <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31868">#31868</a></li>
   <li>Unable to use sync cache with reactivestreams <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31861">#31861</a></li>
   <li>Spring Websocket - JettyWebsocketHandlerAdapter copyByteBuffer fills Buffer with zeros <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31857">#31857</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/b19f98bfd24bebbeaf5a5be44363e5484a0ff370"><code>b19f98b</code></a> Release v6.1.3</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/50fad9ed059fc37e8ca543c6aa0546c0511eb1e1"><code>50fad9e</code></a> Lenient port handling in HierarchicalUriComponents#toUriString</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/2b4ffe03915187746c30d76f69c1f27bf1af0895"><code>2b4ffe0</code></a> Consistent inclusion of baseUrl in URI_TEMPLATE attribute</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/e7eaaaded1060f52dbe8530c1715fc33849d700a"><code>e7eaaad</code></a> Explicit initialization of shouldValidate flags</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/f6e52900a289d9aa2d93c6b0ad4f24b52c11cc4c"><code>f6e5290</code></a> Polish SpEL documentation</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/62b5e4276975ab180617f7d887d1fc6362e67172"><code>62b5e42</code></a> Fix syntax for disabled selection/projection tests in ParsingTests</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/1631be5660fa61faa88264aa253e4fef32f55b24"><code>1631be5</code></a> Provide guidelines in AspectJ documentation to avoid dumps</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/9ccc72a9fbd8784ab37872737f58673d44a8f5c4"><code>9ccc72a</code></a> Upgrade to spring-javaformat-checkstyle 0.0.41</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/01b28561149127eeb7c7ec5d3977d83877cee6d4"><code>01b2856</code></a> Document Kotlin internal modifier impact on <code>@Bean</code></li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/6dca7b28ccbcf4221a1eeeea68e7abd3ec07862f"><code>6dca7b2</code></a> Polishing contribution</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v6.1.2...v6.1.3">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-expression` from 6.1.2 to 6.1.3
   <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.3</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Perform checks for bean validation constraints in HandlerMethod only when needed <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32007">#32007</a></li>
   <li>Exclude URI query from remaining WebClient checkpoints <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31992">#31992</a></li>
   <li>Avoid early getMostSpecificMethod resolution in CommonAnnotationBeanPostProcessor <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31967">#31967</a></li>
   <li>Introduce <code>processInjection()</code> in <code>CommonAnnotationBeanPostProcessor</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31956">#31956</a></li>
   <li>Make maximum length of SpEL expressions in an <code>ApplicationContext</code> configurable <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31952">#31952</a></li>
   <li><code>JdkClientHttpRequest</code> may block indefinitely <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31911">#31911</a></li>
   <li>Allow <code>Propagation.NOT\_SUPPORTED</code> with <code>@TransactionalEventListener</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31907">#31907</a></li>
   <li>Review HibernateJpaVendorAdapter to align dialect to use for recent Hibernate versions <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31896">#31896</a></li>
   <li>Improve method validation support for containers with constraints on container elements  <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31887">#31887</a></li>
   <li>Method validation is not triggered when constraints are applied to the elements of a List <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31870">#31870</a></li>
   <li>Use standard String comparison in ExtendedBeanInfo.PropertyDescriptorComparator <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31866">#31866</a></li>
   <li>Detect Jetty 12 &quot;max length exceeded&quot; message for <code>MaxUploadSizeExceededException</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31850">#31850</a></li>
   <li>Ensure that Observation is stopped and Scope is closed in doReceiveAndExecute() <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31798">#31798</a></li>
   <li>Support the use of <code>@Resource</code> in test classes in AOT mode <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31733">#31733</a></li>
   <li>Add support for configuring sslContext in StandardWebSocketClient <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30680">#30680</a></li>
   <li>Refine allocations for improved memory profile when creating a large amount of proxy instances <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30499">#30499</a></li>
   <li>Check ResponseStatusException reason as MessageSource code for ProblemDetail <a href="https://redirect.github.com/spring-projects/spring-framework/pull/30300">#30300</a></li>
   <li><code>SpringValidatorAdapter</code> fails in <code>getRejectedValue</code> if <code>ValueExtractor</code> used in property path to unwrap a container type <a href="https://redirect.github.com/spring-projects/spring-framework/issues/29043">#29043</a></li>
   <li>Add CORS support for Private Network Access <a href="https://redirect.github.com/spring-projects/spring-framework/issues/28546">#28546</a></li>
   <li>Introduce NoOpTaskScheduler for disabling <code>@Scheduled</code> tasks in test setups <a href="https://redirect.github.com/spring-projects/spring-framework/issues/28073">#28073</a></li>
   <li>MvcUriComponentsBuilder should resolve property placeholders in request mapping paths <a href="https://redirect.github.com/spring-projects/spring-framework/issues/26795">#26795</a></li>
   <li>Allow SockJsUrlInfo to be overridden in SockJsClient <a href="https://redirect.github.com/spring-projects/spring-framework/issues/25888">#25888</a></li>
   <li>Extending abstract class does not expose parameter annotations <a href="https://redirect.github.com/spring-projects/spring-framework/issues/25788">#25788</a></li>
   <li>DatabasePopulatorConfigUtils should only set a populator if matching scripts are defined <a href="https://redirect.github.com/spring-projects/spring-framework/issues/23405">#23405</a></li>
   <li><code>@annotation</code> pointcut is not matched with complex hierarchy and generics against classes compiled by Eclipse [SPR-17310] <a href="https://redirect.github.com/spring-projects/spring-framework/issues/21843">#21843</a></li>
   <li>Allow registration of application event listeners in a functional way [SPR-16872] <a href="https://redirect.github.com/spring-projects/spring-framework/issues/21411">#21411</a></li>
   <li>Allow CronTrigger to resume from specified timestamp [SPR-14909] <a href="https://redirect.github.com/spring-projects/spring-framework/issues/19475">#19475</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Using a URI variable for port in <code>WebClient</code> causes an <code>IllegalStateException</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32003">#32003</a></li>
   <li>[spring-tx] Unable to override prepareSynchronization of AbstractPlatformTransactionManager from v6.1.0 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/32000">#32000</a></li>
   <li><code>RestClientResponseException</code> handles <code>responseHeaders</code> case-sensitive <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31978">#31978</a></li>
   <li>CronTrigger hard-codes default ZoneId instead of participating in scheduler-wide Clock setup <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31948">#31948</a></li>
   <li>HandlerMappingIntrospector is throwing PatternSyntaxException for wildcards in the request URL <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31937">#31937</a></li>
   <li>java.lang.NullPointerException with Scheduled tasks through DefaultScheduledTaskObservationConvention <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31918">#31918</a></li>
   <li>HibernateJpaVendorAdapter refers to org.hibernate.dialect.Oracle12cDialect that does not exist in recent Hibernate versions <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31892">#31892</a></li>
   <li>ClassNotFoundException: org.hibernate.dialect.MySQL57Dialect with Hibernate 6.4 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31889">#31889</a></li>
   <li>Inconsistent inclusion of base URL in <code>WebClient</code> URI template attribute since Spring WebFlux 6.1.2 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31882">#31882</a></li>
   <li><code>@Async</code> does not support <code>Unit?</code> return type <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31881">#31881</a></li>
   <li>Web handlers don't support Kotlin extensions <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31876">#31876</a></li>
   <li>DefaultDataBuffer fails to transform its content to a string <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31873">#31873</a></li>
   <li>With XML configuration, setter selection can be random in case of overloaded setter methods (e.g. on SimpleClientHttpRequestFactory in 6.1) <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31872">#31872</a></li>
   <li>Complete frame callback when opcode is not PONG <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31869">#31869</a></li>
   <li><code>@Cacheable</code> does not respect cache hit when empty Mono/Flux response is returned <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31868">#31868</a></li>
   <li>Unable to use sync cache with reactivestreams <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31861">#31861</a></li>
   <li>Spring Websocket - JettyWebsocketHandlerAdapter copyByteBuffer fills Buffer with zeros <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31857">#31857</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/b19f98bfd24bebbeaf5a5be44363e5484a0ff370"><code>b19f98b</code></a> Release v6.1.3</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/50fad9ed059fc37e8ca543c6aa0546c0511eb1e1"><code>50fad9e</code></a> Lenient port handling in HierarchicalUriComponents#toUriString</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/2b4ffe03915187746c30d76f69c1f27bf1af0895"><code>2b4ffe0</code></a> Consistent inclusion of baseUrl in URI_TEMPLATE attribute</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/e7eaaaded1060f52dbe8530c1715fc33849d700a"><code>e7eaaad</code></a> Explicit initialization of shouldValidate flags</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/f6e52900a289d9aa2d93c6b0ad4f24b52c11cc4c"><code>f6e5290</code></a> Polish SpEL documentation</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/62b5e4276975ab180617f7d887d1fc6362e67172"><code>62b5e42</code></a> Fix syntax for disabled selection/projection tests in ParsingTests</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/1631be5660fa61faa88264aa253e4fef32f55b24"><code>1631be5</code></a> Provide guidelines in AspectJ documentation to avoid dumps</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/9ccc72a9fbd8784ab37872737f58673d44a8f5c4"><code>9ccc72a</code></a> Upgrade to spring-javaformat-checkstyle 0.0.41</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/01b28561149127eeb7c7ec5d3977d83877cee6d4"><code>01b2856</code></a> Document Kotlin internal modifier impact on <code>@Bean</code></li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/6dca7b28ccbcf4221a1eeeea68e7abd3ec07862f"><code>6dca7b2</code></a> Polishing contribution</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v6.1.2...v6.1.3">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-tx` from 6.1.2 to 6.1.3
   <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>
   <blockquo...
   
   _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.2 to 6.1.3 [camel]

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


-- 
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.2 to 6.1.3 [camel]

Posted by "apupier (via GitHub)" <gi...@apache.org>.
apupier commented on PR #12764:
URL: https://github.com/apache/camel/pull/12764#issuecomment-1887168780

   /component-test spring spring-security


-- 
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.2 to 6.1.3 [camel]

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

   :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.2 to 6.1.3 [camel]

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

   :robot: The Apache Camel test robot will run the tests for you :+1:


-- 
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