-
Notifications
You must be signed in to change notification settings - Fork 96
Recipes to upgrade to Spring Framework 6.2 #627
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi any tentative time to get Spring Boot 3.4 recipe ready? As I have tried activeRecipe("org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_4") but it's not working and showing org.openrewrite.RecipeException: Recipe(s) not found: org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_4 Also are we going to include changes of @mockBean & @sypbean as per https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.4-Release-Notes#deprecation-of-mockbean-and-spybean |
hi! Those recipes first have to be written and contributed to the project; I've logged a small break down of tasks for Spring Boot: Welcome to help out on either the steps here or on that other issue. |
org.springframework.web.reactive.HandlerResult.setExceptionHandler
method
#690
This PR from @wapkch helpfully includes some of the steps above already: |
Uh oh!
There was an error while loading. Please reload this page.
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:
org.springframework.web.reactive.HandlerResult.hasExceptionHandler
togetExceptionHandler()
method #693org.springframework.util.Base64Utils
tojava.util.Base64
#689Move HtmlUnit migrations to rewrite-testing-frameworks rewrite-testing-frameworks#643We welcome anyone to pick off individual items here in pull requests, even if it's just a draft PR with unit tests added.
The text was updated successfully, but these errors were encountered: