Branch: refs/heads/stable-17.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 657310cf6f5a4f79bc90845bdcf77983c3d1ceae
https://github.com/xwiki/xwiki-platform/commit/657310cf6f5a4f79bc90845bdcf7…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-08-06 (Wed, 06 Aug 2025)
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/ScopeNotificationFilterPreference.java
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/ScopeNotificationFilterPreferencesHierarchy.java
Log Message:
-----------
XWIKI-23254: Page loads are slow for users with many watched pages (#4399)
* Don't compare all preferences with each other but only compare
potential parents with potential children. This should help for the
very likely case that users have primarily (or exclusively) inclusive
notification filters.
(cherry picked from commit a8234d4db2cf9cf4b55ff7155c247aa1984326ae)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-17.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 4eade52122e60b314bf1c85df6e5183a74e10277
https://github.com/xwiki/xwiki-platform/commit/4eade52122e60b314bf1c85df6e5…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-08-06 (Wed, 06 Aug 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-notifiers/xwiki-platform-notifications-notifiers-default/src/main/java/org/xwiki/notifications/notifiers/internal/UserEventDispatcher.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-notifiers/xwiki-platform-notifications-notifiers-default/src/test/java/org/xwiki/notifications/notifiers/internal/UserEventDispatcherTest.java
Log Message:
-----------
XWIKI-23419: Notification pre-filtering is slow with lots of users due to lots of Solr queries (#4404)
* Don't ever check if mails are pre-filtered as this just duplicates the
logic of the atomic update that we already use.
* Only check for notification statuses when a user is actually listening
to an event.
* Remove unused futures.
* Don't mark an event as pre-filtered after filtering for the users on
the subwiki before filtering for the main wiki users.
* Wait for all events of the batch at once, don't wait for every event
to be committed.
(cherry picked from commit e31a79c94fc3d27c0a9927960fa263b479d34069)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal
Commit: dd797d46362032767c5732bdb3934c2b52a82146
https://github.com/xwiki-contrib/cristal/commit/dd797d46362032767c5732bdb39…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-08-06 (Wed, 06 Aug 2025)
Changed paths:
M core/collaboration/collaboration-xwiki/src/XWikiCollaborationProvider.ts
M core/collaboration/collaboration-xwiki/src/index.ts
A core/collaboration/collaboration-xwiki/src/xwikiProviderWebSocket.ts
R core/collaboration/collaboration-xwiki/src/xwikiProviderWebsocket.ts
Log Message:
-----------
CRISTAL-613: Use WebSocket instead of Websocket
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications