You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/10/16 01:14:05 UTC

[PR] Bump spring.platformVersion from 5.3.27 to 6.0.13 [struts]

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

   Bumps `spring.platformVersion` from 5.3.27 to 6.0.13.
   Updates `org.springframework:spring-core` from 5.3.27 to 6.0.13
   <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.0.13</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Improve diagnostics for negative repeated text count in SpEL <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31342">#31342</a></li>
   <li>Improve diagnostics when repeated text size calculation results in overflow in SpEL <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31341">#31341</a></li>
   <li><code>UnknownContentTypeException</code> is not <code>Serializable</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31283">#31283</a></li>
   <li>Reintroduce <code>FastClass</code> in CGLIB class names for <code>@Configuration</code> classes <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31272">#31272</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li><code>HibernateJpaDialect</code> and <code>HibernateExceptionTranslator</code> throw <code>SQLExceptionTranslator</code>-provided exception instead of returning it <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31409">#31409</a></li>
   <li>AnnotationScanner scanning leads to StackOverflowError with recursive annotation <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31400">#31400</a></li>
   <li><code>NamedParameterJdbcTemplate</code> throws unexpected exception for <code>null</code> query <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31391">#31391</a></li>
   <li>HTTP server exchange observations have incorrect UNKNOWN status tag if the client disconnected <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31388">#31388</a></li>
   <li>Breaking change from 6.0.11 to 6.0.12 if you expect query parameters in <code>@RequestBody</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31327">#31327</a></li>
   <li>SpEL's <code>CompoundExpression.toStringAST()</code> omits <code>?</code> for null-safe navigation <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31326">#31326</a></li>
   <li><code>ConcurrentLruCache</code> no longer supports capacity = 0 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31317">#31317</a></li>
   <li>Using R2dbc transactional and non transactional on a database connection pool will fail for Oracle. <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31268">#31268</a></li>
   <li>AOT-generated code no longer set bean class for beans created from a <code>@Bean</code> method <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31242">#31242</a></li>
   <li>CGLIB proxy classes are no longer cached properly <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31238">#31238</a></li>
   <li>Illegal reflective access in <code>ContextOverridingClassLoader.isEligibleForOverriding</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31232">#31232</a></li>
   <li>Fix RuntimeHintsPredicates matching rules for public/declared elements <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31224">#31224</a></li>
   <li>MultipartParser should respect read position <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31110">#31110</a></li>
   <li>WebClient reports 'Host is not specified' for URI with hostname and port, but without scheme <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31033">#31033</a></li>
   <li>R2DBC Connection is closed during transaction when using TransactionAwareConnectionFactoryProxy <a href="https://redirect.github.com/spring-projects/spring-framework/issues/28133">#28133</a></li>
   <li>SpEL cannot evaluate or compile expression with null-safe <code>void</code> method invocation <a href="https://redirect.github.com/spring-projects/spring-framework/issues/27421">#27421</a></li>
   <li><code>LazyResolutionMessage</code> does not implement proper <code>toString</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/21265">#21265</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Document Kotlin declaration site variance subtleties <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31370">#31370</a></li>
   <li>Add missing <code>conversionService</code> field in doc example <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31330">#31330</a></li>
   <li>Clarify documentation on Spring Web MVC pattern comparison <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31294">#31294</a></li>
   <li>Improved documentation for MethodParameter#getAnnotatedElement <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30397">#30397</a></li>
   <li>Javadoc for <code>BeanPropertyRowMapper.getColumnValue(ResultSet, int, Class)</code> is inconsistent with code <a href="https://redirect.github.com/spring-projects/spring-framework/issues/29285">#29285</a></li>
   <li>Referencing a <code>@Bean</code> method in a <code>@Configuration</code> class' <code>@PostConstruct</code> method leads to circular reference <a href="https://redirect.github.com/spring-projects/spring-framework/issues/27876">#27876</a></li>
   <li>Incorrect reference information about CGLIB supported method visibility <a href="https://redirect.github.com/spring-projects/spring-framework/issues/25001">#25001</a></li>
   <li>Clarify documentation for <code>@Transactional</code> on interfaces <a href="https://redirect.github.com/spring-projects/spring-framework/issues/23538">#23538</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Micrometer 1.10.12 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31404">#31404</a></li>
   <li>Upgrade to Reactor 2022.0.12 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31405">#31405</a></li>
   </ul>
   <h2>:heart: Contributors</h2>
   <p>Thank you to all the contributors who worked on this release:</p>
   <p><a href="https://github.com/jihuayu"><code>@​jihuayu</code></a> and <a href="https://github.com/wfouche"><code>@​wfouche</code></a></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/dda5250b75c9a20636d04b9325254e25f960b7fb"><code>dda5250</code></a> Release v6.0.13</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/4bd54dffbca8ca587251fb58ad3c0b4823e5358d"><code>4bd54df</code></a> Upgrade to concourse-release-scripts 0.4.0-SNAPSHOT</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/86650d1a39f585b22e33425c59e9d07c9db139a1"><code>86650d1</code></a> Polishing</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/87424cd6057049a03c9e35074c744a97469df16c"><code>87424cd</code></a> Upgrade to SLF4J 2.0.9 and AspectJ 1.9.20.1</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/80e82cd43f1c2ec85c405bff4b8de6f36f6d6e59"><code>80e82cd</code></a> Do not close transactional Connection in doReleaseConnection</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/66ce8c9a253727c673f38e65554cefb7eb6a23fc"><code>66ce8c9</code></a> Properly return SQLExceptionTranslator-provided exception</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/e9fcb21d55c586062b7b74798a23e0dd283f22d0"><code>e9fcb21</code></a> Refine status KeyValue for HTTP server observations</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/ee9dff30c5828bcdbf120e83333a45bbe82f728b"><code>ee9dff3</code></a> Updated Java 17 version in sdkmanrc</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/21584108537c67762fa519d42c51a88a305d0934"><code>2158410</code></a> Revert &quot;Support Jackson's DatatypeFeature in Jackson2ObjectMapperBuilder&quot;</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/e0a55c2caad28a396555f8958128e91b3b837453"><code>e0a55c2</code></a> Upgrade to Micrometer 1.10.12 and Reactor 2022.0.12</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.27...v6.0.13">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-context` from 5.3.27 to 6.0.13
   <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.0.13</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Improve diagnostics for negative repeated text count in SpEL <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31342">#31342</a></li>
   <li>Improve diagnostics when repeated text size calculation results in overflow in SpEL <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31341">#31341</a></li>
   <li><code>UnknownContentTypeException</code> is not <code>Serializable</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31283">#31283</a></li>
   <li>Reintroduce <code>FastClass</code> in CGLIB class names for <code>@Configuration</code> classes <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31272">#31272</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li><code>HibernateJpaDialect</code> and <code>HibernateExceptionTranslator</code> throw <code>SQLExceptionTranslator</code>-provided exception instead of returning it <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31409">#31409</a></li>
   <li>AnnotationScanner scanning leads to StackOverflowError with recursive annotation <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31400">#31400</a></li>
   <li><code>NamedParameterJdbcTemplate</code> throws unexpected exception for <code>null</code> query <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31391">#31391</a></li>
   <li>HTTP server exchange observations have incorrect UNKNOWN status tag if the client disconnected <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31388">#31388</a></li>
   <li>Breaking change from 6.0.11 to 6.0.12 if you expect query parameters in <code>@RequestBody</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31327">#31327</a></li>
   <li>SpEL's <code>CompoundExpression.toStringAST()</code> omits <code>?</code> for null-safe navigation <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31326">#31326</a></li>
   <li><code>ConcurrentLruCache</code> no longer supports capacity = 0 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31317">#31317</a></li>
   <li>Using R2dbc transactional and non transactional on a database connection pool will fail for Oracle. <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31268">#31268</a></li>
   <li>AOT-generated code no longer set bean class for beans created from a <code>@Bean</code> method <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31242">#31242</a></li>
   <li>CGLIB proxy classes are no longer cached properly <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31238">#31238</a></li>
   <li>Illegal reflective access in <code>ContextOverridingClassLoader.isEligibleForOverriding</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31232">#31232</a></li>
   <li>Fix RuntimeHintsPredicates matching rules for public/declared elements <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31224">#31224</a></li>
   <li>MultipartParser should respect read position <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31110">#31110</a></li>
   <li>WebClient reports 'Host is not specified' for URI with hostname and port, but without scheme <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31033">#31033</a></li>
   <li>R2DBC Connection is closed during transaction when using TransactionAwareConnectionFactoryProxy <a href="https://redirect.github.com/spring-projects/spring-framework/issues/28133">#28133</a></li>
   <li>SpEL cannot evaluate or compile expression with null-safe <code>void</code> method invocation <a href="https://redirect.github.com/spring-projects/spring-framework/issues/27421">#27421</a></li>
   <li><code>LazyResolutionMessage</code> does not implement proper <code>toString</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/21265">#21265</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Document Kotlin declaration site variance subtleties <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31370">#31370</a></li>
   <li>Add missing <code>conversionService</code> field in doc example <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31330">#31330</a></li>
   <li>Clarify documentation on Spring Web MVC pattern comparison <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31294">#31294</a></li>
   <li>Improved documentation for MethodParameter#getAnnotatedElement <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30397">#30397</a></li>
   <li>Javadoc for <code>BeanPropertyRowMapper.getColumnValue(ResultSet, int, Class)</code> is inconsistent with code <a href="https://redirect.github.com/spring-projects/spring-framework/issues/29285">#29285</a></li>
   <li>Referencing a <code>@Bean</code> method in a <code>@Configuration</code> class' <code>@PostConstruct</code> method leads to circular reference <a href="https://redirect.github.com/spring-projects/spring-framework/issues/27876">#27876</a></li>
   <li>Incorrect reference information about CGLIB supported method visibility <a href="https://redirect.github.com/spring-projects/spring-framework/issues/25001">#25001</a></li>
   <li>Clarify documentation for <code>@Transactional</code> on interfaces <a href="https://redirect.github.com/spring-projects/spring-framework/issues/23538">#23538</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Micrometer 1.10.12 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31404">#31404</a></li>
   <li>Upgrade to Reactor 2022.0.12 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31405">#31405</a></li>
   </ul>
   <h2>:heart: Contributors</h2>
   <p>Thank you to all the contributors who worked on this release:</p>
   <p><a href="https://github.com/jihuayu"><code>@​jihuayu</code></a> and <a href="https://github.com/wfouche"><code>@​wfouche</code></a></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/dda5250b75c9a20636d04b9325254e25f960b7fb"><code>dda5250</code></a> Release v6.0.13</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/4bd54dffbca8ca587251fb58ad3c0b4823e5358d"><code>4bd54df</code></a> Upgrade to concourse-release-scripts 0.4.0-SNAPSHOT</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/86650d1a39f585b22e33425c59e9d07c9db139a1"><code>86650d1</code></a> Polishing</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/87424cd6057049a03c9e35074c744a97469df16c"><code>87424cd</code></a> Upgrade to SLF4J 2.0.9 and AspectJ 1.9.20.1</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/80e82cd43f1c2ec85c405bff4b8de6f36f6d6e59"><code>80e82cd</code></a> Do not close transactional Connection in doReleaseConnection</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/66ce8c9a253727c673f38e65554cefb7eb6a23fc"><code>66ce8c9</code></a> Properly return SQLExceptionTranslator-provided exception</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/e9fcb21d55c586062b7b74798a23e0dd283f22d0"><code>e9fcb21</code></a> Refine status KeyValue for HTTP server observations</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/ee9dff30c5828bcdbf120e83333a45bbe82f728b"><code>ee9dff3</code></a> Updated Java 17 version in sdkmanrc</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/21584108537c67762fa519d42c51a88a305d0934"><code>2158410</code></a> Revert &quot;Support Jackson's DatatypeFeature in Jackson2ObjectMapperBuilder&quot;</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/e0a55c2caad28a396555f8958128e91b3b837453"><code>e0a55c2</code></a> Upgrade to Micrometer 1.10.12 and Reactor 2022.0.12</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.27...v6.0.13">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-aop` from 5.3.27 to 6.0.13
   <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.0.13</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Improve diagnostics for negative repeated text count in SpEL <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31342">#31342</a></li>
   <li>Improve diagnostics when repeated text size calculation results in overflow in SpEL <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31341">#31341</a></li>
   <li><code>UnknownContentTypeException</code> is not <code>Serializable</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31283">#31283</a></li>
   <li>Reintroduce <code>FastClass</code> in CGLIB class names for <code>@Configuration</code> classes <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31272">#31272</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li><code>HibernateJpaDialect</code> and <code>HibernateExceptionTranslator</code> throw <code>SQLExceptionTranslator</code>-provided exception instead of returning it <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31409">#31409</a></li>
   <li>AnnotationScanner scanning leads to StackOverflowError with recursive annotation <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31400">#31400</a></li>
   <li><code>NamedParameterJdbcTemplate</code> throws unexpected exception for <code>null</code> query <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31391">#31391</a></li>
   <li>HTTP server exchange observations have incorrect UNKNOWN status tag if the client disconnected <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31388">#31388</a></li>
   <li>Breaking change from 6.0.11 to 6.0.12 if you expect query parameters in <code>@RequestBody</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31327">#31327</a></li>
   <li>SpEL's <code>CompoundExpression.toStringAST()</code> omits <code>?</code> for null-safe navigation <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31326">#31326</a></li>
   <li><code>ConcurrentLruCache</code> no longer supports capacity = 0 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31317">#31317</a></li>
   <li>Using R2dbc transactional and non transactional on a database connection pool will fail for Oracle. <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31268">#31268</a></li>
   <li>AOT-generated code no longer set bean class for beans created from a <code>@Bean</code> method <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31242">#31242</a></li>
   <li>CGLIB proxy classes are no longer cached properly <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31238">#31238</a></li>
   <li>Illegal reflective access in <code>ContextOverridingClassLoader.isEligibleForOverriding</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31232">#31232</a></li>
   <li>Fix RuntimeHintsPredicates matching rules for public/declared elements <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31224">#31224</a></li>
   <li>MultipartParser should respect read position <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31110">#31110</a></li>
   <li>WebClient reports 'Host is not specified' for URI with hostname and port, but without scheme <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31033">#31033</a></li>
   <li>R2DBC Connection is closed during transaction when using TransactionAwareConnectionFactoryProxy <a href="https://redirect.github.com/spring-projects/spring-framework/issues/28133">#28133</a></li>
   <li>SpEL cannot evaluate or compile expression with null-safe <code>void</code> method invocation <a href="https://redirect.github.com/spring-projects/spring-framework/issues/27421">#27421</a></li>
   <li><code>LazyResolutionMessage</code> does not implement proper <code>toString</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/21265">#21265</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Document Kotlin declaration site variance subtleties <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31370">#31370</a></li>
   <li>Add missing <code>conversionService</code> field in doc example <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31330">#31330</a></li>
   <li>Clarify documentation on Spring Web MVC pattern comparison <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31294">#31294</a></li>
   <li>Improved documentation for MethodParameter#getAnnotatedElement <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30397">#30397</a></li>
   <li>Javadoc for <code>BeanPropertyRowMapper.getColumnValue(ResultSet, int, Class)</code> is inconsistent with code <a href="https://redirect.github.com/spring-projects/spring-framework/issues/29285">#29285</a></li>
   <li>Referencing a <code>@Bean</code> method in a <code>@Configuration</code> class' <code>@PostConstruct</code> method leads to circular reference <a href="https://redirect.github.com/spring-projects/spring-framework/issues/27876">#27876</a></li>
   <li>Incorrect reference information about CGLIB supported method visibility <a href="https://redirect.github.com/spring-projects/spring-framework/issues/25001">#25001</a></li>
   <li>Clarify documentation for <code>@Transactional</code> on interfaces <a href="https://redirect.github.com/spring-projects/spring-framework/issues/23538">#23538</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Micrometer 1.10.12 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31404">#31404</a></li>
   <li>Upgrade to Reactor 2022.0.12 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31405">#31405</a></li>
   </ul>
   <h2>:heart: Contributors</h2>
   <p>Thank you to all the contributors who worked on this release:</p>
   <p><a href="https://github.com/jihuayu"><code>@​jihuayu</code></a> and <a href="https://github.com/wfouche"><code>@​wfouche</code></a></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/dda5250b75c9a20636d04b9325254e25f960b7fb"><code>dda5250</code></a> Release v6.0.13</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/4bd54dffbca8ca587251fb58ad3c0b4823e5358d"><code>4bd54df</code></a> Upgrade to concourse-release-scripts 0.4.0-SNAPSHOT</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/86650d1a39f585b22e33425c59e9d07c9db139a1"><code>86650d1</code></a> Polishing</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/87424cd6057049a03c9e35074c744a97469df16c"><code>87424cd</code></a> Upgrade to SLF4J 2.0.9 and AspectJ 1.9.20.1</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/80e82cd43f1c2ec85c405bff4b8de6f36f6d6e59"><code>80e82cd</code></a> Do not close transactional Connection in doReleaseConnection</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/66ce8c9a253727c673f38e65554cefb7eb6a23fc"><code>66ce8c9</code></a> Properly return SQLExceptionTranslator-provided exception</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/e9fcb21d55c586062b7b74798a23e0dd283f22d0"><code>e9fcb21</code></a> Refine status KeyValue for HTTP server observations</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/ee9dff30c5828bcdbf120e83333a45bbe82f728b"><code>ee9dff3</code></a> Updated Java 17 version in sdkmanrc</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/21584108537c67762fa519d42c51a88a305d0934"><code>2158410</code></a> Revert &quot;Support Jackson's DatatypeFeature in Jackson2ObjectMapperBuilder&quot;</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/e0a55c2caad28a396555f8958128e91b3b837453"><code>e0a55c2</code></a> Upgrade to Micrometer 1.10.12 and Reactor 2022.0.12</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.27...v6.0.13">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-aspects` from 5.3.27 to 6.0.13
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/spring-projects/spring-framework/releases">org.springframework:spring-aspects's releases</a>.</em></p>
   <blockquote>
   <h2>v6.0.13</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Improve diagnostics for negative repeated text count in SpEL <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31342">#31342</a></li>
   <li>Improve diagnostics when repeated text size calculation results in overflow in SpEL <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31341">#31341</a></li>
   <li><code>UnknownContentTypeException</code> is not <code>Serializable</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31283">#31283</a></li>
   <li>Reintroduce <code>FastClass</code> in CGLIB class names for <code>@Configuration</code> classes <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31272">#31272</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li><code>HibernateJpaDialect</code> and <code>HibernateExceptionTranslator</code> throw <code>SQLExceptionTranslator</code>-provided exception instead of returning it <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31409">#31409</a></li>
   <li>AnnotationScanner scanning leads to StackOverflowError with recursive annotation <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31400">#31400</a></li>
   <li><code>NamedParameterJdbcTemplate</code> throws unexpected exception for <code>null</code> query <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31391">#31391</a></li>
   <li>HTTP server exchange observations have incorrect UNKNOWN status tag if the client disconnected <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31388">#31388</a></li>
   <li>Breaking change from 6.0.11 to 6.0.12 if you expect query parameters in <code>@RequestBody</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31327">#31327</a></li>
   <li>SpEL's <code>CompoundExpression.toStringAST()</code> omits <code>?</code> for null-safe navigation <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31326">#31326</a></li>
   <li><code>ConcurrentLruCache</code> no longer supports capacity = 0 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31317">#31317</a></li>
   <li>Using R2dbc transactional and non transactional on a database connection pool will fail for Oracle. <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31268">#31268</a></li>
   <li>AOT-generated code no longer set bean class for beans created from a <code>@Bean</code> method <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31242">#31242</a></li>
   <li>CGLIB proxy classes are no longer cached properly <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31238">#31238</a></li>
   <li>Illegal reflective access in <code>ContextOverridingClassLoader.isEligibleForOverriding</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31232">#31232</a></li>
   <li>Fix RuntimeHintsPredicates matching rules for public/declared elements <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31224">#31224</a></li>
   <li>MultipartParser should respect read position <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31110">#31110</a></li>
   <li>WebClient reports 'Host is not specified' for URI with hostname and port, but without scheme <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31033">#31033</a></li>
   <li>R2DBC Connection is closed during transaction when using TransactionAwareConnectionFactoryProxy <a href="https://redirect.github.com/spring-projects/spring-framework/issues/28133">#28133</a></li>
   <li>SpEL cannot evaluate or compile expression with null-safe <code>void</code> method invocation <a href="https://redirect.github.com/spring-projects/spring-framework/issues/27421">#27421</a></li>
   <li><code>LazyResolutionMessage</code> does not implement proper <code>toString</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/21265">#21265</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Document Kotlin declaration site variance subtleties <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31370">#31370</a></li>
   <li>Add missing <code>conversionService</code> field in doc example <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31330">#31330</a></li>
   <li>Clarify documentation on Spring Web MVC pattern comparison <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31294">#31294</a></li>
   <li>Improved documentation for MethodParameter#getAnnotatedElement <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30397">#30397</a></li>
   <li>Javadoc for <code>BeanPropertyRowMapper.getColumnValue(ResultSet, int, Class)</code> is inconsistent with code <a href="https://redirect.github.com/spring-projects/spring-framework/issues/29285">#29285</a></li>
   <li>Referencing a <code>@Bean</code> method in a <code>@Configuration</code> class' <code>@PostConstruct</code> method leads to circular reference <a href="https://redirect.github.com/spring-projects/spring-framework/issues/27876">#27876</a></li>
   <li>Incorrect reference information about CGLIB supported method visibility <a href="https://redirect.github.com/spring-projects/spring-framework/issues/25001">#25001</a></li>
   <li>Clarify documentation for <code>@Transactional</code> on interfaces <a href="https://redirect.github.com/spring-projects/spring-framework/issues/23538">#23538</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Micrometer 1.10.12 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31404">#31404</a></li>
   <li>Upgrade to Reactor 2022.0.12 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31405">#31405</a></li>
   </ul>
   <h2>:heart: Contributors</h2>
   <p>Thank you to all the contributors who worked on this release:</p>
   <p><a href="https://github.com/jihuayu"><code>@​jihuayu</code></a> and <a href="https://github.com/wfouche"><code>@​wfouche</code></a></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/dda5250b75c9a20636d04b9325254e25f960b7fb"><code>dda5250</code></a> Release v6.0.13</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/4bd54dffbca8ca587251fb58ad3c0b4823e5358d"><code>4bd54df</code></a> Upgrade to concourse-release-scripts 0.4.0-SNAPSHOT</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/86650d1a39f585b22e33425c59e9d07c9db139a1"><code>86650d1</code></a> Polishing</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/87424cd6057049a03c9e35074c744a97469df16c"><code>87424cd</code></a> Upgrade to SLF4J 2.0.9 and AspectJ 1.9.20.1</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/80e82cd43f1c2ec85c405bff4b8de6f36f6d6e59"><code>80e82cd</code></a> Do not close transactional Connection in doReleaseConnection</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/66ce8c9a253727c673f38e65554cefb7eb6a23fc"><code>66ce8c9</code></a> Properly return SQLExceptionTranslator-provided exception</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/e9fcb21d55c586062b7b74798a23e0dd283f22d0"><code>e9fcb21</code></a> Refine status KeyValue for HTTP server observations</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/ee9dff30c5828bcdbf120e83333a45bbe82f728b"><code>ee9dff3</code></a> Updated Java 17 version in sdkmanrc</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/21584108537c67762fa519d42c51a88a305d0934"><code>2158410</code></a> Revert &quot;Support Jackson's DatatypeFeature in Jackson2ObjectMapperBuilder&quot;</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/e0a55c2caad28a396555f8958128e91b3b837453"><code>e0a55c2</code></a> Upgrade to Micrometer 1.10.12 and Reactor 2022.0.12</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.27...v6.0.13">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-beans` from 5.3.27 to 6.0.13
   <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.0.13</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Improve diagnostics for negative repeated text count in SpEL <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31342">#31342</a></li>
   <li>Improve diagnostics when repeated text size calculation results in overflow in SpEL <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31341">#31341</a></li>
   <li><code>UnknownContentTypeException</code> is not <code>Serializable</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31283">#31283</a></li>
   <li>Reintroduce <code>FastClass</code> in CGLIB class names for <code>@Configuration</code> classes <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31272">#31272</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li><code>HibernateJpaDialect</code> and <code>HibernateExceptionTranslator</code> throw <code>SQLExceptionTranslator</code>-provided exception instead of returning it <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31409">#31409</a></li>
   <li>AnnotationScanner scanning leads to StackOverflowError with recursive annotation <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31400">#31400</a></li>
   <li><code>NamedParameterJdbcTemplate</code> throws unexpected exception for <code>null</code> query <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31391">#31391</a></li>
   <li>HTTP server exchange observations have incorrect UNKNOWN status tag if the client disconnected <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31388">#31388</a></li>
   <li>Breaking change from 6.0.11 to 6.0.12 if you expect query parameters in <code>@RequestBody</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31327">#31327</a></li>
   <li>SpEL's <code>CompoundExpression.toStringAST()</code> omits <code>?</code> for null-safe navigation <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31326">#31326</a></li>
   <li><code>ConcurrentLruCache</code> no longer supports capacity = 0 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31317">#31317</a></li>
   <li>Using R2dbc transactional and non transactional on a database connection pool will fail for Oracle. <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31268">#31268</a></li>
   <li>AOT-generated code no longer set bean class for beans created from a <code>@Bean</code> method <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31242">#31242</a></li>
   <li>CGLIB proxy classes are no longer cached properly <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31238">#31238</a></li>
   <li>Illegal reflective access in <code>ContextOverridingClassLoader.isEligibleForOverriding</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31232">#31232</a></li>
   <li>Fix RuntimeHintsPredicates matching rules for public/declared elements <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31224">#31224</a></li>
   <li>MultipartParser should respect read position <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31110">#31110</a></li>
   <li>WebClient reports 'Host is not specified' for URI with hostname and port, but without scheme <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31033">#31033</a></li>
   <li>R2DBC Connection is closed during transaction when using TransactionAwareConnectionFactoryProxy <a href="https://redirect.github.com/spring-projects/spring-framework/issues/28133">#28133</a></li>
   <li>SpEL cannot evaluate or compile expression with null-safe <code>void</code> method invocation <a href="https://redirect.github.com/spring-projects/spring-framework/issues/27421">#27421</a></li>
   <li><code>LazyResolutionMessage</code> does not implement proper <code>toString</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/21265">#21265</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Document Kotlin declaration site variance subtleties <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31370">#31370</a></li>
   <li>Add missing <code>conversionService</code> field in doc example <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31330">#31330</a></li>
   <li>Clarify documentation on Spring Web MVC pattern comparison <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31294">#31294</a></li>
   <li>Improved documentation for MethodParameter#getAnnotatedElement <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30397">#30397</a></li>
   <li>Javadoc for <code>BeanPropertyRowMapper.getColumnValue(ResultSet, int, Class)</code> is inconsistent with code <a href="https://redirect.github.com/spring-projects/spring-framework/issues/29285">#29285</a></li>
   <li>Referencing a <code>@Bean</code> method in a <code>@Configuration</code> class' <code>@PostConstruct</code> method leads to circular reference <a href="https://redirect.github.com/spring-projects/spring-framework/issues/27876">#27876</a></li>
   <li>Incorrect reference information about CGLIB supported method visibility <a href="https://redirect.github.com/spring-projects/spring-framework/issues/25001">#25001</a></li>
   <li>Clarify documentation for <code>@Transactional</code> on interfaces <a href="https://redirect.github.com/spring-projects/spring-framework/issues/23538">#23538</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Micrometer 1.10.12 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31404">#31404</a></li>
   <li>Upgrade to Reactor 2022.0.12 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31405">#31405</a></li>
   </ul>
   <h2>:heart: Contributors</h2>
   <p>Thank you to all the contributors who worked on this release:</p>
   <p><a href="https://github.com/jihuayu"><code>@​jihuayu</code></a> and <a href="https://github.com/wfouche"><code>@​wfouche</code></a></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/dda5250b75c9a20636d04b9325254e25f960b7fb"><code>dda5250</code></a> Release v6.0.13</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/4bd54dffbca8ca587251fb58ad3c0b4823e5358d"><code>4bd54df</code></a> Upgrade to concourse-release-scripts 0.4.0-SNAPSHOT</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/86650d1a39f585b22e33425c59e9d07c9db139a1"><code>86650d1</code></a> Polishing</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/87424cd6057049a03c9e35074c744a97469df16c"><code>87424cd</code></a> Upgrade to SLF4J 2.0.9 and AspectJ 1.9.20.1</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/80e82cd43f1c2ec85c405bff4b8de6f36f6d6e59"><code>80e82cd</code></a> Do not close transactional Connection in doReleaseConnection</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/66ce8c9a253727c673f38e65554cefb7eb6a23fc"><code>66ce8c9</code></a> Properly return SQLExceptionTranslator-provided exception</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/e9fcb21d55c586062b7b74798a23e0dd283f22d0"><code>e9fcb21</code></a> Refine status KeyValue for HTTP server observations</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/ee9dff30c5828bcdbf120e83333a45bbe82f728b"><code>ee9dff3</code></a> Updated Java 17 version in sdkmanrc</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/21584108537c67762fa519d42c51a88a305d0934"><code>2158410</code></a> Revert &quot;Support Jackson's DatatypeFeature in Jackson2ObjectMapperBuilder&quot;</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/e0a55c2caad28a396555f8958128e91b3b837453"><code>e0a55c2</code></a> Upgrade to Micrometer 1.10.12 and Reactor 2022.0.12</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.27...v6.0.13">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-test` from 5.3.27 to 6.0.13
   <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.0.13</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Improve diagnostics for negative repeated text count in SpEL <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31342">#31342</a></li>
   <li>Improve diagnostics when repeated text size calculation results in overflow in SpEL <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31341">#31341</a></li>
   <li><code>UnknownContentTypeException</code> is not <code>Serializable</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31283">#31283</a></li>
   <li>Reintroduce <code>FastClass</code> in CGLIB class names for <code>@Configuration</code> classes <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31272">#31272</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li><code>HibernateJpaDialect</code> and <code>HibernateExceptionTranslator</code> throw <code>SQLExceptionTranslator</code>-provided exception instead of returning it <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31409">#31409</a></li>
   <li>AnnotationScanner scanning leads to StackOverflowError with recursive annotation <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31400">#31400</a></li>
   <li><code>NamedParameterJdbcTemplate</code> throws unexpected exception for <code>null</code> query <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31391">#31391</a></li>
   <li>HTTP server exchange observations have incorrect UNKNOWN status tag if the client disconnected <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31388">#31388</a></li>
   <li>Breaking change from 6.0.11 to 6.0.12 if you expect query parameters in <code>@RequestBody</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31327">#31327</a></li>
   <li>SpEL's <code>CompoundExpression.toStringAST()</code> omits <code>?</code> for null-safe navigation <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31326">#31326</a></li>
   <li><code>ConcurrentLruCache</code> no longer supports capacity = 0 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31317">#31317</a></li>
   <li>Using R2dbc transactional and non transactional on a database connection pool will fail for Oracle. <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31268">#31268</a></li>
   <li>AOT-generated code no longer set bean class for beans created from a <code>@Bean</code> method <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31242">#31242</a></li>
   <li>CGLIB proxy classes are no longer cached properly <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31238">#31238</a></li>
   <li>Illegal reflective access in <code>ContextOverridingClassLoader.isEligibleForOverriding</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31232">#31232</a></li>
   <li>Fix RuntimeHintsPredicates matching rules for public/declared elements <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31224">#31224</a></li>
   <li>MultipartParser should respect read position <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31110">#31110</a></li>
   <li>WebClient reports 'Host is not specified' for URI with hostname and port, but without scheme <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31033">#31033</a></li>
   <li>R2DBC Connection is closed during transaction when using TransactionAwareConnectionFactoryProxy <a href="https://redirect.github.com/spring-projects/spring-framework/issues/28133">#28133</a></li>
   <li>SpEL cannot evaluate or compile expression with null-safe <code>void</code> method invocation <a href="https://redirect.github.com/spring-projects/spring-framework/issues/27421">#27421</a></li>
   <li><code>LazyResolutionMessage</code> does not implement proper <code>toString</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/21265">#21265</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Document Kotlin declaration site variance subtleties <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31370">#31370</a></li>
   <li>Add missing <code>conversionService</code> field in doc example <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31330">#31330</a></li>
   <li>Clarify documentation on Spring Web MVC pattern comparison <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31294">#31294</a></li>
   <li>Improved documentation for MethodParameter#getAnnotatedElement <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30397">#30397</a></li>
   <li>Javadoc for <code>BeanPropertyRowMapper.getColumnValue(ResultSet, int, Class)</code> is inconsistent with code <a href="https://redirect.github.com/spring-projects/spring-framework/issues/29285">#29285</a></li>
   <li>Referencing a <code>@Bean</code> method in a <code>@Configuration</code> class' <code>@PostConstruct</code> method leads to circular reference <a href="https://redirect.github.com/spring-projects/spring-framework/issues/27876">#27876</a></li>
   <li>Incorrect reference information about CGLIB supported method visibility <a href="https://redirect.github.com/spring-projects/spring-framework/issues/25001">#25001</a></li>
   <li>Clarify documentation for <code>@Transactional</code> on interfaces <a href="https://redirect.github.com/spring-projects/spring-framework/issues/23538">#23538</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Micrometer 1.10.12 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31404">#31404</a></li>
   <li>Upgrade to Reactor 2022.0.12 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31405">#31405</a></li>
   </ul>
   <h2>:heart: Contributors</h2>
   <p>Thank you to all the contributors who worked on this release:</p>
   <p><a href="https://github.com/jihuayu"><code>@​jihuayu</code></a> and <a href="https://github.com/wfouche"><code>@​wfouche</code></a></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/dda5250b75c9a20636d04b9325254e25f960b7fb"><code>dda5250</code></a> Release v6.0.13</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/4bd54dffbca8ca587251fb58ad3c0b4823e5358d"><code>4bd54df</code></a> Upgrade to concourse-release-scripts 0.4.0-SNAPSHOT</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/86650d1a39f585b22e33425c59e9d07c9db139a1"><code>86650d1</code></a> Polishing</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/87424cd6057049a03c9e35074c744a97469df16c"><code>87424cd</code></a> Upgrade to SLF4J 2.0.9 and AspectJ 1.9.20.1</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/80e82cd43f1c2ec85c405bff4b8de6f36f6d6e59"><code>80e82cd</code></a> Do not close transactional Connection in doReleaseConnection</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/66ce8c9a253727c673f38e65554cefb7eb6a23fc"><code>66ce8c9</code></a> Properly return SQLExceptionTranslator-provided exception</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/e9fcb21d55c586062b7b74798a23e0dd283f22d0"><code>e9fcb21</code></a> Refine status KeyValue for HTTP server observations</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/ee9dff30c5828bcdbf120e83333a45bbe82f728b"><code>ee9dff3</code></a> Updated Java 17 version in sdkmanrc</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/21584108537c67762fa519d42c51a88a305d0934"><code>2158410</code></a> Revert &quot;Support Jackson's DatatypeFeature in Jackson2ObjectMapperBuilder&quot;</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/e0a55c2caad28a396555f8958128e91b3b837453"><code>e0a55c2</code></a> Upgrade to Micrometer 1.10.12 and Reactor 2022.0.12</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.27...v6.0.13">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-context-support` from 5.3.27 to 6.0.13
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/spring-projects/spring-framework/releases">org.springframework:spring-context-support's releases</a>.</em></p>
   <blockquote>
   <h2>v6.0.13</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Improve diagnostics for negative repeated text count in SpEL <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31342">#31342</a></li>
   <li>Improve diagnostics when repeated text size calculation results in overflow in SpEL <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31341">#31341</a></li>
   <li><code>UnknownContentTypeException</code> is not <code>Serializable</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31283">#31283</a></li>
   <li>Reintroduce <code>FastClass</code> in CGLIB class names for <code>@Configuration</code> classes <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31272">#31272</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li><code>HibernateJpaDialect</code> and <code>HibernateExceptionTranslator</code> throw <code>SQLExceptionTranslator</code>-provided exception instead of returning it <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31409">#31409</a></li>
   <li>AnnotationScanner scanning leads to StackOverflowError with recursive annotation <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31400">#31400</a></li>
   <li><code>NamedParameterJdbcTemplate</code> throws unexpected exception for <code>null</code> query <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31391">#31391</a></li>
   <li>HTTP server exchange observations have incorrect UNKNOWN status tag if the client disconnected <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31388">#31388</a></li>
   <li>Breaking change from 6.0.11 to 6.0.12 if you expect query parameters in <code>@RequestBody</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31327">#31327</a></li>
   <li>SpEL's <code>CompoundExpression.toStringAST()</code> omits <code>?</code> for null-safe navigation <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31326">#31326</a></li>
   <li><code>ConcurrentLruCache</code> no longer supports capacity = 0 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31317">#31317</a></li>
   <li>Using R2dbc transactional and non transactional on a database connection pool will fail for Oracle. <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31268">#31268</a></li>
   <li>AOT-generated code no longer set bean class for beans created from a <code>@Bean</code> method <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31242">#31242</a></li>
   <li>CGLIB proxy classes are no longer cached properly <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31238">#31238</a></li>
   <li>Illegal reflective access in <code>ContextOverridingClassLoader.isEligibleForOverriding</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31232">#31232</a></li>
   <li>Fix RuntimeHintsPredicates matching rules for public/declared elements <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31224">#31224</a></li>
   <li>MultipartParser should respect read position <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31110">#31110</a></li>
   <li>WebClient reports 'Host is not specified' for URI with hostname and port, but without scheme <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31033">#31033</a></li>
   <li>R2DBC Connection is closed during transaction when using TransactionAwareConnectionFactoryProxy <a href="https://redirect.github.com/spring-projects/spring-framework/issues/28133">#28133</a></li>
   <li>SpEL cannot evaluate or compile expression with null-safe <code>void</code> method invocation <a href="https://redirect.github.com/spring-projects/spring-framework/issues/27421">#27421</a></li>
   <li><code>LazyResolutionMessage</code> does not implement proper <code>toString</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/21265">#21265</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Document Kotlin declaration site variance subtleties <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31370">#31370</a></li>
   <li>Add missing <code>conversionService</code> field in doc example <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31330">#31330</a></li>
   <li>Clarify documentation on Spring Web MVC pattern comparison <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31294">#31294</a></li>
   <li>Improved documentation for MethodParameter#getAnnotatedElement <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30397">#30397</a></li>
   <li>Javadoc for <code>BeanPropertyRowMapper.getColumnValue(ResultSet, int, Class)</code> is inconsistent with code <a href="https://redirect.github.com/spring-projects/spring-framework/issues/29285">#29285</a></li>
   <li>Referencing a <code>@Bean</code> method in a <code>@Configuration</code> class' <code>@PostConstruct</code> method leads to circular reference <a href="https://redirect.github.com/spring-projects/spring-framework/issues/27876">#27876</a></li>
   <li>Incorrect reference information about CGLIB supported method visibility <a href="https://redirect.github.com/spring-projects/spring-framework/issues/25001">#25001</a></li>
   <li>Clarify documentation for <code>@Transactional</code> on interfaces <a href="https://redirect.github.com/spring-projects/spring-framework/issues/23538">#23538</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Micrometer 1.10.12 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31404">#31404</a></li>
   <li>Upgrade to Reactor 2022.0.12 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31405">#31405</a></li>
   </ul>
   <h2>:heart: Contributors</h2>
   <p>Thank you to all the contributors who worked on this release:</p>
   <p><a href="https://github.com/jihuayu"><code>@​jihuayu</code></a> and <a href="https://github.com/wfouche"><code>@​wfouche</code></a></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/dda5250b75c9a20636d04b9325254e25f960b7fb"><code>dda5250</code></a> Release v6.0.13</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/4bd54dffbca8ca587251fb58ad3c0b4823e5358d"><code>4bd54df</code></a> Upgrade to concourse-release-scripts 0.4.0-SNAPSHOT</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/86650d1a39f585b22e33425c59e9d07c9db139a1"><code>86650d1</code></a> Polishing</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/87424cd6057049a03c9e35074c744a97469df16c"><code>87424cd</code></a> Upgrade to SLF4J 2.0.9 and AspectJ 1.9.20.1</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/80e82cd43f1c2ec85c405bff4b8de6f36f6d6e59"><code>80e82cd</code></a> Do not close transactional Connection in doReleaseConnection</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/66ce8c9a253727c673f38e65554cefb7eb6a23fc"><code>66ce8c9</code></a> Properly return SQLExceptionTranslator-provided exception</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/e9fcb21d55c586062b7b74798a23e0dd283f22d0"><code>e9fcb21</code></a> Refine status KeyValue for HTTP server observations</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/ee9dff30c5828bcdbf120e83333a45bbe82f728b"><code>ee9dff3</code></a> Updated Java 17 version in sdkmanrc</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/21584108537c67762fa519d42c51a88a305d0934"><code>2158410</code></a> Revert &quot;Support Jackson's DatatypeFeature in Jackson2ObjectMapperBuilder&quot;</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/e0a55c2caad28a396555f8958128e91b3b837453"><code>e0a55c2</code></a> Upgrade to Micrometer 1.10.12 and Reactor 2022.0.12</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.27...v6.0.13">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-web` from 5.3.27 to 6.0.13
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/spring-projects/spring-framework/releases">org.springframework:spring-web's releases</a>.</em></p>
   <blockquote>
   <h2>v6.0.13</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Improve diagnostics for negative repeated text count in SpEL <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31342">#31342</a></li>
   <li>Improve diagnostics when repeated text size calculation results in overflow in SpEL <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31341">#31341</a></li>
   <li><code>UnknownContentTypeException</code> is not <code>Serializable</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31283">#31283</a></li>
   <li>Reintroduce <code>FastClass</code> in CGLIB class names for <code>@Configuration</code> classes <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31272">#31272</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li><code>HibernateJpaDialect</code> and <code>HibernateExceptionTranslator</code> throw <code>SQLExceptionTranslator</code>-provided exception instead of returning it <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31409">#31409</a></li>
   <li>AnnotationScanner scanning leads to StackOverflowError with recursive annotation <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31400">#31400</a></li>
   <li><code>NamedParameterJdbcTemplate</code> throws unexpected exception for <code>null</code> query <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31391">#31391</a></li>
   <li>HTTP server exchange observations have incorrect UNKNOWN status tag if the client disconnected <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31388">#31388</a></li>
   <li>Breaking change from 6.0.11 to 6.0.12 if you expect query parameters in <code>@RequestBody</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31327">#31327</a></li>
   <li>SpEL's <code>CompoundExpression.toStringAST()</code> omits <code>?</code> for null-safe navigation <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31326">#31326</a></li>
   <li><code>ConcurrentLruCache</code> no longer supports capacity = 0 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31317">#31317</a></li>
   <li>Using R2dbc transactional and non transactional on a database connection pool will fail for Oracle. <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31268">#31268</a></li>
   <li>AOT-generated code no longer set bean class for beans created from a <code>@Bean</code> method <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31242">#31242</a></li>
   <li>CGLIB proxy classes are no longer cached properly <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31238">#31238</a></li>
   <li>Illegal reflective access in <code>ContextOverridingClassLoader.isEligibleForOverriding</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31232">#31232</a></li>
   <li>Fix RuntimeHintsPredicates matching rules for public/declared elements <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31224">#31224</a></li>
   <li>MultipartParser should respect read position <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31110">#31110</a></li>
   <li>WebClient reports 'Host is not specified' for URI with hostname and port, but without scheme <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31033">#31033</a></li>
   <li>R2DBC Connection is closed during transaction when using TransactionAwareConnectionFactoryProxy <a href="https://redirect.github.com/spring-projects/spring-framework/issues/28133">#28133</a></li>
   <li>SpEL cannot evaluate or compile expression with null-safe <code>void</code> method invocation <a href="https://redirect.github.com/spring-projects/spring-framework/issues/27421">#27421</a></li>
   <li><code>LazyResolutionMessage</code> does not implement proper <code>toString</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/21265">#21265</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Document Kotlin declaration site variance subtleties <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31370">#31370</a></li>
   <li>Add missing <code>conversionService</code> field in doc example <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31330">#31330</a></li>
   <li>Cla...
   
   _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@struts.apache.org

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


Re: [PR] Bump spring.platformVersion from 5.3.27 to 6.0.13 [struts]

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #769:
URL: https://github.com/apache/struts/pull/769#issuecomment-1763710914

   OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
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: issues-unsubscribe@struts.apache.org

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


Re: [PR] Bump spring.platformVersion from 5.3.27 to 6.0.13 [struts]

Posted by "lukaszlenart (via GitHub)" <gi...@apache.org>.
lukaszlenart closed pull request #769: Bump spring.platformVersion from 5.3.27 to 6.0.13
URL: https://github.com/apache/struts/pull/769


-- 
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@struts.apache.org

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