Branch: refs/heads/XWIKI-21783
Home: https://github.com/xwiki/xwiki-platform
Commit: b7eebde36669766ef62c9639cb67c9d1601fd4b4
https://github.com/xwiki/xwiki-platform/commit/b7eebde36669766ef62c9639cb67…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-01-10 (Wed, 10 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.