You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/02/21 04:46:10 UTC

[GitHub] [maven-indexer] dependabot[bot] opened a new pull request #181: Bump version.spring from 5.3.15 to 5.3.16

dependabot[bot] opened a new pull request #181:
URL: https://github.com/apache/maven-indexer/pull/181


   Bumps `version.spring` from 5.3.15 to 5.3.16.
   Updates `spring-beans` from 5.3.15 to 5.3.16
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/spring-projects/spring-framework/releases">spring-beans's releases</a>.</em></p>
   <blockquote>
   <h2>v5.3.16</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Deprecate SocketUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28052">#28052</a></li>
   <li>Add convenience factory method for ManagedList, ManagedSet and ManagedMap <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28026">#28026</a></li>
   <li>Synthesized annotation toString() doesn't match non-synthesized annotation on Java 9+ <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28015">#28015</a></li>
   <li>Add support for strict JSON comparison in WebTestClient <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27993">#27993</a></li>
   <li>Improve log message when searching for default executor for async processing <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27983">#27983</a></li>
   <li>Inconsistent behaviour in spring-orm between EntityManagerFactoryUtils.closeEntityManager() and SessionFactoryUtils.closeSession() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27972">#27972</a></li>
   <li>Spring AOP cannot generate proxy for lambda on Java 16+ <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27971">#27971</a></li>
   <li>RestTemplate reading Json prohibits JDK HttpClient connection reuse (keep-alive) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27969">#27969</a></li>
   <li>Deprecate AsyncTaskExecutor.execute(Runnable task, long startTimeout) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27959">#27959</a></li>
   <li>Add CacheErrorHandler implementation that logs exceptions rather than rethrowing them <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27826">#27826</a></li>
   <li>Support for CGLIB BeanMap utility on JDK 17 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27802">#27802</a></li>
   <li>Avoid message listener recovery in case of persistence exceptions from external transaction manager <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/1807">#1807</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Fix CronExpression fails to calculate next execution on the day of daylight saving time <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/28044">#28044</a></li>
   <li>CronExpression fails to calculate next execution on the day of daylight saving time <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28038">#28038</a></li>
   <li>Using recursive annotations in Kotlin causes stack overflow <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28012">#28012</a></li>
   <li>Add formatting for SockJS close GoAway frame to prevent infinite loop for xhr-polling and xhr-streaming transport <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/28000">#28000</a></li>
   <li>Reflective method invocation does not detect interface method when interface is declared in a subclass (e.g. HashMap.HashIterator.hasNext) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27995">#27995</a></li>
   <li>ReflectionUtils.USER_DECLARED_METHODS does not filter methods declared in java.lang.Object <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27970">#27970</a></li>
   <li>CronExpression doesn't handle Quartz weekday of month expressions correctly <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27966">#27966</a></li>
   <li>ServletServerHttpRequest getHeaders() throws IllegalArgumentException instead of ignoring invalid content type <em>/</em> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27957">#27957</a></li>
   <li>PropertySourcesPlaceholderConfigurer ignores ignoreUnresolvablePlaceholders flag <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27947">#27947</a></li>
   <li>Fix regression in BeanPropertyRowMapper regarding underscore name <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27941">#27941</a></li>
   <li>WebClient corrupts binary data when trying to upload many files <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27939">#27939</a></li>
   <li>Spring fails to determine XML is XSD-based if DOCTYPE appears in a comment <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27915">#27915</a></li>
   <li>ResourceHttpRequestHandler with PathPatternParser cannot resolve resources with a jsessionid URL <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27913">#27913</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Improve documentation for uri(URI) method in WebTestClient regarding base URI <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28058">#28058</a></li>
   <li>Polish reference docs (core) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/28004">#28004</a></li>
   <li>Fix ServletUriComponentsBuilder examples in ref docs <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27984">#27984</a></li>
   <li>Improve documentation for implementing AspectJ around advice <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27980">#27980</a></li>
   <li>Fix CaffeineCacheManager configuration in the documentation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27967">#27967</a></li>
   <li>Fix Javadoc links to JSR 305 annotations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27904">#27904</a></li>
   <li>Document how to register annotated classes with a GenericWebApplicationContext <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27778">#27778</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Reactor 2020.0.16 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28039">#28039</a></li>
   </ul>
   <h2>:heart: Contributors</h2>
   <p>We'd like to thank all the contributors who worked on this release!</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/ab5a6a5e48e90acc85db8a99f840c9937672d4cc"><code>ab5a6a5</code></a> Release v5.3.16</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/f8a59c267f318e06522fdfa968c9b251cf1b07d9"><code>f8a59c2</code></a> Polishing</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/1166577d2c7f1a2b2dba84ba3f1026f5b3ca9b2a"><code>1166577</code></a> Upgrade to Netty 4.1.74, Jetty 9.4.45, Undertow 2.2.16, Hibernate Validator 6...</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/36dc4e4c5f3827cf9f13a691c8007cc5f2a46f17"><code>36dc4e4</code></a> Add mavenCentral() to pluginManagement repositories</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/3ac60147f3b9a37f136f25fcd60d145c49110251"><code>3ac6014</code></a> Improve documentation for uri(URI) method in WebTestClient</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/e3ceb9b23dacbed3db0811b7535cbe07ccda58cb"><code>e3ceb9b</code></a> Polish <a href="https://github.com/Target"><code>@​Target</code></a> declarations for stereotype annotations</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/5ab966fbdefc33840ff2ac4c12b26a6c306b59cf"><code>5ab966f</code></a> Polish contribution</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/7276752e7cbc87aead678ae84ec8a83e7603a141"><code>7276752</code></a> Fix CronExpression issue with DST</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/685a195ba17be18479ab682f808b14d8c586b3fa"><code>685a195</code></a> Deprecate SocketUtils</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/3188c0f7db54cffdb95e7127e2adde959dd078f9"><code>3188c0f</code></a> Ensure fix for <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28012">gh-28012</a> is actually tested</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.15...v5.3.16">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-context` from 5.3.15 to 5.3.16
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/spring-projects/spring-framework/releases">spring-context's releases</a>.</em></p>
   <blockquote>
   <h2>v5.3.16</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Deprecate SocketUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28052">#28052</a></li>
   <li>Add convenience factory method for ManagedList, ManagedSet and ManagedMap <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28026">#28026</a></li>
   <li>Synthesized annotation toString() doesn't match non-synthesized annotation on Java 9+ <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28015">#28015</a></li>
   <li>Add support for strict JSON comparison in WebTestClient <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27993">#27993</a></li>
   <li>Improve log message when searching for default executor for async processing <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27983">#27983</a></li>
   <li>Inconsistent behaviour in spring-orm between EntityManagerFactoryUtils.closeEntityManager() and SessionFactoryUtils.closeSession() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27972">#27972</a></li>
   <li>Spring AOP cannot generate proxy for lambda on Java 16+ <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27971">#27971</a></li>
   <li>RestTemplate reading Json prohibits JDK HttpClient connection reuse (keep-alive) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27969">#27969</a></li>
   <li>Deprecate AsyncTaskExecutor.execute(Runnable task, long startTimeout) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27959">#27959</a></li>
   <li>Add CacheErrorHandler implementation that logs exceptions rather than rethrowing them <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27826">#27826</a></li>
   <li>Support for CGLIB BeanMap utility on JDK 17 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27802">#27802</a></li>
   <li>Avoid message listener recovery in case of persistence exceptions from external transaction manager <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/1807">#1807</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Fix CronExpression fails to calculate next execution on the day of daylight saving time <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/28044">#28044</a></li>
   <li>CronExpression fails to calculate next execution on the day of daylight saving time <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28038">#28038</a></li>
   <li>Using recursive annotations in Kotlin causes stack overflow <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28012">#28012</a></li>
   <li>Add formatting for SockJS close GoAway frame to prevent infinite loop for xhr-polling and xhr-streaming transport <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/28000">#28000</a></li>
   <li>Reflective method invocation does not detect interface method when interface is declared in a subclass (e.g. HashMap.HashIterator.hasNext) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27995">#27995</a></li>
   <li>ReflectionUtils.USER_DECLARED_METHODS does not filter methods declared in java.lang.Object <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27970">#27970</a></li>
   <li>CronExpression doesn't handle Quartz weekday of month expressions correctly <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27966">#27966</a></li>
   <li>ServletServerHttpRequest getHeaders() throws IllegalArgumentException instead of ignoring invalid content type <em>/</em> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27957">#27957</a></li>
   <li>PropertySourcesPlaceholderConfigurer ignores ignoreUnresolvablePlaceholders flag <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27947">#27947</a></li>
   <li>Fix regression in BeanPropertyRowMapper regarding underscore name <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27941">#27941</a></li>
   <li>WebClient corrupts binary data when trying to upload many files <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27939">#27939</a></li>
   <li>Spring fails to determine XML is XSD-based if DOCTYPE appears in a comment <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27915">#27915</a></li>
   <li>ResourceHttpRequestHandler with PathPatternParser cannot resolve resources with a jsessionid URL <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27913">#27913</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Improve documentation for uri(URI) method in WebTestClient regarding base URI <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28058">#28058</a></li>
   <li>Polish reference docs (core) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/28004">#28004</a></li>
   <li>Fix ServletUriComponentsBuilder examples in ref docs <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27984">#27984</a></li>
   <li>Improve documentation for implementing AspectJ around advice <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27980">#27980</a></li>
   <li>Fix CaffeineCacheManager configuration in the documentation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27967">#27967</a></li>
   <li>Fix Javadoc links to JSR 305 annotations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27904">#27904</a></li>
   <li>Document how to register annotated classes with a GenericWebApplicationContext <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27778">#27778</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Reactor 2020.0.16 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28039">#28039</a></li>
   </ul>
   <h2>:heart: Contributors</h2>
   <p>We'd like to thank all the contributors who worked on this release!</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/ab5a6a5e48e90acc85db8a99f840c9937672d4cc"><code>ab5a6a5</code></a> Release v5.3.16</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/f8a59c267f318e06522fdfa968c9b251cf1b07d9"><code>f8a59c2</code></a> Polishing</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/1166577d2c7f1a2b2dba84ba3f1026f5b3ca9b2a"><code>1166577</code></a> Upgrade to Netty 4.1.74, Jetty 9.4.45, Undertow 2.2.16, Hibernate Validator 6...</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/36dc4e4c5f3827cf9f13a691c8007cc5f2a46f17"><code>36dc4e4</code></a> Add mavenCentral() to pluginManagement repositories</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/3ac60147f3b9a37f136f25fcd60d145c49110251"><code>3ac6014</code></a> Improve documentation for uri(URI) method in WebTestClient</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/e3ceb9b23dacbed3db0811b7535cbe07ccda58cb"><code>e3ceb9b</code></a> Polish <a href="https://github.com/Target"><code>@​Target</code></a> declarations for stereotype annotations</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/5ab966fbdefc33840ff2ac4c12b26a6c306b59cf"><code>5ab966f</code></a> Polish contribution</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/7276752e7cbc87aead678ae84ec8a83e7603a141"><code>7276752</code></a> Fix CronExpression issue with DST</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/685a195ba17be18479ab682f808b14d8c586b3fa"><code>685a195</code></a> Deprecate SocketUtils</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/3188c0f7db54cffdb95e7127e2adde959dd078f9"><code>3188c0f</code></a> Ensure fix for <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28012">gh-28012</a> is actually tested</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.15...v5.3.16">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-core` from 5.3.15 to 5.3.16
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/spring-projects/spring-framework/releases">spring-core's releases</a>.</em></p>
   <blockquote>
   <h2>v5.3.16</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Deprecate SocketUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28052">#28052</a></li>
   <li>Add convenience factory method for ManagedList, ManagedSet and ManagedMap <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28026">#28026</a></li>
   <li>Synthesized annotation toString() doesn't match non-synthesized annotation on Java 9+ <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28015">#28015</a></li>
   <li>Add support for strict JSON comparison in WebTestClient <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27993">#27993</a></li>
   <li>Improve log message when searching for default executor for async processing <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27983">#27983</a></li>
   <li>Inconsistent behaviour in spring-orm between EntityManagerFactoryUtils.closeEntityManager() and SessionFactoryUtils.closeSession() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27972">#27972</a></li>
   <li>Spring AOP cannot generate proxy for lambda on Java 16+ <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27971">#27971</a></li>
   <li>RestTemplate reading Json prohibits JDK HttpClient connection reuse (keep-alive) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27969">#27969</a></li>
   <li>Deprecate AsyncTaskExecutor.execute(Runnable task, long startTimeout) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27959">#27959</a></li>
   <li>Add CacheErrorHandler implementation that logs exceptions rather than rethrowing them <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27826">#27826</a></li>
   <li>Support for CGLIB BeanMap utility on JDK 17 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27802">#27802</a></li>
   <li>Avoid message listener recovery in case of persistence exceptions from external transaction manager <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/1807">#1807</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Fix CronExpression fails to calculate next execution on the day of daylight saving time <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/28044">#28044</a></li>
   <li>CronExpression fails to calculate next execution on the day of daylight saving time <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28038">#28038</a></li>
   <li>Using recursive annotations in Kotlin causes stack overflow <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28012">#28012</a></li>
   <li>Add formatting for SockJS close GoAway frame to prevent infinite loop for xhr-polling and xhr-streaming transport <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/28000">#28000</a></li>
   <li>Reflective method invocation does not detect interface method when interface is declared in a subclass (e.g. HashMap.HashIterator.hasNext) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27995">#27995</a></li>
   <li>ReflectionUtils.USER_DECLARED_METHODS does not filter methods declared in java.lang.Object <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27970">#27970</a></li>
   <li>CronExpression doesn't handle Quartz weekday of month expressions correctly <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27966">#27966</a></li>
   <li>ServletServerHttpRequest getHeaders() throws IllegalArgumentException instead of ignoring invalid content type <em>/</em> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27957">#27957</a></li>
   <li>PropertySourcesPlaceholderConfigurer ignores ignoreUnresolvablePlaceholders flag <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27947">#27947</a></li>
   <li>Fix regression in BeanPropertyRowMapper regarding underscore name <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27941">#27941</a></li>
   <li>WebClient corrupts binary data when trying to upload many files <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27939">#27939</a></li>
   <li>Spring fails to determine XML is XSD-based if DOCTYPE appears in a comment <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27915">#27915</a></li>
   <li>ResourceHttpRequestHandler with PathPatternParser cannot resolve resources with a jsessionid URL <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27913">#27913</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Improve documentation for uri(URI) method in WebTestClient regarding base URI <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28058">#28058</a></li>
   <li>Polish reference docs (core) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/28004">#28004</a></li>
   <li>Fix ServletUriComponentsBuilder examples in ref docs <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27984">#27984</a></li>
   <li>Improve documentation for implementing AspectJ around advice <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27980">#27980</a></li>
   <li>Fix CaffeineCacheManager configuration in the documentation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27967">#27967</a></li>
   <li>Fix Javadoc links to JSR 305 annotations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27904">#27904</a></li>
   <li>Document how to register annotated classes with a GenericWebApplicationContext <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27778">#27778</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Reactor 2020.0.16 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28039">#28039</a></li>
   </ul>
   <h2>:heart: Contributors</h2>
   <p>We'd like to thank all the contributors who worked on this release!</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/ab5a6a5e48e90acc85db8a99f840c9937672d4cc"><code>ab5a6a5</code></a> Release v5.3.16</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/f8a59c267f318e06522fdfa968c9b251cf1b07d9"><code>f8a59c2</code></a> Polishing</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/1166577d2c7f1a2b2dba84ba3f1026f5b3ca9b2a"><code>1166577</code></a> Upgrade to Netty 4.1.74, Jetty 9.4.45, Undertow 2.2.16, Hibernate Validator 6...</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/36dc4e4c5f3827cf9f13a691c8007cc5f2a46f17"><code>36dc4e4</code></a> Add mavenCentral() to pluginManagement repositories</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/3ac60147f3b9a37f136f25fcd60d145c49110251"><code>3ac6014</code></a> Improve documentation for uri(URI) method in WebTestClient</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/e3ceb9b23dacbed3db0811b7535cbe07ccda58cb"><code>e3ceb9b</code></a> Polish <a href="https://github.com/Target"><code>@​Target</code></a> declarations for stereotype annotations</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/5ab966fbdefc33840ff2ac4c12b26a6c306b59cf"><code>5ab966f</code></a> Polish contribution</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/7276752e7cbc87aead678ae84ec8a83e7603a141"><code>7276752</code></a> Fix CronExpression issue with DST</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/685a195ba17be18479ab682f808b14d8c586b3fa"><code>685a195</code></a> Deprecate SocketUtils</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/3188c0f7db54cffdb95e7127e2adde959dd078f9"><code>3188c0f</code></a> Ensure fix for <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28012">gh-28012</a> is actually tested</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.15...v5.3.16">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-test` from 5.3.15 to 5.3.16
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/spring-projects/spring-framework/releases">spring-test's releases</a>.</em></p>
   <blockquote>
   <h2>v5.3.16</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Deprecate SocketUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28052">#28052</a></li>
   <li>Add convenience factory method for ManagedList, ManagedSet and ManagedMap <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28026">#28026</a></li>
   <li>Synthesized annotation toString() doesn't match non-synthesized annotation on Java 9+ <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28015">#28015</a></li>
   <li>Add support for strict JSON comparison in WebTestClient <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27993">#27993</a></li>
   <li>Improve log message when searching for default executor for async processing <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27983">#27983</a></li>
   <li>Inconsistent behaviour in spring-orm between EntityManagerFactoryUtils.closeEntityManager() and SessionFactoryUtils.closeSession() <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27972">#27972</a></li>
   <li>Spring AOP cannot generate proxy for lambda on Java 16+ <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27971">#27971</a></li>
   <li>RestTemplate reading Json prohibits JDK HttpClient connection reuse (keep-alive) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27969">#27969</a></li>
   <li>Deprecate AsyncTaskExecutor.execute(Runnable task, long startTimeout) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27959">#27959</a></li>
   <li>Add CacheErrorHandler implementation that logs exceptions rather than rethrowing them <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27826">#27826</a></li>
   <li>Support for CGLIB BeanMap utility on JDK 17 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27802">#27802</a></li>
   <li>Avoid message listener recovery in case of persistence exceptions from external transaction manager <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/1807">#1807</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Fix CronExpression fails to calculate next execution on the day of daylight saving time <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/28044">#28044</a></li>
   <li>CronExpression fails to calculate next execution on the day of daylight saving time <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28038">#28038</a></li>
   <li>Using recursive annotations in Kotlin causes stack overflow <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28012">#28012</a></li>
   <li>Add formatting for SockJS close GoAway frame to prevent infinite loop for xhr-polling and xhr-streaming transport <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/28000">#28000</a></li>
   <li>Reflective method invocation does not detect interface method when interface is declared in a subclass (e.g. HashMap.HashIterator.hasNext) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27995">#27995</a></li>
   <li>ReflectionUtils.USER_DECLARED_METHODS does not filter methods declared in java.lang.Object <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27970">#27970</a></li>
   <li>CronExpression doesn't handle Quartz weekday of month expressions correctly <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27966">#27966</a></li>
   <li>ServletServerHttpRequest getHeaders() throws IllegalArgumentException instead of ignoring invalid content type <em>/</em> <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27957">#27957</a></li>
   <li>PropertySourcesPlaceholderConfigurer ignores ignoreUnresolvablePlaceholders flag <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27947">#27947</a></li>
   <li>Fix regression in BeanPropertyRowMapper regarding underscore name <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27941">#27941</a></li>
   <li>WebClient corrupts binary data when trying to upload many files <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27939">#27939</a></li>
   <li>Spring fails to determine XML is XSD-based if DOCTYPE appears in a comment <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27915">#27915</a></li>
   <li>ResourceHttpRequestHandler with PathPatternParser cannot resolve resources with a jsessionid URL <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27913">#27913</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Improve documentation for uri(URI) method in WebTestClient regarding base URI <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28058">#28058</a></li>
   <li>Polish reference docs (core) <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/28004">#28004</a></li>
   <li>Fix ServletUriComponentsBuilder examples in ref docs <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27984">#27984</a></li>
   <li>Improve documentation for implementing AspectJ around advice <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27980">#27980</a></li>
   <li>Fix CaffeineCacheManager configuration in the documentation <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/27967">#27967</a></li>
   <li>Fix Javadoc links to JSR 305 annotations <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27904">#27904</a></li>
   <li>Document how to register annotated classes with a GenericWebApplicationContext <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27778">#27778</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Reactor 2020.0.16 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28039">#28039</a></li>
   </ul>
   <h2>:heart: Contributors</h2>
   <p>We'd like to thank all the contributors who worked on this release!</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/ab5a6a5e48e90acc85db8a99f840c9937672d4cc"><code>ab5a6a5</code></a> Release v5.3.16</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/f8a59c267f318e06522fdfa968c9b251cf1b07d9"><code>f8a59c2</code></a> Polishing</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/1166577d2c7f1a2b2dba84ba3f1026f5b3ca9b2a"><code>1166577</code></a> Upgrade to Netty 4.1.74, Jetty 9.4.45, Undertow 2.2.16, Hibernate Validator 6...</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/36dc4e4c5f3827cf9f13a691c8007cc5f2a46f17"><code>36dc4e4</code></a> Add mavenCentral() to pluginManagement repositories</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/3ac60147f3b9a37f136f25fcd60d145c49110251"><code>3ac6014</code></a> Improve documentation for uri(URI) method in WebTestClient</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/e3ceb9b23dacbed3db0811b7535cbe07ccda58cb"><code>e3ceb9b</code></a> Polish <a href="https://github.com/Target"><code>@​Target</code></a> declarations for stereotype annotations</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/5ab966fbdefc33840ff2ac4c12b26a6c306b59cf"><code>5ab966f</code></a> Polish contribution</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/7276752e7cbc87aead678ae84ec8a83e7603a141"><code>7276752</code></a> Fix CronExpression issue with DST</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/685a195ba17be18479ab682f808b14d8c586b3fa"><code>685a195</code></a> Deprecate SocketUtils</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/3188c0f7db54cffdb95e7127e2adde959dd078f9"><code>3188c0f</code></a> Ensure fix for <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28012">gh-28012</a> is actually tested</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.15...v5.3.16">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

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



[GitHub] [maven-indexer] dependabot[bot] closed pull request #181: Bump version.spring from 5.3.15 to 5.3.16

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #181:
URL: https://github.com/apache/maven-indexer/pull/181


   


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

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



[GitHub] [maven-indexer] dependabot[bot] commented on pull request #181: Bump version.spring from 5.3.15 to 5.3.16

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on pull request #181:
URL: https://github.com/apache/maven-indexer/pull/181#issuecomment-1078648128


   Superseded by #189.


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

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