Branch: refs/heads/backport-2929-to-stable-14.10.x Home: https://github.com/xwiki/xwiki-platform Commit: e9c71795ad7e60aca9a0c1e39af2bd36b85c632f https://github.com/xwiki/xwiki-platform/commit/e9c71795ad7e60aca9a0c1e39af2b... 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