Closed
Description
We want to support migrations to Spring Framework 6.2, as part of a migration to Spring Boot 3.4.
Here's a quick link to the release notes: https://github.com/spring-projects/spring-framework/wiki/Spring-Framework-6.2-Release-Notes
And here's an incomplete list of necessary steps for this migration:
- Deprecated APIs removed in Remove APIs deprecated for removal in 6.2 spring-projects/spring-framework#30608
- Additional APIs removed in Remove additional APIs deprecated for removal in 6.2 spring-projects/spring-framework#33123
- WebContentGenerator removed in Remove deprecated API from WebContentGenerator spring-projects/spring-framework#31492
- Migrating from HtmlUnit 2.x.x to HtmlUnit 3.x.x as per https://htmlunit.sourceforge.io/migration.html
-
Move HtmlUnit migrations to rewrite-testing-frameworks rewrite-testing-frameworks#643 - Include the HtmlUnit migrations with the Spring Framework 6.2 upgrade: https://docs.openrewrite.org/recipes/java/testing/htmlunit/upgradehtmlunit_3
-
We welcome anyone to pick off individual items here in pull requests, even if it's just a draft PR with unit tests added.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done