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 2023/12/20 09:30:28 UTC

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

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

   Bumps `spring-version` from 6.1.1 to 6.1.2.
   Updates `org.springframework:spring-test` from 6.1.1 to 6.1.2
   <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.2</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Optimize ContentCachingRequestWrapper allocation for known request size <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31834">#31834</a></li>
   <li>Inherit parent context in <code>coRouter</code> DSL <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31831">#31831</a></li>
   <li>Declare <code>isStatic</code> and <code>releaseTarget</code> as default methods on <code>TargetSource</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31820">#31820</a></li>
   <li>Delegation support for JDBC 4.3 ConnectionBuilder and ShardingKeyBuilder <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31795">#31795</a></li>
   <li>Support for a read-only DataSource in LazyConnectionDataSourceProxy <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31785">#31785</a></li>
   <li>Add <code>MySQLIdentityColumnMaxValueIncrementer</code> <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31784">#31784</a></li>
   <li>Introduce overloaded <code>MockPart</code> constructor that accepts the <code>Content-Type</code> <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31757">#31757</a></li>
   <li>Introduce <code>toString(Charset)</code> in <code>FastByteArrayOutputStream</code> <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31737">#31737</a></li>
   <li>Avoid byte array copy in getContentAsString <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31731">#31731</a></li>
   <li>Improve &quot;active&quot; metrics handling in WebClient observations <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31702">#31702</a></li>
   <li>Make ResourceArrayPropertyEditor supports comma delimited location patterns <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31700">#31700</a></li>
   <li>Consistently log exceptions from <code>TestExecutionListener</code>s at <code>WARN</code> level <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31688">#31688</a></li>
   <li>Document need for <code>-parameters</code> flag in exception messages <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31675">#31675</a></li>
   <li>Improve <code>@RegisterReflectionForBinding</code> for enums <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31570">#31570</a></li>
   <li>Support direct shard database operation routing in Spring JDBC <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31506">#31506</a></li>
   <li>Log test aborted/skipped exceptions at INFO level in the TestContext framework <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31479">#31479</a></li>
   <li>Avoid double proxying for <code>@Resource</code> <code>@Lazy</code> fallback autowiring <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31447">#31447</a></li>
   <li>Add support for tuning the code generation for bean property values <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31427">#31427</a></li>
   <li>Avoid race condition in ConcurrentReferenceHashMap <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31008">#31008</a></li>
   <li>Allow functional bean registration to set bean order (equivalent to <code>@Order</code>) <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30849">#30849</a></li>
   <li>Allow AOT generated classes to be excluded from code analyzer tools <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30824">#30824</a></li>
   <li>Error page does not utilize forwarded prefix <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30828">#30828</a></li>
   <li>Fix <code>SimpleJdbcCall</code> named parameter binding for Sybase ASE <a href="https://redirect.github.com/spring-projects/spring-framework/pull/30231">#30231</a></li>
   <li>DefaultWebClient ignores baseUrl when setting URI_TEMPLATE_ATTRIBUTE <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30027">#30027</a></li>
   <li>Avoid eager checkDefaultConnectionProperties call in LazyConnectionDataSourceProxy <a href="https://redirect.github.com/spring-projects/spring-framework/issues/29931">#29931</a></li>
   <li>Allow TransactionAwareDataSourceProxy to eagerly fetch the connection <a href="https://redirect.github.com/spring-projects/spring-framework/pull/29423">#29423</a></li>
   <li>Extract common value generator out of BeanDefinitionPropertyValueCodeGenerator <a href="https://redirect.github.com/spring-projects/spring-framework/issues/28999">#28999</a></li>
   <li>PostgresCallMetaDataProvider should detect current schema as indicated by the JDBC Connection <a href="https://redirect.github.com/spring-projects/spring-framework/issues/28723">#28723</a></li>
   <li>Implement setMaxTextMessageSize and setMaxBinaryMessageSize in JettyWebSocketSession <a href="https://redirect.github.com/spring-projects/spring-framework/issues/28325">#28325</a></li>
   <li>Optimize cache used in AutowiredAnnotationBeanPostProcessor <a href="https://redirect.github.com/spring-projects/spring-framework/issues/28293">#28293</a></li>
   <li><code>@Async</code> aspect should clear cached executors when different BeanFactory set <a href="https://redirect.github.com/spring-projects/spring-framework/pull/28201">#28201</a></li>
   <li>Component scanning should be able to ignore encrypted classes with invalid class version <a href="https://redirect.github.com/spring-projects/spring-framework/issues/27691">#27691</a></li>
   <li>Property to control URL decoding in <code>ServletCookieValueMethodArgumentResolver</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/26989">#26989</a></li>
   <li>Support <code>Predicate</code>- based mappedHandler config in <code>AbstractHandlerExceptionResolver</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/26772">#26772</a></li>
   <li><code>SimpleJdbcCall</code> with <code>namedBinding=true</code> for MS SQL Server <a href="https://redirect.github.com/spring-projects/spring-framework/issues/26072">#26072</a></li>
   <li>Improve default <code>setNull</code> performance on PostgreSQL and MS SQL Server (e.g. for <code>NamedParameterJdbcTemplate</code> batch updates) <a href="https://redirect.github.com/spring-projects/spring-framework/issues/25679">#25679</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li><code>&lt;replaced-method /&gt;</code> unnecessarily requires explicit <code>arg-type</code> since 6.0 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31826">#31826</a></li>
   <li>Avoid nested constructor data binding if there are no request parameters <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31821">#31821</a></li>
   <li>Custom Init or Destroy method from an interface cannot be invoked in a native image <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31819">#31819</a></li>
   <li>Avoid potential refresh deadlock with AbstractApplicationContext#registerShutdownHook <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31811">#31811</a></li>
   <li>Classes proxied by CGLIB produces NPE with coroutine async job on Springboot 3.2.0 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31809">#31809</a></li>
   <li>Fix Comparators.nullsLow and Comporators.nullsHigh behavior <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31808">#31808</a></li>
   <li><code>MergedAnnotations</code> finds duplicate annotations on method in multi-level interface hierarchy <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31803">#31803</a></li>
   <li>Pickup coroutineContext saved by CoWebFilter in coRouter <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31793">#31793</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/c37f685bb7ba3bad2d8ed5e2ec02c3a75082f04b"><code>c37f685</code></a> Release v6.1.2</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/d4406507d0db6b0822cf02ebab6d9ed933d85406"><code>d440650</code></a> Polishing</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/a612518f96df3b586e1d164ccfe4af572e71e304"><code>a612518</code></a> Check startup/shutdown thread state for close bypass in shutdown hook</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/ec0ec7a0d6c0ffcc826062c173797956b22e2284"><code>ec0ec7a</code></a> Avoid nested constructor binding if there are no request parameters</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/0970b1dc7afaf100cf0b443a22bf582d7cc0a590"><code>0970b1d</code></a> Optimize ContentCachingRequestWrapper allocation</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/a01c6d57bb23bf885bed07060c98ffb8828521ff"><code>a01c6d5</code></a> Inherit parent context in coRouter DSL</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/8d4deca2a658d8ea456a18ecce8a7418373030c4"><code>8d4deca</code></a> Introduce test for XML replaced-method element without explicit arg-type</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/cd64e6676c67ebabb242be6de0eb3cdee9ba6dc2"><code>cd64e66</code></a> Prepare method overrides when bean class gets resolved</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/2acc7c609faaa67b81a920179f6933428855161a"><code>2acc7c6</code></a> Refine RequestMappingInfo path initialization</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/409cecfff954770f03a1eff1292cebce0fa416a3"><code>409cecf</code></a> Add custom code generation for bean definition property values</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v6.1.1...v6.1.2">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-core` from 6.1.1 to 6.1.2
   <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.2</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Optimize ContentCachingRequestWrapper allocation for known request size <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31834">#31834</a></li>
   <li>Inherit parent context in <code>coRouter</code> DSL <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31831">#31831</a></li>
   <li>Declare <code>isStatic</code> and <code>releaseTarget</code> as default methods on <code>TargetSource</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31820">#31820</a></li>
   <li>Delegation support for JDBC 4.3 ConnectionBuilder and ShardingKeyBuilder <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31795">#31795</a></li>
   <li>Support for a read-only DataSource in LazyConnectionDataSourceProxy <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31785">#31785</a></li>
   <li>Add <code>MySQLIdentityColumnMaxValueIncrementer</code> <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31784">#31784</a></li>
   <li>Introduce overloaded <code>MockPart</code> constructor that accepts the <code>Content-Type</code> <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31757">#31757</a></li>
   <li>Introduce <code>toString(Charset)</code> in <code>FastByteArrayOutputStream</code> <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31737">#31737</a></li>
   <li>Avoid byte array copy in getContentAsString <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31731">#31731</a></li>
   <li>Improve &quot;active&quot; metrics handling in WebClient observations <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31702">#31702</a></li>
   <li>Make ResourceArrayPropertyEditor supports comma delimited location patterns <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31700">#31700</a></li>
   <li>Consistently log exceptions from <code>TestExecutionListener</code>s at <code>WARN</code> level <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31688">#31688</a></li>
   <li>Document need for <code>-parameters</code> flag in exception messages <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31675">#31675</a></li>
   <li>Improve <code>@RegisterReflectionForBinding</code> for enums <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31570">#31570</a></li>
   <li>Support direct shard database operation routing in Spring JDBC <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31506">#31506</a></li>
   <li>Log test aborted/skipped exceptions at INFO level in the TestContext framework <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31479">#31479</a></li>
   <li>Avoid double proxying for <code>@Resource</code> <code>@Lazy</code> fallback autowiring <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31447">#31447</a></li>
   <li>Add support for tuning the code generation for bean property values <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31427">#31427</a></li>
   <li>Avoid race condition in ConcurrentReferenceHashMap <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31008">#31008</a></li>
   <li>Allow functional bean registration to set bean order (equivalent to <code>@Order</code>) <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30849">#30849</a></li>
   <li>Allow AOT generated classes to be excluded from code analyzer tools <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30824">#30824</a></li>
   <li>Error page does not utilize forwarded prefix <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30828">#30828</a></li>
   <li>Fix <code>SimpleJdbcCall</code> named parameter binding for Sybase ASE <a href="https://redirect.github.com/spring-projects/spring-framework/pull/30231">#30231</a></li>
   <li>DefaultWebClient ignores baseUrl when setting URI_TEMPLATE_ATTRIBUTE <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30027">#30027</a></li>
   <li>Avoid eager checkDefaultConnectionProperties call in LazyConnectionDataSourceProxy <a href="https://redirect.github.com/spring-projects/spring-framework/issues/29931">#29931</a></li>
   <li>Allow TransactionAwareDataSourceProxy to eagerly fetch the connection <a href="https://redirect.github.com/spring-projects/spring-framework/pull/29423">#29423</a></li>
   <li>Extract common value generator out of BeanDefinitionPropertyValueCodeGenerator <a href="https://redirect.github.com/spring-projects/spring-framework/issues/28999">#28999</a></li>
   <li>PostgresCallMetaDataProvider should detect current schema as indicated by the JDBC Connection <a href="https://redirect.github.com/spring-projects/spring-framework/issues/28723">#28723</a></li>
   <li>Implement setMaxTextMessageSize and setMaxBinaryMessageSize in JettyWebSocketSession <a href="https://redirect.github.com/spring-projects/spring-framework/issues/28325">#28325</a></li>
   <li>Optimize cache used in AutowiredAnnotationBeanPostProcessor <a href="https://redirect.github.com/spring-projects/spring-framework/issues/28293">#28293</a></li>
   <li><code>@Async</code> aspect should clear cached executors when different BeanFactory set <a href="https://redirect.github.com/spring-projects/spring-framework/pull/28201">#28201</a></li>
   <li>Component scanning should be able to ignore encrypted classes with invalid class version <a href="https://redirect.github.com/spring-projects/spring-framework/issues/27691">#27691</a></li>
   <li>Property to control URL decoding in <code>ServletCookieValueMethodArgumentResolver</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/26989">#26989</a></li>
   <li>Support <code>Predicate</code>- based mappedHandler config in <code>AbstractHandlerExceptionResolver</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/26772">#26772</a></li>
   <li><code>SimpleJdbcCall</code> with <code>namedBinding=true</code> for MS SQL Server <a href="https://redirect.github.com/spring-projects/spring-framework/issues/26072">#26072</a></li>
   <li>Improve default <code>setNull</code> performance on PostgreSQL and MS SQL Server (e.g. for <code>NamedParameterJdbcTemplate</code> batch updates) <a href="https://redirect.github.com/spring-projects/spring-framework/issues/25679">#25679</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li><code>&lt;replaced-method /&gt;</code> unnecessarily requires explicit <code>arg-type</code> since 6.0 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31826">#31826</a></li>
   <li>Avoid nested constructor data binding if there are no request parameters <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31821">#31821</a></li>
   <li>Custom Init or Destroy method from an interface cannot be invoked in a native image <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31819">#31819</a></li>
   <li>Avoid potential refresh deadlock with AbstractApplicationContext#registerShutdownHook <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31811">#31811</a></li>
   <li>Classes proxied by CGLIB produces NPE with coroutine async job on Springboot 3.2.0 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31809">#31809</a></li>
   <li>Fix Comparators.nullsLow and Comporators.nullsHigh behavior <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31808">#31808</a></li>
   <li><code>MergedAnnotations</code> finds duplicate annotations on method in multi-level interface hierarchy <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31803">#31803</a></li>
   <li>Pickup coroutineContext saved by CoWebFilter in coRouter <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31793">#31793</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/c37f685bb7ba3bad2d8ed5e2ec02c3a75082f04b"><code>c37f685</code></a> Release v6.1.2</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/d4406507d0db6b0822cf02ebab6d9ed933d85406"><code>d440650</code></a> Polishing</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/a612518f96df3b586e1d164ccfe4af572e71e304"><code>a612518</code></a> Check startup/shutdown thread state for close bypass in shutdown hook</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/ec0ec7a0d6c0ffcc826062c173797956b22e2284"><code>ec0ec7a</code></a> Avoid nested constructor binding if there are no request parameters</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/0970b1dc7afaf100cf0b443a22bf582d7cc0a590"><code>0970b1d</code></a> Optimize ContentCachingRequestWrapper allocation</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/a01c6d57bb23bf885bed07060c98ffb8828521ff"><code>a01c6d5</code></a> Inherit parent context in coRouter DSL</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/8d4deca2a658d8ea456a18ecce8a7418373030c4"><code>8d4deca</code></a> Introduce test for XML replaced-method element without explicit arg-type</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/cd64e6676c67ebabb242be6de0eb3cdee9ba6dc2"><code>cd64e66</code></a> Prepare method overrides when bean class gets resolved</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/2acc7c609faaa67b81a920179f6933428855161a"><code>2acc7c6</code></a> Refine RequestMappingInfo path initialization</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/409cecfff954770f03a1eff1292cebce0fa416a3"><code>409cecf</code></a> Add custom code generation for bean definition property values</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v6.1.1...v6.1.2">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-aop` from 6.1.1 to 6.1.2
   <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.2</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Optimize ContentCachingRequestWrapper allocation for known request size <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31834">#31834</a></li>
   <li>Inherit parent context in <code>coRouter</code> DSL <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31831">#31831</a></li>
   <li>Declare <code>isStatic</code> and <code>releaseTarget</code> as default methods on <code>TargetSource</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31820">#31820</a></li>
   <li>Delegation support for JDBC 4.3 ConnectionBuilder and ShardingKeyBuilder <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31795">#31795</a></li>
   <li>Support for a read-only DataSource in LazyConnectionDataSourceProxy <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31785">#31785</a></li>
   <li>Add <code>MySQLIdentityColumnMaxValueIncrementer</code> <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31784">#31784</a></li>
   <li>Introduce overloaded <code>MockPart</code> constructor that accepts the <code>Content-Type</code> <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31757">#31757</a></li>
   <li>Introduce <code>toString(Charset)</code> in <code>FastByteArrayOutputStream</code> <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31737">#31737</a></li>
   <li>Avoid byte array copy in getContentAsString <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31731">#31731</a></li>
   <li>Improve &quot;active&quot; metrics handling in WebClient observations <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31702">#31702</a></li>
   <li>Make ResourceArrayPropertyEditor supports comma delimited location patterns <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31700">#31700</a></li>
   <li>Consistently log exceptions from <code>TestExecutionListener</code>s at <code>WARN</code> level <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31688">#31688</a></li>
   <li>Document need for <code>-parameters</code> flag in exception messages <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31675">#31675</a></li>
   <li>Improve <code>@RegisterReflectionForBinding</code> for enums <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31570">#31570</a></li>
   <li>Support direct shard database operation routing in Spring JDBC <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31506">#31506</a></li>
   <li>Log test aborted/skipped exceptions at INFO level in the TestContext framework <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31479">#31479</a></li>
   <li>Avoid double proxying for <code>@Resource</code> <code>@Lazy</code> fallback autowiring <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31447">#31447</a></li>
   <li>Add support for tuning the code generation for bean property values <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31427">#31427</a></li>
   <li>Avoid race condition in ConcurrentReferenceHashMap <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31008">#31008</a></li>
   <li>Allow functional bean registration to set bean order (equivalent to <code>@Order</code>) <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30849">#30849</a></li>
   <li>Allow AOT generated classes to be excluded from code analyzer tools <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30824">#30824</a></li>
   <li>Error page does not utilize forwarded prefix <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30828">#30828</a></li>
   <li>Fix <code>SimpleJdbcCall</code> named parameter binding for Sybase ASE <a href="https://redirect.github.com/spring-projects/spring-framework/pull/30231">#30231</a></li>
   <li>DefaultWebClient ignores baseUrl when setting URI_TEMPLATE_ATTRIBUTE <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30027">#30027</a></li>
   <li>Avoid eager checkDefaultConnectionProperties call in LazyConnectionDataSourceProxy <a href="https://redirect.github.com/spring-projects/spring-framework/issues/29931">#29931</a></li>
   <li>Allow TransactionAwareDataSourceProxy to eagerly fetch the connection <a href="https://redirect.github.com/spring-projects/spring-framework/pull/29423">#29423</a></li>
   <li>Extract common value generator out of BeanDefinitionPropertyValueCodeGenerator <a href="https://redirect.github.com/spring-projects/spring-framework/issues/28999">#28999</a></li>
   <li>PostgresCallMetaDataProvider should detect current schema as indicated by the JDBC Connection <a href="https://redirect.github.com/spring-projects/spring-framework/issues/28723">#28723</a></li>
   <li>Implement setMaxTextMessageSize and setMaxBinaryMessageSize in JettyWebSocketSession <a href="https://redirect.github.com/spring-projects/spring-framework/issues/28325">#28325</a></li>
   <li>Optimize cache used in AutowiredAnnotationBeanPostProcessor <a href="https://redirect.github.com/spring-projects/spring-framework/issues/28293">#28293</a></li>
   <li><code>@Async</code> aspect should clear cached executors when different BeanFactory set <a href="https://redirect.github.com/spring-projects/spring-framework/pull/28201">#28201</a></li>
   <li>Component scanning should be able to ignore encrypted classes with invalid class version <a href="https://redirect.github.com/spring-projects/spring-framework/issues/27691">#27691</a></li>
   <li>Property to control URL decoding in <code>ServletCookieValueMethodArgumentResolver</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/26989">#26989</a></li>
   <li>Support <code>Predicate</code>- based mappedHandler config in <code>AbstractHandlerExceptionResolver</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/26772">#26772</a></li>
   <li><code>SimpleJdbcCall</code> with <code>namedBinding=true</code> for MS SQL Server <a href="https://redirect.github.com/spring-projects/spring-framework/issues/26072">#26072</a></li>
   <li>Improve default <code>setNull</code> performance on PostgreSQL and MS SQL Server (e.g. for <code>NamedParameterJdbcTemplate</code> batch updates) <a href="https://redirect.github.com/spring-projects/spring-framework/issues/25679">#25679</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li><code>&lt;replaced-method /&gt;</code> unnecessarily requires explicit <code>arg-type</code> since 6.0 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31826">#31826</a></li>
   <li>Avoid nested constructor data binding if there are no request parameters <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31821">#31821</a></li>
   <li>Custom Init or Destroy method from an interface cannot be invoked in a native image <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31819">#31819</a></li>
   <li>Avoid potential refresh deadlock with AbstractApplicationContext#registerShutdownHook <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31811">#31811</a></li>
   <li>Classes proxied by CGLIB produces NPE with coroutine async job on Springboot 3.2.0 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31809">#31809</a></li>
   <li>Fix Comparators.nullsLow and Comporators.nullsHigh behavior <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31808">#31808</a></li>
   <li><code>MergedAnnotations</code> finds duplicate annotations on method in multi-level interface hierarchy <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31803">#31803</a></li>
   <li>Pickup coroutineContext saved by CoWebFilter in coRouter <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31793">#31793</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/c37f685bb7ba3bad2d8ed5e2ec02c3a75082f04b"><code>c37f685</code></a> Release v6.1.2</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/d4406507d0db6b0822cf02ebab6d9ed933d85406"><code>d440650</code></a> Polishing</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/a612518f96df3b586e1d164ccfe4af572e71e304"><code>a612518</code></a> Check startup/shutdown thread state for close bypass in shutdown hook</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/ec0ec7a0d6c0ffcc826062c173797956b22e2284"><code>ec0ec7a</code></a> Avoid nested constructor binding if there are no request parameters</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/0970b1dc7afaf100cf0b443a22bf582d7cc0a590"><code>0970b1d</code></a> Optimize ContentCachingRequestWrapper allocation</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/a01c6d57bb23bf885bed07060c98ffb8828521ff"><code>a01c6d5</code></a> Inherit parent context in coRouter DSL</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/8d4deca2a658d8ea456a18ecce8a7418373030c4"><code>8d4deca</code></a> Introduce test for XML replaced-method element without explicit arg-type</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/cd64e6676c67ebabb242be6de0eb3cdee9ba6dc2"><code>cd64e66</code></a> Prepare method overrides when bean class gets resolved</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/2acc7c609faaa67b81a920179f6933428855161a"><code>2acc7c6</code></a> Refine RequestMappingInfo path initialization</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/409cecfff954770f03a1eff1292cebce0fa416a3"><code>409cecf</code></a> Add custom code generation for bean definition property values</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v6.1.1...v6.1.2">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-context` from 6.1.1 to 6.1.2
   <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.2</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Optimize ContentCachingRequestWrapper allocation for known request size <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31834">#31834</a></li>
   <li>Inherit parent context in <code>coRouter</code> DSL <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31831">#31831</a></li>
   <li>Declare <code>isStatic</code> and <code>releaseTarget</code> as default methods on <code>TargetSource</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31820">#31820</a></li>
   <li>Delegation support for JDBC 4.3 ConnectionBuilder and ShardingKeyBuilder <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31795">#31795</a></li>
   <li>Support for a read-only DataSource in LazyConnectionDataSourceProxy <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31785">#31785</a></li>
   <li>Add <code>MySQLIdentityColumnMaxValueIncrementer</code> <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31784">#31784</a></li>
   <li>Introduce overloaded <code>MockPart</code> constructor that accepts the <code>Content-Type</code> <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31757">#31757</a></li>
   <li>Introduce <code>toString(Charset)</code> in <code>FastByteArrayOutputStream</code> <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31737">#31737</a></li>
   <li>Avoid byte array copy in getContentAsString <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31731">#31731</a></li>
   <li>Improve &quot;active&quot; metrics handling in WebClient observations <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31702">#31702</a></li>
   <li>Make ResourceArrayPropertyEditor supports comma delimited location patterns <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31700">#31700</a></li>
   <li>Consistently log exceptions from <code>TestExecutionListener</code>s at <code>WARN</code> level <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31688">#31688</a></li>
   <li>Document need for <code>-parameters</code> flag in exception messages <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31675">#31675</a></li>
   <li>Improve <code>@RegisterReflectionForBinding</code> for enums <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31570">#31570</a></li>
   <li>Support direct shard database operation routing in Spring JDBC <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31506">#31506</a></li>
   <li>Log test aborted/skipped exceptions at INFO level in the TestContext framework <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31479">#31479</a></li>
   <li>Avoid double proxying for <code>@Resource</code> <code>@Lazy</code> fallback autowiring <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31447">#31447</a></li>
   <li>Add support for tuning the code generation for bean property values <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31427">#31427</a></li>
   <li>Avoid race condition in ConcurrentReferenceHashMap <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31008">#31008</a></li>
   <li>Allow functional bean registration to set bean order (equivalent to <code>@Order</code>) <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30849">#30849</a></li>
   <li>Allow AOT generated classes to be excluded from code analyzer tools <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30824">#30824</a></li>
   <li>Error page does not utilize forwarded prefix <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30828">#30828</a></li>
   <li>Fix <code>SimpleJdbcCall</code> named parameter binding for Sybase ASE <a href="https://redirect.github.com/spring-projects/spring-framework/pull/30231">#30231</a></li>
   <li>DefaultWebClient ignores baseUrl when setting URI_TEMPLATE_ATTRIBUTE <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30027">#30027</a></li>
   <li>Avoid eager checkDefaultConnectionProperties call in LazyConnectionDataSourceProxy <a href="https://redirect.github.com/spring-projects/spring-framework/issues/29931">#29931</a></li>
   <li>Allow TransactionAwareDataSourceProxy to eagerly fetch the connection <a href="https://redirect.github.com/spring-projects/spring-framework/pull/29423">#29423</a></li>
   <li>Extract common value generator out of BeanDefinitionPropertyValueCodeGenerator <a href="https://redirect.github.com/spring-projects/spring-framework/issues/28999">#28999</a></li>
   <li>PostgresCallMetaDataProvider should detect current schema as indicated by the JDBC Connection <a href="https://redirect.github.com/spring-projects/spring-framework/issues/28723">#28723</a></li>
   <li>Implement setMaxTextMessageSize and setMaxBinaryMessageSize in JettyWebSocketSession <a href="https://redirect.github.com/spring-projects/spring-framework/issues/28325">#28325</a></li>
   <li>Optimize cache used in AutowiredAnnotationBeanPostProcessor <a href="https://redirect.github.com/spring-projects/spring-framework/issues/28293">#28293</a></li>
   <li><code>@Async</code> aspect should clear cached executors when different BeanFactory set <a href="https://redirect.github.com/spring-projects/spring-framework/pull/28201">#28201</a></li>
   <li>Component scanning should be able to ignore encrypted classes with invalid class version <a href="https://redirect.github.com/spring-projects/spring-framework/issues/27691">#27691</a></li>
   <li>Property to control URL decoding in <code>ServletCookieValueMethodArgumentResolver</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/26989">#26989</a></li>
   <li>Support <code>Predicate</code>- based mappedHandler config in <code>AbstractHandlerExceptionResolver</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/26772">#26772</a></li>
   <li><code>SimpleJdbcCall</code> with <code>namedBinding=true</code> for MS SQL Server <a href="https://redirect.github.com/spring-projects/spring-framework/issues/26072">#26072</a></li>
   <li>Improve default <code>setNull</code> performance on PostgreSQL and MS SQL Server (e.g. for <code>NamedParameterJdbcTemplate</code> batch updates) <a href="https://redirect.github.com/spring-projects/spring-framework/issues/25679">#25679</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li><code>&lt;replaced-method /&gt;</code> unnecessarily requires explicit <code>arg-type</code> since 6.0 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31826">#31826</a></li>
   <li>Avoid nested constructor data binding if there are no request parameters <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31821">#31821</a></li>
   <li>Custom Init or Destroy method from an interface cannot be invoked in a native image <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31819">#31819</a></li>
   <li>Avoid potential refresh deadlock with AbstractApplicationContext#registerShutdownHook <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31811">#31811</a></li>
   <li>Classes proxied by CGLIB produces NPE with coroutine async job on Springboot 3.2.0 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31809">#31809</a></li>
   <li>Fix Comparators.nullsLow and Comporators.nullsHigh behavior <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31808">#31808</a></li>
   <li><code>MergedAnnotations</code> finds duplicate annotations on method in multi-level interface hierarchy <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31803">#31803</a></li>
   <li>Pickup coroutineContext saved by CoWebFilter in coRouter <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31793">#31793</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/c37f685bb7ba3bad2d8ed5e2ec02c3a75082f04b"><code>c37f685</code></a> Release v6.1.2</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/d4406507d0db6b0822cf02ebab6d9ed933d85406"><code>d440650</code></a> Polishing</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/a612518f96df3b586e1d164ccfe4af572e71e304"><code>a612518</code></a> Check startup/shutdown thread state for close bypass in shutdown hook</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/ec0ec7a0d6c0ffcc826062c173797956b22e2284"><code>ec0ec7a</code></a> Avoid nested constructor binding if there are no request parameters</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/0970b1dc7afaf100cf0b443a22bf582d7cc0a590"><code>0970b1d</code></a> Optimize ContentCachingRequestWrapper allocation</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/a01c6d57bb23bf885bed07060c98ffb8828521ff"><code>a01c6d5</code></a> Inherit parent context in coRouter DSL</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/8d4deca2a658d8ea456a18ecce8a7418373030c4"><code>8d4deca</code></a> Introduce test for XML replaced-method element without explicit arg-type</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/cd64e6676c67ebabb242be6de0eb3cdee9ba6dc2"><code>cd64e66</code></a> Prepare method overrides when bean class gets resolved</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/2acc7c609faaa67b81a920179f6933428855161a"><code>2acc7c6</code></a> Refine RequestMappingInfo path initialization</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/409cecfff954770f03a1eff1292cebce0fa416a3"><code>409cecf</code></a> Add custom code generation for bean definition property values</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v6.1.1...v6.1.2">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-beans` from 6.1.1 to 6.1.2
   <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.2</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Optimize ContentCachingRequestWrapper allocation for known request size <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31834">#31834</a></li>
   <li>Inherit parent context in <code>coRouter</code> DSL <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31831">#31831</a></li>
   <li>Declare <code>isStatic</code> and <code>releaseTarget</code> as default methods on <code>TargetSource</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31820">#31820</a></li>
   <li>Delegation support for JDBC 4.3 ConnectionBuilder and ShardingKeyBuilder <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31795">#31795</a></li>
   <li>Support for a read-only DataSource in LazyConnectionDataSourceProxy <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31785">#31785</a></li>
   <li>Add <code>MySQLIdentityColumnMaxValueIncrementer</code> <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31784">#31784</a></li>
   <li>Introduce overloaded <code>MockPart</code> constructor that accepts the <code>Content-Type</code> <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31757">#31757</a></li>
   <li>Introduce <code>toString(Charset)</code> in <code>FastByteArrayOutputStream</code> <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31737">#31737</a></li>
   <li>Avoid byte array copy in getContentAsString <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31731">#31731</a></li>
   <li>Improve &quot;active&quot; metrics handling in WebClient observations <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31702">#31702</a></li>
   <li>Make ResourceArrayPropertyEditor supports comma delimited location patterns <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31700">#31700</a></li>
   <li>Consistently log exceptions from <code>TestExecutionListener</code>s at <code>WARN</code> level <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31688">#31688</a></li>
   <li>Document need for <code>-parameters</code> flag in exception messages <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31675">#31675</a></li>
   <li>Improve <code>@RegisterReflectionForBinding</code> for enums <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31570">#31570</a></li>
   <li>Support direct shard database operation routing in Spring JDBC <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31506">#31506</a></li>
   <li>Log test aborted/skipped exceptions at INFO level in the TestContext framework <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31479">#31479</a></li>
   <li>Avoid double proxying for <code>@Resource</code> <code>@Lazy</code> fallback autowiring <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31447">#31447</a></li>
   <li>Add support for tuning the code generation for bean property values <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31427">#31427</a></li>
   <li>Avoid race condition in ConcurrentReferenceHashMap <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31008">#31008</a></li>
   <li>Allow functional bean registration to set bean order (equivalent to <code>@Order</code>) <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30849">#30849</a></li>
   <li>Allow AOT generated classes to be excluded from code analyzer tools <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30824">#30824</a></li>
   <li>Error page does not utilize forwarded prefix <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30828">#30828</a></li>
   <li>Fix <code>SimpleJdbcCall</code> named parameter binding for Sybase ASE <a href="https://redirect.github.com/spring-projects/spring-framework/pull/30231">#30231</a></li>
   <li>DefaultWebClient ignores baseUrl when setting URI_TEMPLATE_ATTRIBUTE <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30027">#30027</a></li>
   <li>Avoid eager checkDefaultConnectionProperties call in LazyConnectionDataSourceProxy <a href="https://redirect.github.com/spring-projects/spring-framework/issues/29931">#29931</a></li>
   <li>Allow TransactionAwareDataSourceProxy to eagerly fetch the connection <a href="https://redirect.github.com/spring-projects/spring-framework/pull/29423">#29423</a></li>
   <li>Extract common value generator out of BeanDefinitionPropertyValueCodeGenerator <a href="https://redirect.github.com/spring-projects/spring-framework/issues/28999">#28999</a></li>
   <li>PostgresCallMetaDataProvider should detect current schema as indicated by the JDBC Connection <a href="https://redirect.github.com/spring-projects/spring-framework/issues/28723">#28723</a></li>
   <li>Implement setMaxTextMessageSize and setMaxBinaryMessageSize in JettyWebSocketSession <a href="https://redirect.github.com/spring-projects/spring-framework/issues/28325">#28325</a></li>
   <li>Optimize cache used in AutowiredAnnotationBeanPostProcessor <a href="https://redirect.github.com/spring-projects/spring-framework/issues/28293">#28293</a></li>
   <li><code>@Async</code> aspect should clear cached executors when different BeanFactory set <a href="https://redirect.github.com/spring-projects/spring-framework/pull/28201">#28201</a></li>
   <li>Component scanning should be able to ignore encrypted classes with invalid class version <a href="https://redirect.github.com/spring-projects/spring-framework/issues/27691">#27691</a></li>
   <li>Property to control URL decoding in <code>ServletCookieValueMethodArgumentResolver</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/26989">#26989</a></li>
   <li>Support <code>Predicate</code>- based mappedHandler config in <code>AbstractHandlerExceptionResolver</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/26772">#26772</a></li>
   <li><code>SimpleJdbcCall</code> with <code>namedBinding=true</code> for MS SQL Server <a href="https://redirect.github.com/spring-projects/spring-framework/issues/26072">#26072</a></li>
   <li>Improve default <code>setNull</code> performance on PostgreSQL and MS SQL Server (e.g. for <code>NamedParameterJdbcTemplate</code> batch updates) <a href="https://redirect.github.com/spring-projects/spring-framework/issues/25679">#25679</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li><code>&lt;replaced-method /&gt;</code> unnecessarily requires explicit <code>arg-type</code> since 6.0 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31826">#31826</a></li>
   <li>Avoid nested constructor data binding if there are no request parameters <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31821">#31821</a></li>
   <li>Custom Init or Destroy method from an interface cannot be invoked in a native image <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31819">#31819</a></li>
   <li>Avoid potential refresh deadlock with AbstractApplicationContext#registerShutdownHook <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31811">#31811</a></li>
   <li>Classes proxied by CGLIB produces NPE with coroutine async job on Springboot 3.2.0 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31809">#31809</a></li>
   <li>Fix Comparators.nullsLow and Comporators.nullsHigh behavior <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31808">#31808</a></li>
   <li><code>MergedAnnotations</code> finds duplicate annotations on method in multi-level interface hierarchy <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31803">#31803</a></li>
   <li>Pickup coroutineContext saved by CoWebFilter in coRouter <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31793">#31793</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/c37f685bb7ba3bad2d8ed5e2ec02c3a75082f04b"><code>c37f685</code></a> Release v6.1.2</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/d4406507d0db6b0822cf02ebab6d9ed933d85406"><code>d440650</code></a> Polishing</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/a612518f96df3b586e1d164ccfe4af572e71e304"><code>a612518</code></a> Check startup/shutdown thread state for close bypass in shutdown hook</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/ec0ec7a0d6c0ffcc826062c173797956b22e2284"><code>ec0ec7a</code></a> Avoid nested constructor binding if there are no request parameters</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/0970b1dc7afaf100cf0b443a22bf582d7cc0a590"><code>0970b1d</code></a> Optimize ContentCachingRequestWrapper allocation</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/a01c6d57bb23bf885bed07060c98ffb8828521ff"><code>a01c6d5</code></a> Inherit parent context in coRouter DSL</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/8d4deca2a658d8ea456a18ecce8a7418373030c4"><code>8d4deca</code></a> Introduce test for XML replaced-method element without explicit arg-type</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/cd64e6676c67ebabb242be6de0eb3cdee9ba6dc2"><code>cd64e66</code></a> Prepare method overrides when bean class gets resolved</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/2acc7c609faaa67b81a920179f6933428855161a"><code>2acc7c6</code></a> Refine RequestMappingInfo path initialization</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/409cecfff954770f03a1eff1292cebce0fa416a3"><code>409cecf</code></a> Add custom code generation for bean definition property values</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v6.1.1...v6.1.2">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-expression` from 6.1.1 to 6.1.2
   <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.2</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Optimize ContentCachingRequestWrapper allocation for known request size <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31834">#31834</a></li>
   <li>Inherit parent context in <code>coRouter</code> DSL <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31831">#31831</a></li>
   <li>Declare <code>isStatic</code> and <code>releaseTarget</code> as default methods on <code>TargetSource</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31820">#31820</a></li>
   <li>Delegation support for JDBC 4.3 ConnectionBuilder and ShardingKeyBuilder <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31795">#31795</a></li>
   <li>Support for a read-only DataSource in LazyConnectionDataSourceProxy <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31785">#31785</a></li>
   <li>Add <code>MySQLIdentityColumnMaxValueIncrementer</code> <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31784">#31784</a></li>
   <li>Introduce overloaded <code>MockPart</code> constructor that accepts the <code>Content-Type</code> <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31757">#31757</a></li>
   <li>Introduce <code>toString(Charset)</code> in <code>FastByteArrayOutputStream</code> <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31737">#31737</a></li>
   <li>Avoid byte array copy in getContentAsString <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31731">#31731</a></li>
   <li>Improve &quot;active&quot; metrics handling in WebClient observations <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31702">#31702</a></li>
   <li>Make ResourceArrayPropertyEditor supports comma delimited location patterns <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31700">#31700</a></li>
   <li>Consistently log exceptions from <code>TestExecutionListener</code>s at <code>WARN</code> level <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31688">#31688</a></li>
   <li>Document need for <code>-parameters</code> flag in exception messages <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31675">#31675</a></li>
   <li>Improve <code>@RegisterReflectionForBinding</code> for enums <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31570">#31570</a></li>
   <li>Support direct shard database operation routing in Spring JDBC <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31506">#31506</a></li>
   <li>Log test aborted/skipped exceptions at INFO level in the TestContext framework <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31479">#31479</a></li>
   <li>Avoid double proxying for <code>@Resource</code> <code>@Lazy</code> fallback autowiring <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31447">#31447</a></li>
   <li>Add support for tuning the code generation for bean property values <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31427">#31427</a></li>
   <li>Avoid race condition in ConcurrentReferenceHashMap <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31008">#31008</a></li>
   <li>Allow functional bean registration to set bean order (equivalent to <code>@Order</code>) <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30849">#30849</a></li>
   <li>Allow AOT generated classes to be excluded from code analyzer tools <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30824">#30824</a></li>
   <li>Error page does not utilize forwarded prefix <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30828">#30828</a></li>
   <li>Fix <code>SimpleJdbcCall</code> named parameter binding for Sybase ASE <a href="https://redirect.github.com/spring-projects/spring-framework/pull/30231">#30231</a></li>
   <li>DefaultWebClient ignores baseUrl when setting URI_TEMPLATE_ATTRIBUTE <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30027">#30027</a></li>
   <li>Avoid eager checkDefaultConnectionProperties call in LazyConnectionDataSourceProxy <a href="https://redirect.github.com/spring-projects/spring-framework/issues/29931">#29931</a></li>
   <li>Allow TransactionAwareDataSourceProxy to eagerly fetch the connection <a href="https://redirect.github.com/spring-projects/spring-framework/pull/29423">#29423</a></li>
   <li>Extract common value generator out of BeanDefinitionPropertyValueCodeGenerator <a href="https://redirect.github.com/spring-projects/spring-framework/issues/28999">#28999</a></li>
   <li>PostgresCallMetaDataProvider should detect current schema as indicated by the JDBC Connection <a href="https://redirect.github.com/spring-projects/spring-framework/issues/28723">#28723</a></li>
   <li>Implement setMaxTextMessageSize and setMaxBinaryMessageSize in JettyWebSocketSession <a href="https://redirect.github.com/spring-projects/spring-framework/issues/28325">#28325</a></li>
   <li>Optimize cache used in AutowiredAnnotationBeanPostProcessor <a href="https://redirect.github.com/spring-projects/spring-framework/issues/28293">#28293</a></li>
   <li><code>@Async</code> aspect should clear cached executors when different BeanFactory set <a href="https://redirect.github.com/spring-projects/spring-framework/pull/28201">#28201</a></li>
   <li>Component scanning should be able to ignore encrypted classes with invalid class version <a href="https://redirect.github.com/spring-projects/spring-framework/issues/27691">#27691</a></li>
   <li>Property to control URL decoding in <code>ServletCookieValueMethodArgumentResolver</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/26989">#26989</a></li>
   <li>Support <code>Predicate</code>- based mappedHandler config in <code>AbstractHandlerExceptionResolver</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/26772">#26772</a></li>
   <li><code>SimpleJdbcCall</code> with <code>namedBinding=true</code> for MS SQL Server <a href="https://redirect.github.com/spring-projects/spring-framework/issues/26072">#26072</a></li>
   <li>Improve default <code>setNull</code> performance on PostgreSQL and MS SQL Server (e.g. for <code>NamedParameterJdbcTemplate</code> batch updates) <a href="https://redirect.github.com/spring-projects/spring-framework/issues/25679">#25679</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li><code>&lt;replaced-method /&gt;</code> unnecessarily requires explicit <code>arg-type</code> since 6.0 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31826">#31826</a></li>
   <li>Avoid nested constructor data binding if there are no request parameters <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31821">#31821</a></li>
   <li>Custom Init or Destroy method from an interface cannot be invoked in a native image <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31819">#31819</a></li>
   <li>Avoid potential refresh deadlock with AbstractApplicationContext#registerShutdownHook <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31811">#31811</a></li>
   <li>Classes proxied by CGLIB produces NPE with coroutine async job on Springboot 3.2.0 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31809">#31809</a></li>
   <li>Fix Comparators.nullsLow and Comporators.nullsHigh behavior <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31808">#31808</a></li>
   <li><code>MergedAnnotations</code> finds duplicate annotations on method in multi-level interface hierarchy <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31803">#31803</a></li>
   <li>Pickup coroutineContext saved by CoWebFilter in coRouter <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31793">#31793</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/c37f685bb7ba3bad2d8ed5e2ec02c3a75082f04b"><code>c37f685</code></a> Release v6.1.2</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/d4406507d0db6b0822cf02ebab6d9ed933d85406"><code>d440650</code></a> Polishing</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/a612518f96df3b586e1d164ccfe4af572e71e304"><code>a612518</code></a> Check startup/shutdown thread state for close bypass in shutdown hook</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/ec0ec7a0d6c0ffcc826062c173797956b22e2284"><code>ec0ec7a</code></a> Avoid nested constructor binding if there are no request parameters</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/0970b1dc7afaf100cf0b443a22bf582d7cc0a590"><code>0970b1d</code></a> Optimize ContentCachingRequestWrapper allocation</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/a01c6d57bb23bf885bed07060c98ffb8828521ff"><code>a01c6d5</code></a> Inherit parent context in coRouter DSL</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/8d4deca2a658d8ea456a18ecce8a7418373030c4"><code>8d4deca</code></a> Introduce test for XML replaced-method element without explicit arg-type</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/cd64e6676c67ebabb242be6de0eb3cdee9ba6dc2"><code>cd64e66</code></a> Prepare method overrides when bean class gets resolved</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/2acc7c609faaa67b81a920179f6933428855161a"><code>2acc7c6</code></a> Refine RequestMappingInfo path initialization</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/409cecfff954770f03a1eff1292cebce0fa416a3"><code>409cecf</code></a> Add custom code generation for bean definition property values</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v6.1.1...v6.1.2">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-tx` from 6.1.1 to 6.1.2
   <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.2</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Optimize ContentCachingRequestWrapper allocation for known request size <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31834">#31834</a></li>
   <li>Inherit parent context in <code>coRouter</code> DSL <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31831">#31831</a></li>
   <li>Declare <code>isStatic</code> and <code>releaseTarget</code> as default methods on <code>TargetSource</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31820">#31820</a></li>
   <li>Delegation support for JDBC 4.3 ConnectionBuilder and ShardingKeyBuilder <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31795">#31795</a></li>
   <li>Support for a read-only DataSource in LazyConnectionDataSourceProxy <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31785">#31785</a></li>
   <li>Add <code>MySQLIdentityColumnMaxValueIncrementer</code> <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31784">#31784</a></li>
   <li>Introduce overloaded <code>MockPart</code> constructor that accepts the <code>Content-Type</code> <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31757">#31757</a></li>
   <li>Introduce <code>toString(Charset)</code> in <code>FastByteArrayOutputStream</code> <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31737">#31737</a></li>
   <li>Avoid byte array copy in getContentAsString <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31731">#31731</a></li>
   <li>Improve &quot;active&quot; metrics handling in WebClient observations <a hr...
   
   _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.1 to 6.1.2 [camel]

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

   :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.1 to 6.1.2 [camel]

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


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