Skip to content
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

[refactoring] when converting a project to Spring Boot 3, always use the latest 3.0.x version #869

Closed
martinlippert opened this issue Nov 7, 2022 · 2 comments

Comments

@martinlippert
Copy link
Member

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.

@BoykoAlex
Copy link
Contributor

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.

@BoykoAlex
Copy link
Contributor

Should be fixed with 61d6d1d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants