Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: e877bcce3179305e57ae78b8f6c18ba9334c264e https://github.com/xwiki/xwiki-platform/commit/e877bcce3179305e57ae78b8f6c18... 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 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications