Branch: refs/heads/stable-14.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 5f23df99f455f8fd417c5466f19b2d718bb52ae2 https://github.com/xwiki/xwiki-platform/commit/5f23df99f455f8fd417c5466f19b2... Author: Simon Urli <[email protected]> Date: 2024-02-27 (Tue, 27 Feb 2024) Changed paths: M xwiki-platform-core/xwiki-platform-eventstream/xwiki-platform-eventstream-api/src/main/java/org/xwiki/eventstream/internal/AbstractAsynchronousEventStore.java M xwiki-platform-core/xwiki-platform-eventstream/xwiki-platform-eventstream-api/src/test/java/org/xwiki/eventstream/internal/AsynchronousEventStoreTest.java Log Message: ----------- XWIKI-21809: ClassCastException in DefaultEventConverterManager on a cluster environment (#2929) * Some task output is Optional and we never want the Optional in the notification data: we do want what the Optional contains. * Prevent entirely notification to be sent if output is Optional and return is empty (cherry picked from commit e877bcce3179305e57ae78b8f6c18ba9334c264e) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications