We recently upgraded from WildFly-16 to WildFly-20.0.1. We were using Camunda-11 in WF-16. But it is not working in WildFly-20.
Here is the error in startup log:
[Host Controller] Caused by: javax.xml.stream.XMLStreamException: WFLYCTL0083: Failed to load module org.camunda.bpm.wildfly.camunda-wildfly-subsystem
[Host Controller] Caused by: java.util.concurrent.ExecutionException: javax.xml.stream.XMLStreamException: WFLYCTL0083: Failed to load module
[Host Controller] at java.util.concurrent.FutureTask.report(FutureTask.java:122)
[Host Controller] Caused by: org.jboss.modules.ModuleNotFoundException: org.jboss.metadata
Which version of Camunda we need to upgrade to solve the issue in WF-20?