upgrading from Spring Boot 3.0.x
to 3.1.0
doesn't work
#1051
Labels
for: eclipse
something that is specific for Eclipse
status: needs-investigation
theme: refactoring
type: bug
Milestone
Upgrading a Spring Boot 3.0.x project to Spring Boot 3.1.0 using the quick fix for the "new minor version available" information marker doesn't work (does nothing on the UI), but throws an internal exception.
Two important pieces that I have in mind here:
Steps to reproduce:
pom.xml
file and switch the parent version to3.0.7
The following exception occurs:
Another problem of this is, that the quick fix sounds like you should upgrade to Spring Boot 3.0, even though the project is already on Spring Boot 3.0.7 and you would like to upgrade to Spring Boot 3.1. So we need to fix that part as well.
The text was updated successfully, but these errors were encountered: