[refactoring] enhance Spring Boot version validation with quick fix to update #886
Labels
for: eclipse
something that is specific for Eclipse
for: vscode
something that is specific for VSCode
theme: refactoring
type: enhancement
Milestone
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).
pom.xml
file - nothing elsepom.xml
file - nothing elseThis 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.
The text was updated successfully, but these errors were encountered: