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
Before just running the recipe(s) to upgrade from Spring Boot 2.7.x to 3.0.0 there must be some verification of preconditions. Some changes cannot be automatically be migrated and applying automated recipes for such applications would leave the application in a broken state without any explanation to the user.
We decided to keep the report as in the upgrade recipes to 2.5, at least for the preconditions.
What needs to be done
Collect all breaking changes in this issue
Implement finders for all breaking changes found (See: DatabaseDriverGaeFinder)
Before attempting an automated migration this precondition should be checked (See: DatabaseDriverGaeSectionBuilder)
If a precondition is not met the user should be informed and where possible information about possible mitigations should be provided. (done by the builder and rendered into the report)
labels: ["upgrade:boot-recipe","3.0.0"]
Before just running the recipe(s) to upgrade from Spring Boot 2.7.x to 3.0.0 there must be some verification of preconditions. Some changes cannot be automatically be migrated and applying automated recipes for such applications would leave the application in a broken state without any explanation to the user.
We decided to keep the report as in the upgrade recipes to 2.5, at least for the preconditions.
What needs to be done
DatabaseDriverGaeFinder
)DatabaseDriverGaeSectionBuilder
)Related issues
DatabaseDriver.GAE
#207The text was updated successfully, but these errors were encountered: