Problem with installing the extension: XWiki Publication Workflow Review Application - UI

Hi,
I cannot understand why it is not possible to install this extension. Could someone help me?
From the installation log, I display the following error:

Starting job of type [install] with identifier [extension/action/org.xwiki.contrib.workflow-publication:xwiki-workflow-publication-review-ui]
Starting job of type [installplan]
Resolving extension [XWiki Publication Workflow Review Application - UI 1.0] on all namespaces
Resolving extension dependency [org.xwiki.contrib.workflow-publication:xwiki-workflow-publication-review-api-1.0] on all namespaces
Resolving extension dependency [org.xwiki.contrib.workflow-publication:xwiki-workflow-publication-application-1.10] on all namespaces
Resolving extension dependency [org.xwiki.contrib.workflow-publication:xwiki-workflow-publication-api-1.10] on all namespaces
Finished job of type [installplan]
Applying [INSTALL] for extension [XWiki Workflow Publication API 1.10] on namespace [] from previous extension(s) []
Failed to get fields for class [org.xwiki.workflowpublication.internal.PublicationWorkflowRenameListener] because the class [difflib/PatchFailedException] couldn’t be found in the ClassLoader.
class java.lang.NoClassDefFoundError: Failed to get fields for class [org.xwiki.workflowpublication.internal.PublicationWorkflowRenameListener] because the class [difflib/PatchFailedException] couldn’t be found in the ClassLoader.
** at org.xwiki.component.util.ReflectionUtils.getAllFields(ReflectionUtils.java:83)**
** at org.xwiki.component.annotation.ComponentDescriptorFactory.createComponentDescriptor(ComponentDescriptorFactory.java:135)**
** at org.xwiki.component.annotation.ComponentDescriptorFactory.createComponentDescriptors(ComponentDescriptorFactory.java:108)**
** at org.xwiki.component.annotation.ComponentAnnotationLoader.getComponentsDescriptors(ComponentAnnotationLoader.java:169)**
** at org.xwiki.component.annotation.ComponentAnnotationLoader.register(ComponentAnnotationLoader.java:215)**
** at org.xwiki.component.annotation.ComponentAnnotationLoader.initialize(ComponentAnnotationLoader.java:137)**
** at org.xwiki.extension.jar.internal.handler.JarExtensionHandler.loadComponents(JarExtensionHandler.java:251)**
** at org.xwiki.extension.jar.internal.handler.JarExtensionHandler.install(JarExtensionHandler.java:183)**
** at org.xwiki.extension.handler.internal.DefaultExtensionHandlerManager.install(DefaultExtensionHandlerManager.java:85)**
** at org.xwiki.extension.job.internal.AbstractExtensionJob.installExtension(AbstractExtensionJob.java:330)**
** at org.xwiki.extension.job.internal.AbstractExtensionJob.applyAction(AbstractExtensionJob.java:233)**
** at org.xwiki.extension.job.internal.AbstractExtensionJob.applyActions(AbstractExtensionJob.java:181)**
** at org.xwiki.extension.job.internal.InstallJob.runInternal(InstallJob.java:140)**
** at org.xwiki.job.AbstractJob.runInContext(AbstractJob.java:246)**
** at org.xwiki.job.AbstractJob.run(AbstractJob.java:223)**
** at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)**
** at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)**
** at java.base/java.lang.Thread.run(Unknown Source)**
Finished job of type [install] with identifier [extension/action/org.xwiki.contrib.workflow-publication:xwiki-workflow-publication-review-ui]

Thanks,
Michele

I suspect the problem is related to the fact that this extension depends on an old version of the Publication Workflow Application (1.10 and the current version seems to be 2.3 in which Loading... has been fixed), which is where the class PublicationWorkflowRenameListener is coming from. You could try to install a more recent version of this one before trying to install “XWiki Publication Workflow Review Application” but I have no idea if they are compatible (the major version jump is not very reassuring).

Now, maybe you don’t really need this extension and the improvement made to the base one include some of what had been done in XWiki Publication Workflow Review Application.