You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we convert a project to use Spring Boot 3 using the recipes from OpenRewrite, we need to make sure that we always convert the project to the latest 3.0.x version and that we don't need to ship a new tooling version for patch releases.
A new minor release (3.1.x) might be different though.
The text was updated successfully, but these errors were encountered:
Tried changing this now. Looks like recipes don't support newVersion: 3.0.x-SNAPSHOT. Instead the recipe supports: newVersion: 3.0.x. Therefore, we'd have to wait for Boot 3 to be released and then can switch 3.0.x in the recipe.
When we convert a project to use Spring Boot 3 using the recipes from OpenRewrite, we need to make sure that we always convert the project to the latest 3.0.x version and that we don't need to ship a new tooling version for patch releases.
A new minor release (3.1.x) might be different though.
The text was updated successfully, but these errors were encountered: