Branch: refs/heads/XWIKI-17243
Home:
https://github.com/xwiki/xwiki-platform
Commit: 529871e71995076bc1e5fcde0429d74109113cb7
https://github.com/xwiki/xwiki-platform/commit/529871e71995076bc1e5fcde0429…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2023-12-22 (Fri, 22 Dec 2023)
Changed paths:
M
xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/main/java/org/xwiki/notifications/filters/migration/WatchListObjectsRemovalTaskConsumer.java
M
xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/test/java/org/xwiki/notifications/filters/watch/internal/DefaultWatchedEntitiesConfigurationTest.java
Log Message:
-----------
XWIKI-17243: Migrate WatchListClass objects to the new Notifications filter storage
* Migrate autowatch property to a new Autowatch xobject whenever
that one doesn't exist and there's a WatchListClass xobject before
removing it, as we use to fallback on those xobject properties in
DefaultWatchEntitiesConfiguration
* Fix test DefaultWatchEntitiesConfiguration and refactor it