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
Things to clarify:
We understand the libraries that ship with Boot 3 have changed. this should automagically be upgraded by specifying right parent pom.
@sanagaraj-pivotal
The recipe (finder) should find any dependencies that would be managed by spring boot with a declared version set.
The user should be asked to remove the version to make the dependency managed by boot.
Additionally, a recipe is offered which does this.
https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0.0-M1-Release-Notes#dependency-upgrades
What needs to be done
Verify if any dependency is set to a different version than the one expected by Spring Boot 3 and inform the user about the conflict
Finder
Find all dependencies from the list that are declared in a pom.xml with a version explicitly set.
Also consider dependencies in #167
Recipe
Remove the version
Report
TODO: inform about the implications and required steps to proceed with the upgrade
Sbm30_Finder<T>
) to find dependencies managed by Boot with explicit version setSbu30_UpgradeSectionBuilder
)Additional Information
Would this make a good "best practices" recipe?
Like: "Find dependencies with explicit version set which should be managed by boot"
The text was updated successfully, but these errors were encountered: