Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/confluence
Commit: 9b1a0d585eea5d2ec58f2260eda0e4aacfaf7a9d
https://github.com/xwiki-contrib/confluence/commit/9b1a0d585eea5d2ec58f2260…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2024-02-27 (Tue, 27 Feb 2024)
Changed paths:
M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/input/ConfluenceInputProperties.java
M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/input/ConfluenceXMLPackage.java
M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/input/ConfluenceInputFilterStream.java
Log Message:
-----------
CONFLUENCE-207: Allow specifying the folder in which the package is extracted
Commit: a5b5a98564d52a0f2be7e6c30a81404304bcc8a9
https://github.com/xwiki-contrib/confluence/commit/a5b5a98564d52a0f2be7e6c3…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2024-02-27 (Tue, 27 Feb 2024)
Changed paths:
M confluence-xml/checkstyle-suppressions.xml
M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/input/ConfluenceInputProperties.java
M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/input/ConfluenceInputFilterStream.java
M confluence-xml/src/test/resources/confluencexml/4.3.2.max.test
M confluence-xml/src/test/resources/confluencexml/4.3.2.rangefrom.test
M confluence-xml/src/test/resources/confluencexml/4.3.2.rangefromexclude.test
M confluence-xml/src/test/resources/confluencexml/4.3.2.ranges.test
A confluence-xml/src/test/resources/confluencexml/nogroups.test
M confluence-xml/src/test/resources/confluencexml/rispaceparameter.test
Log Message:
-----------
CONFLUENCE-210: Allow importing groups without users
Compare: https://github.com/xwiki-contrib/confluence/compare/b0119e9f4679...a5b5a985…
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/confluence/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/confluence
Commit: 265a0bc8e0fd3035f48dcf36e3f34181b3a5dfc8
https://github.com/xwiki-contrib/confluence/commit/265a0bc8e0fd3035f48dcf36…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2024-02-27 (Tue, 27 Feb 2024)
Changed paths:
M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/input/ConfluenceInputProperties.java
M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/input/ConfluenceXMLPackage.java
M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/input/ConfluenceInputFilterStream.java
Log Message:
-----------
CONFLUENCE-207: Allow specifying the folder in which the package is extracted
Commit: b0119e9f467940a0d21163073acaa00c65f6d0f5
https://github.com/xwiki-contrib/confluence/commit/b0119e9f467940a0d2116307…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2024-02-27 (Tue, 27 Feb 2024)
Changed paths:
M confluence-xml/checkstyle-suppressions.xml
M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/input/ConfluenceInputProperties.java
M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/input/ConfluenceInputFilterStream.java
M confluence-xml/src/test/resources/confluencexml/4.3.2.max.test
M confluence-xml/src/test/resources/confluencexml/4.3.2.rangefrom.test
M confluence-xml/src/test/resources/confluencexml/4.3.2.rangefromexclude.test
M confluence-xml/src/test/resources/confluencexml/4.3.2.ranges.test
A confluence-xml/src/test/resources/confluencexml/nogroups.test
M confluence-xml/src/test/resources/confluencexml/rispaceparameter.test
Log Message:
-----------
CONFLUENCE-210: Allow importing groups without users
Compare: https://github.com/xwiki-contrib/confluence/compare/f76f95f70266...b0119e9f…
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/confluence/settings/notifications
Branch: refs/heads/stable-14.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 5f23df99f455f8fd417c5466f19b2d718bb52ae2
https://github.com/xwiki/xwiki-platform/commit/5f23df99f455f8fd417c5466f19b…
Author: Simon Urli <simon.urli(a)xwiki.com>
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
Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 62a2a43a7c9a942eb9cc573c5ee360aad7af2633
https://github.com/xwiki/xwiki-platform/commit/62a2a43a7c9a942eb9cc573c5ee3…
Author: Simon Urli <simon.urli(a)xwiki.com>
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
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/e9c71795ad7e60aca9a0c1e39af2…
Author: Simon Urli <simon.urli(a)xwiki.com>
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
Branch: refs/heads/backport-2929-to-stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: d10470b27e6fd8c144ef2183a40db2731d1aab20
https://github.com/xwiki/xwiki-platform/commit/d10470b27e6fd8c144ef2183a40d…
Author: Simon Urli <simon.urli(a)xwiki.com>
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
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: e877bcce3179305e57ae78b8f6c18ba9334c264e
https://github.com/xwiki/xwiki-platform/commit/e877bcce3179305e57ae78b8f6c1…
Author: Simon Urli <simon.urli(a)xwiki.com>
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