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
Currently, an error in a autoPerform DataUpgrade do not stop application of subsequent upgrade. We mark upgrade as failed and we continue with next upgrades.
We need to allow a DataUpgrade to stop upgrades and to stop application startup.
DataUpgradeManagerImpl should be moved from basic-application to igloo.
Currently, an error in a autoPerform DataUpgrade do not stop application of subsequent upgrade. We mark upgrade as failed and we continue with next upgrades.
We need to allow a DataUpgrade to stop upgrades and to stop application startup.
DataUpgradeManagerImpl should be moved from basic-application to igloo.
See https://github.com/igloo-project/igloo-parent/blob/dev/basic-application/basic-application-core/src/main/java/org/iglooproject/basicapp/core/business/upgrade/service/DataUpgradeManagerImpl.java#L49
The text was updated successfully, but these errors were encountered: