Branch: refs/heads/master
Home:
https://github.com/xwiki/xwiki-platform
Commit: 356fc29e6d2ed01a118f81efb68ebc26dc06d5a7
https://github.com/xwiki/xwiki-platform/commit/356fc29e6d2ed01a118f81efb68e…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-02-16 (Fri, 16 Feb 2024)
Changed paths:
M
xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/internal/scope/WatchedLocationState.java
M
xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/test/java/org/xwiki/notifications/filters/internal/scope/ScopeNotificationFilterTest.java
A
xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/test/java/org/xwiki/notifications/filters/internal/scope/WatchedLocationStateTest.java
Log Message:
-----------
XWIKI-21896: Events might be wrongly filtered out if they happen same second a page is
watched
* Ensure to ignore milliseconds of startingDate in
WatchedLocationState as the events milliseconds might be missing
which can cause inconsistencies when comparing dates in tests
To unsubscribe from these emails, change your notification settings at
https://github.com/xwiki/xwiki-platform/settings/notifications