Branch: refs/heads/stable-16.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 6420a1e5edd16410cd05fd1b0d3175662b6e038e
https://github.com/xwiki/xwiki-platform/commit/6420a1e5edd16410cd05fd1b0d31…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-10-21 (Mon, 21 Oct 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-websocket/src/main/java/org/xwiki/websocket/script/WebSocketScriptService.java
Log Message:
-----------
XWIKI-22547: Make websocket work with Root servlet context
* Fix checkstyle error
(cherry picked from commit 0d0d55d06843ffc6cc027ea5a98b360b8a9ddfad)
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: fb07975f222d6b4f8b1e65567080d5a6fe9ff05f
https://github.com/xwiki/xwiki-platform/commit/fb07975f222d6b4f8b1e65567080…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-10-18 (Fri, 18 Oct 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-default/pom.xml
Log Message:
-----------
[misc] Leftover after docker-java upgrade (the issue has been fixed since v3.3.6, see https://github.com/docker-java/docker-java/commit/3514b3ba9c6d938e2a0435ad8… )
Commit: 5a704f273c0276deb3a6265d071294025b1f90d5
https://github.com/xwiki/xwiki-platform/commit/5a704f273c0276deb3a6265d0712…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-10-21 (Mon, 21 Oct 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/internal/AbstractSolr.java
M xwiki-platform-distribution/xwiki-platform-distribution-war-legacydependencies/pom.xml
Log Message:
-----------
Merge branch 'master' of github.com:xwiki/xwiki-platform
Commit: 0a360bd40a0886fedb3099360c045c7d99334d32
https://github.com/xwiki/xwiki-platform/commit/0a360bd40a0886fedb3099360c04…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-10-21 (Mon, 21 Oct 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-webjar/pom.xml
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-test/xwiki-platform-export-pdf-test-docker/src/test/it/org/xwiki/export/pdf/test/ui/AllIT.java
Log Message:
-----------
[misc] Apply UI test best practice: don't duplicate the UI test config on the AllIT class
Compare: https://github.com/xwiki/xwiki-platform/compare/1163db2f7f12...0a360bd40a08
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-commons
Commit: 506ba711927e1bf30f48228cc5a2c6112c392274
https://github.com/xwiki/xwiki-commons/commit/506ba711927e1bf30f48228cc5a2c…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-10-21 (Mon, 21 Oct 2024)
Changed paths:
A xwiki-commons-core/xwiki-commons-cache/xwiki-commons-cache-infinispan/src/main/java/org/xwiki/cache/infinispan/internal/LocalInfinispanCacheFactory.java
M xwiki-commons-core/xwiki-commons-cache/xwiki-commons-cache-infinispan/src/main/resources/META-INF/components.txt
M xwiki-commons-core/xwiki-commons-legacy/xwiki-commons-legacy-cache/pom.xml
R xwiki-commons-core/xwiki-commons-legacy/xwiki-commons-legacy-cache/xwiki-commons-legacy-cache-infinispan/pom.xml
R xwiki-commons-core/xwiki-commons-legacy/xwiki-commons-legacy-cache/xwiki-commons-legacy-cache-infinispan/src/main/java/org/xwiki/cache/infinispan/internal/LocalInfinispanCacheFactory.java
R xwiki-commons-core/xwiki-commons-legacy/xwiki-commons-legacy-cache/xwiki-commons-legacy-cache-infinispan/src/main/resources/META-INF/components.txt
Log Message:
-----------
Revert "XCOMMONS-3175: Move LocalInfinispanCacheFactory to legacy (#1129)"
This reverts commit eac76b1bc8434f618c967d6dd6f17bfcf6c2cb38.
Commit: c5b0c16a1667d2c35cbd334a5dc19da6e9d4d4c9
https://github.com/xwiki/xwiki-commons/commit/c5b0c16a1667d2c35cbd334a5dc19…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-10-21 (Mon, 21 Oct 2024)
Changed paths:
M xwiki-commons-core/xwiki-commons-cache/xwiki-commons-cache-api/pom.xml
M xwiki-commons-core/xwiki-commons-cache/xwiki-commons-cache-api/src/main/java/org/xwiki/cache/util/AbstractCache.java
M xwiki-commons-core/xwiki-commons-legacy/pom.xml
R xwiki-commons-core/xwiki-commons-legacy/xwiki-commons-legacy-cache/pom.xml
R xwiki-commons-core/xwiki-commons-legacy/xwiki-commons-legacy-cache/xwiki-commons-legacy-cache-api/pom.xml
R xwiki-commons-core/xwiki-commons-legacy/xwiki-commons-legacy-cache/xwiki-commons-legacy-cache-api/src/main/aspect/org/xwiki/cache/util/AbstractCacheCompatibilityAspect.aj
Log Message:
-----------
Revert "XCOMMONS-3174: Move org.xwiki.cache.util.AbstractCache#AbstractCache() to legacy (#1128)"
This reverts commit b874cd372cd8c24b7d48e85430dce1cdddbe9fb3.
Compare: https://github.com/xwiki/xwiki-commons/compare/eac76b1bc843...c5b0c16a1667
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/workflow-publication
Commit: 89cafbb0df0b0089bfe6016396840b7c8b887882
https://github.com/xwiki-contrib/workflow-publication/commit/89cafbb0df0b00…
Author: Alex Cotiugă <ancotiuga(a)gmail.com>
Date: 2024-10-21 (Mon, 21 Oct 2024)
Changed paths:
M xwiki-workflow-publication-api/src/main/java/org/xwiki/workflowpublication/internal/DefaultWorkflowConfigManager.java
A xwiki-workflow-publication-api/src/main/java/org/xwiki/workflowpublication/internal/PublicationWorkflowCopyListener.java
M xwiki-workflow-publication-api/src/main/java/org/xwiki/workflowpublication/internal/PublicationWorkflowRenameListener.java
M xwiki-workflow-publication-api/src/main/resources/META-INF/components.txt
Log Message:
-----------
XAWORKFLOW-115: Move strategy is not working anymore (#19)
* XAWORKFLOW-115: Move strategy is not working anymore
* refactor the entire code to use the DocumentRenamedEvent event available since 11.x
* set the current wiki in the context as the rename job (which produces the DocumentRenamedEvent event) is running with the main wiki in its XWikiContext
* replace the deprecated "current/reference" resolver hint with "current"
* set back the original context wiki
* add a copy event listener to handle the copy operation that was part of the old PublicationWorkflowRenameListener
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/workflow-publication/settings/notifications
Branch: refs/heads/XAWORKFLOW-115
Home: https://github.com/xwiki-contrib/workflow-publication
Commit: a0e3bac83a6457729cf9341b130cce94992fdbb6
https://github.com/xwiki-contrib/workflow-publication/commit/a0e3bac83a6457…
Author: Alex Cotiugă <ancotiuga(a)gmail.com>
Date: 2024-10-21 (Mon, 21 Oct 2024)
Changed paths:
A xwiki-workflow-publication-api/src/main/java/org/xwiki/workflowpublication/internal/PublicationWorkflowCopyListener.java
M xwiki-workflow-publication-api/src/main/java/org/xwiki/workflowpublication/internal/PublicationWorkflowRenameListener.java
M xwiki-workflow-publication-api/src/main/resources/META-INF/components.txt
Log Message:
-----------
XAWORKFLOW-115: Move strategy is not working anymore
* add a copy event listener to handle the copy operation that was part of the old PublicationWorkflowRenameListener
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/workflow-publication/settings/notifications