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