Branch: refs/heads/XWIKI-21783 Home: https://github.com/xwiki/xwiki-platform Commit: e594e3f1ac10bad55598eee2454ae9816d1a556a https://github.com/xwiki/xwiki-platform/commit/e594e3f1ac10bad55598eee2454ae... Author: Simon Urli <simon.urli@xwiki.com> Date: 2024-01-12 (Fri, 12 Jan 2024) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/migration/AbstractDataMigrationManager.java Log Message: ----------- XWIKI-21783: Add a check to ensure we don't have two migrations with same DB version * Fail the data migration manager initialization if two migrations are found with same version. Commit: 83d9b3f6d28b0ec0faf664a17c3788972957c49a https://github.com/xwiki/xwiki-platform/commit/83d9b3f6d28b0ec0faf664a17c378... Author: Simon Urli <simon.urli@xwiki.com> Date: 2024-01-12 (Fri, 12 Jan 2024) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/migration/AbstractDataMigrationManager.java Log Message: ----------- XWIKI-21783: Add a check to ensure we don't have two migrations with same DB version * Improve the check to actually check all migrations but only log warnings if the migration is ignored, to avoid blocking the initialization. Compare: https://github.com/xwiki/xwiki-platform/compare/b7eebde36669...83d9b3f6d28b