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] enhance Spring Boot version validation with quick fix to update #886

Closed
martinlippert opened this issue Nov 10, 2022 · 1 comment
Assignees
Labels
for: eclipse something that is specific for Eclipse for: vscode something that is specific for VSCode theme: refactoring type: enhancement

Comments

@martinlippert
Copy link
Member

Each of the validation messages for Spring Boot versions (newer patch, minor, major version) should get a quick fix to execute the update automatically. When doing that, the updates should execute the corresponding recipes to switch the project (and the quick fix should make that very very clear).

  • patch version: simple recipe to change the version in the pom.xml file - nothing else
  • minor and major version: simple recipe to change the version in the pom.xml file - nothing else
  • minor and major version: full conversion recipe to upgrade the whole project - all inclusive

This gives users the choice whether they want to change just the version in the pom file (for minor and major version changes) or execute the all-inclusive aggregated recipe to change the whole project.

If there is no aggregated recipe around for the specific version upgrade, only the simple one should show up.

@martinlippert martinlippert added type: enhancement for: eclipse something that is specific for Eclipse for: vscode something that is specific for VSCode theme: refactoring labels Nov 10, 2022
@martinlippert martinlippert added this to the 4.17.0.RELEASE milestone Nov 10, 2022
@martinlippert
Copy link
Member Author

Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
for: eclipse something that is specific for Eclipse for: vscode something that is specific for VSCode theme: refactoring type: enhancement
Projects
None yet
Development

No branches or pull requests

3 participants