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/11/17 04:04:36 UTC

[GitHub] [maven-indexer] dependabot[bot] opened a new pull request, #265: Bump version.spring from 5.3.23 to 6.0.0

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

   Bumps `version.spring` from 5.3.23 to 6.0.0.
   Updates `spring-beans` from 5.3.23 to 6.0.0
   <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>v6.0.0</h2>
   <p>See <a href="https://github.com/spring-projects/spring-framework/wiki/What%27s-New-in-Spring-Framework-6.x">What's New in Spring Framework 6.x</a> and <a href="https://github.com/spring-projects/spring-framework/wiki/Upgrading-to-Spring-Framework-6.x">Upgrading to Spring Framework 6.x</a> for upgrade instructions and details of new features.</p>
   <h2>:star: New Features</h2>
   <ul>
   <li>Avoid direct URL construction and URL equality checks <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29486">#29486</a></li>
   <li>Simplify creating RFC 7807 responses from functional endpoints  <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29462">#29462</a></li>
   <li>Allow test classes to provide runtime hints via declarative mechanisms <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29455">#29455</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Align javadoc of DefaultParameterNameDiscoverer with its behavior <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29494">#29494</a></li>
   <li>Document AOT support in the TestContext framework <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29482">#29482</a></li>
   <li>Document Ahead of Time processing in the reference guide <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29350">#29350</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Reactor 2022.0.0 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29465">#29465</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/ophiuhus"><code>@​ophiuhus</code></a> and <a href="https://github.com/wilkinsona"><code>@​wilkinsona</code></a></p>
   <h2>v6.0.0-RC4</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Introduce DataFieldMaxValueIncrementer for SQL Server sequences <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29447">#29447</a></li>
   <li>Introduce findAllAnnotationsOnBean variant on ListableBeanFactory <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29446">#29446</a></li>
   <li>Introduce support for Jakarta WebSocket 2.1 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29436">#29436</a></li>
   <li>Allow <code>@ControllerAdvice</code> in WebFlux to handle exceptions before a handler is selected <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22991">#22991</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Bean with unresolved generics do not use fallback algorithms with AOT <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29454">#29454</a></li>
   <li>TomcatRequestUpgradeStrategy is not compatible with Tomcat 10.1 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29434">#29434</a></li>
   <li>Autowiring of a generic type produced by a factory bean fails after AOT processing <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29385">#29385</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Reference PDF containing full docs not available <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28451">#28451</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Revisit Servlet API baseline: Servlet 6.0 in the build, Servlet 5.0 compatibility at runtime   <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29435">#29435</a></li>
   <li>Upgrade to Context Propagation 1.0.0 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29442">#29442</a></li>
   <li>Upgrade to Jackson 2.14.0 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29351">#29351</a></li>
   <li>Upgrade to Micrometer 1.10.0 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29441">#29441</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/5a30a43b753a971ac8bf4005a8ccddeaff439d7e"><code>5a30a43</code></a> Release v6.0.0</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/42856bab164dd0b9d92dbb1cd42acce66d491ffa"><code>42856ba</code></a> Add milestone repo for optional Netty 5 support</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/9be6cea012b2c5ac55e862329ccb9103e978f3d2"><code>9be6cea</code></a> Polishing deprecated methods</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/37b439182e4aacf48b33d9c1ad3201a2ef5a6f13"><code>37b4391</code></a> Align javadoc of DefaultParameterNameDiscoverer with its behavior</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/09a58a55bf7882f24352c0bb2ecf742c14c22cc3"><code>09a58a5</code></a> Polish</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/10f4ad1a44a7031b84a9f43578a5d37135ad21da"><code>10f4ad1</code></a> Assert fixed in DefaultErrorResponseBuilder</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/9457ed342dde2dbeaae7cb694a9a73ce9092b2ec"><code>9457ed3</code></a> Document AOT support in the TestContext framework</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/074ec976555d730c2abfd80baf7106d1a4dd4417"><code>074ec97</code></a> Fix section formatting in the testing chapter</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/9ede4afc345a224b6eabd145fdf5da08dfabcde9"><code>9ede4af</code></a> Revert &quot;Ignore HttpComponents Javadoc&quot;</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/bfc125105f1de470dabfedea2c71401adfac049f"><code>bfc1251</code></a> Merge branch '5.3.x'</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.23...v6.0.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-context` from 5.3.23 to 6.0.0
   <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>v6.0.0</h2>
   <p>See <a href="https://github.com/spring-projects/spring-framework/wiki/What%27s-New-in-Spring-Framework-6.x">What's New in Spring Framework 6.x</a> and <a href="https://github.com/spring-projects/spring-framework/wiki/Upgrading-to-Spring-Framework-6.x">Upgrading to Spring Framework 6.x</a> for upgrade instructions and details of new features.</p>
   <h2>:star: New Features</h2>
   <ul>
   <li>Avoid direct URL construction and URL equality checks <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29486">#29486</a></li>
   <li>Simplify creating RFC 7807 responses from functional endpoints  <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29462">#29462</a></li>
   <li>Allow test classes to provide runtime hints via declarative mechanisms <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29455">#29455</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Align javadoc of DefaultParameterNameDiscoverer with its behavior <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29494">#29494</a></li>
   <li>Document AOT support in the TestContext framework <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29482">#29482</a></li>
   <li>Document Ahead of Time processing in the reference guide <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29350">#29350</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Reactor 2022.0.0 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29465">#29465</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/ophiuhus"><code>@​ophiuhus</code></a> and <a href="https://github.com/wilkinsona"><code>@​wilkinsona</code></a></p>
   <h2>v6.0.0-RC4</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Introduce DataFieldMaxValueIncrementer for SQL Server sequences <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29447">#29447</a></li>
   <li>Introduce findAllAnnotationsOnBean variant on ListableBeanFactory <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29446">#29446</a></li>
   <li>Introduce support for Jakarta WebSocket 2.1 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29436">#29436</a></li>
   <li>Allow <code>@ControllerAdvice</code> in WebFlux to handle exceptions before a handler is selected <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22991">#22991</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Bean with unresolved generics do not use fallback algorithms with AOT <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29454">#29454</a></li>
   <li>TomcatRequestUpgradeStrategy is not compatible with Tomcat 10.1 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29434">#29434</a></li>
   <li>Autowiring of a generic type produced by a factory bean fails after AOT processing <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29385">#29385</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Reference PDF containing full docs not available <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28451">#28451</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Revisit Servlet API baseline: Servlet 6.0 in the build, Servlet 5.0 compatibility at runtime   <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29435">#29435</a></li>
   <li>Upgrade to Context Propagation 1.0.0 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29442">#29442</a></li>
   <li>Upgrade to Jackson 2.14.0 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29351">#29351</a></li>
   <li>Upgrade to Micrometer 1.10.0 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29441">#29441</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/5a30a43b753a971ac8bf4005a8ccddeaff439d7e"><code>5a30a43</code></a> Release v6.0.0</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/42856bab164dd0b9d92dbb1cd42acce66d491ffa"><code>42856ba</code></a> Add milestone repo for optional Netty 5 support</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/9be6cea012b2c5ac55e862329ccb9103e978f3d2"><code>9be6cea</code></a> Polishing deprecated methods</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/37b439182e4aacf48b33d9c1ad3201a2ef5a6f13"><code>37b4391</code></a> Align javadoc of DefaultParameterNameDiscoverer with its behavior</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/09a58a55bf7882f24352c0bb2ecf742c14c22cc3"><code>09a58a5</code></a> Polish</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/10f4ad1a44a7031b84a9f43578a5d37135ad21da"><code>10f4ad1</code></a> Assert fixed in DefaultErrorResponseBuilder</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/9457ed342dde2dbeaae7cb694a9a73ce9092b2ec"><code>9457ed3</code></a> Document AOT support in the TestContext framework</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/074ec976555d730c2abfd80baf7106d1a4dd4417"><code>074ec97</code></a> Fix section formatting in the testing chapter</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/9ede4afc345a224b6eabd145fdf5da08dfabcde9"><code>9ede4af</code></a> Revert &quot;Ignore HttpComponents Javadoc&quot;</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/bfc125105f1de470dabfedea2c71401adfac049f"><code>bfc1251</code></a> Merge branch '5.3.x'</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.23...v6.0.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-core` from 5.3.23 to 6.0.0
   <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>v6.0.0</h2>
   <p>See <a href="https://github.com/spring-projects/spring-framework/wiki/What%27s-New-in-Spring-Framework-6.x">What's New in Spring Framework 6.x</a> and <a href="https://github.com/spring-projects/spring-framework/wiki/Upgrading-to-Spring-Framework-6.x">Upgrading to Spring Framework 6.x</a> for upgrade instructions and details of new features.</p>
   <h2>:star: New Features</h2>
   <ul>
   <li>Avoid direct URL construction and URL equality checks <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29486">#29486</a></li>
   <li>Simplify creating RFC 7807 responses from functional endpoints  <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29462">#29462</a></li>
   <li>Allow test classes to provide runtime hints via declarative mechanisms <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29455">#29455</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Align javadoc of DefaultParameterNameDiscoverer with its behavior <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29494">#29494</a></li>
   <li>Document AOT support in the TestContext framework <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29482">#29482</a></li>
   <li>Document Ahead of Time processing in the reference guide <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29350">#29350</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Reactor 2022.0.0 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29465">#29465</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/ophiuhus"><code>@​ophiuhus</code></a> and <a href="https://github.com/wilkinsona"><code>@​wilkinsona</code></a></p>
   <h2>v6.0.0-RC4</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Introduce DataFieldMaxValueIncrementer for SQL Server sequences <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29447">#29447</a></li>
   <li>Introduce findAllAnnotationsOnBean variant on ListableBeanFactory <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29446">#29446</a></li>
   <li>Introduce support for Jakarta WebSocket 2.1 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29436">#29436</a></li>
   <li>Allow <code>@ControllerAdvice</code> in WebFlux to handle exceptions before a handler is selected <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22991">#22991</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Bean with unresolved generics do not use fallback algorithms with AOT <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29454">#29454</a></li>
   <li>TomcatRequestUpgradeStrategy is not compatible with Tomcat 10.1 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29434">#29434</a></li>
   <li>Autowiring of a generic type produced by a factory bean fails after AOT processing <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29385">#29385</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Reference PDF containing full docs not available <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28451">#28451</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Revisit Servlet API baseline: Servlet 6.0 in the build, Servlet 5.0 compatibility at runtime   <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29435">#29435</a></li>
   <li>Upgrade to Context Propagation 1.0.0 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29442">#29442</a></li>
   <li>Upgrade to Jackson 2.14.0 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29351">#29351</a></li>
   <li>Upgrade to Micrometer 1.10.0 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29441">#29441</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/5a30a43b753a971ac8bf4005a8ccddeaff439d7e"><code>5a30a43</code></a> Release v6.0.0</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/42856bab164dd0b9d92dbb1cd42acce66d491ffa"><code>42856ba</code></a> Add milestone repo for optional Netty 5 support</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/9be6cea012b2c5ac55e862329ccb9103e978f3d2"><code>9be6cea</code></a> Polishing deprecated methods</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/37b439182e4aacf48b33d9c1ad3201a2ef5a6f13"><code>37b4391</code></a> Align javadoc of DefaultParameterNameDiscoverer with its behavior</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/09a58a55bf7882f24352c0bb2ecf742c14c22cc3"><code>09a58a5</code></a> Polish</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/10f4ad1a44a7031b84a9f43578a5d37135ad21da"><code>10f4ad1</code></a> Assert fixed in DefaultErrorResponseBuilder</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/9457ed342dde2dbeaae7cb694a9a73ce9092b2ec"><code>9457ed3</code></a> Document AOT support in the TestContext framework</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/074ec976555d730c2abfd80baf7106d1a4dd4417"><code>074ec97</code></a> Fix section formatting in the testing chapter</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/9ede4afc345a224b6eabd145fdf5da08dfabcde9"><code>9ede4af</code></a> Revert &quot;Ignore HttpComponents Javadoc&quot;</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/bfc125105f1de470dabfedea2c71401adfac049f"><code>bfc1251</code></a> Merge branch '5.3.x'</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.23...v6.0.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-test` from 5.3.23 to 6.0.0
   <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>v6.0.0</h2>
   <p>See <a href="https://github.com/spring-projects/spring-framework/wiki/What%27s-New-in-Spring-Framework-6.x">What's New in Spring Framework 6.x</a> and <a href="https://github.com/spring-projects/spring-framework/wiki/Upgrading-to-Spring-Framework-6.x">Upgrading to Spring Framework 6.x</a> for upgrade instructions and details of new features.</p>
   <h2>:star: New Features</h2>
   <ul>
   <li>Avoid direct URL construction and URL equality checks <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29486">#29486</a></li>
   <li>Simplify creating RFC 7807 responses from functional endpoints  <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29462">#29462</a></li>
   <li>Allow test classes to provide runtime hints via declarative mechanisms <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29455">#29455</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Align javadoc of DefaultParameterNameDiscoverer with its behavior <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29494">#29494</a></li>
   <li>Document AOT support in the TestContext framework <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29482">#29482</a></li>
   <li>Document Ahead of Time processing in the reference guide <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29350">#29350</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Reactor 2022.0.0 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29465">#29465</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/ophiuhus"><code>@​ophiuhus</code></a> and <a href="https://github.com/wilkinsona"><code>@​wilkinsona</code></a></p>
   <h2>v6.0.0-RC4</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Introduce DataFieldMaxValueIncrementer for SQL Server sequences <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29447">#29447</a></li>
   <li>Introduce findAllAnnotationsOnBean variant on ListableBeanFactory <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29446">#29446</a></li>
   <li>Introduce support for Jakarta WebSocket 2.1 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29436">#29436</a></li>
   <li>Allow <code>@ControllerAdvice</code> in WebFlux to handle exceptions before a handler is selected <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/22991">#22991</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Bean with unresolved generics do not use fallback algorithms with AOT <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29454">#29454</a></li>
   <li>TomcatRequestUpgradeStrategy is not compatible with Tomcat 10.1 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29434">#29434</a></li>
   <li>Autowiring of a generic type produced by a factory bean fails after AOT processing <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29385">#29385</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Reference PDF containing full docs not available <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28451">#28451</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Revisit Servlet API baseline: Servlet 6.0 in the build, Servlet 5.0 compatibility at runtime   <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29435">#29435</a></li>
   <li>Upgrade to Context Propagation 1.0.0 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29442">#29442</a></li>
   <li>Upgrade to Jackson 2.14.0 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29351">#29351</a></li>
   <li>Upgrade to Micrometer 1.10.0 <a href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29441">#29441</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/5a30a43b753a971ac8bf4005a8ccddeaff439d7e"><code>5a30a43</code></a> Release v6.0.0</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/42856bab164dd0b9d92dbb1cd42acce66d491ffa"><code>42856ba</code></a> Add milestone repo for optional Netty 5 support</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/9be6cea012b2c5ac55e862329ccb9103e978f3d2"><code>9be6cea</code></a> Polishing deprecated methods</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/37b439182e4aacf48b33d9c1ad3201a2ef5a6f13"><code>37b4391</code></a> Align javadoc of DefaultParameterNameDiscoverer with its behavior</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/09a58a55bf7882f24352c0bb2ecf742c14c22cc3"><code>09a58a5</code></a> Polish</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/10f4ad1a44a7031b84a9f43578a5d37135ad21da"><code>10f4ad1</code></a> Assert fixed in DefaultErrorResponseBuilder</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/9457ed342dde2dbeaae7cb694a9a73ce9092b2ec"><code>9457ed3</code></a> Document AOT support in the TestContext framework</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/074ec976555d730c2abfd80baf7106d1a4dd4417"><code>074ec97</code></a> Fix section formatting in the testing chapter</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/9ede4afc345a224b6eabd145fdf5da08dfabcde9"><code>9ede4af</code></a> Revert &quot;Ignore HttpComponents Javadoc&quot;</li>
   <li><a href="https://github.com/spring-projects/spring-framework/commit/bfc125105f1de470dabfedea2c71401adfac049f"><code>bfc1251</code></a> Merge branch '5.3.x'</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.23...v6.0.0">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 #265: Bump version.spring from 5.3.23 to 6.0.0

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #265: Bump version.spring from 5.3.23 to 6.0.0
URL: https://github.com/apache/maven-indexer/pull/265


-- 
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 #265: Bump version.spring from 5.3.23 to 6.0.0

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

   Superseded by #272.


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