Java EE to Spring 3.x.x #4475
-
|
Hi OpenRewrite Community, I would like to know if there is a streamlined (preferably documented) way to migrate from Java EE to Spring Boot 3.x.x using OpenRewrite. Cheers! |
Beta Was this translation helpful? Give feedback.
Answered by
timtebeek
Apr 11, 2026
Replies: 1 comment
-
|
There's no single recipe for Java EE → Spring Boot 3.x, but the combination of these gets you most of the way:
You'd typically run the Jakarta migration first, then apply the Spring Boot 3.x upgrade recipes. See the Spring Boot 3.x migration guide on the OpenRewrite docs for the recommended composite recipe. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
timtebeek
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's no single recipe for Java EE → Spring Boot 3.x, but the combination of these gets you most of the way:
You'd typically run the Jakarta migration first, then apply the Spring Boot 3.x upgrade recipes. See the Spring Boot 3.x migration guide on the OpenRewrite docs for the recommended composite recipe.