Branch: refs/heads/master
Home:
https://github.com/xwiki/xwiki-platform
Commit: f79361e9e82e8759ec934d1a7285757ff645ab4d
https://github.com/xwiki/xwiki-platform/commit/f79361e9e82e8759ec934d1a7285…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-01-15 (Mon, 15 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
(#2782)
* Fail the data migration manager initialization if two migrations are
found with same version.
* Improve the check to actually check all migrations but only log
warnings if the migration is ignored, to avoid blocking the
initialization.
* Add a few more doc