Closed mkomko closed 1 year ago
Related forum post: https://forum.camunda.io/t/feature-request-for-7-20-support-wildfly-28/44149/
Hi @mkomko,
Thank you for reaching out to us with this. I will assign the ticket for a decision so Product management can evaluate and prioritize it. This might take a bit due to the team's other responsibilities. Nevertheless, as pointed by Thorben, any contribution on the topic will be helpful to bring this forward.
Best regards, Yana
@toco-cam, assigning for a decision on this community feature request about WildFly. I didn't find any open tickets on the topic.
@ThorbenLindhauer @toco-cam
I took a closer look and sadly it seems that a lot of components you are using had been deprecated for a long time and have now been removed. The following classes no longer exist:
The following methods have a different signature:
The following classes are already deprecated:
The following methods are already deprecated:
The list is probably incomplete.
It seems a lot of that code needs to be rewritten, so sadly I'm not going to be able to provide a pull request.
We would very much appreciate if you could accept this feature request and handle it sooner than later, because then we would be able to create a custom build of the wildfly distro to use with WildFly 28 prior to the Camunda 7.20 release. But of course that is up to you and you might have other priorities.
Thank you very much!
Thanks for sharing your findings. I was kind of waiting for this time to come for a couple of years now :).
We would very much appreciate if you could accept this feature request and handle it sooner than later, because then we would be able to create a custom build of the wildfly distro to use with WildFly 28 prior to the Camunda 7.20 release. But of course that is up to you and you might have other priorities.
Indeed we have other priorities right now, e.g. moving to Spring Boot 3. But sooner or later we will get back to this.
Hello @mkomko,
FYI - We will work on this topic this quarter with the target of supporting Wildfly 28+ in the near future.
Regards Tobias
That sounds great, we're looking forward to it! Thank you very much for the information @toco-cam.
With different databases
https://docs.camunda.org/manual/develop/installation/full/jboss/manual/
Tested on camunda 7.20 minor release candidate
.
User Story (Required on creation)
I can deploy the Camunda BPM platform on WildFly 28 (already released) and WildFly 29 (scheduled for July 13, 2023).
Functional Requirements (Required before implementation)
Limitations of Scope
Hints
Currently, Camunda 7.19 and WildFly 28 are incompatible, because Camunda uses a lot of JBoss Modular Service Container and WildFly functionality that had been deprecated since 2016 and no longer exists in WildFly 28. See https://github.com/camunda/camunda-bpm-platform/issues/3368#issuecomment-1522956846 for a list.
Here is just the first example where deployment fails:
``` [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL0002: Error booting the container: java.lang.NoSuchMethodError: 'org.jboss.as.controller.AbstractAttributeDefinitionBuilder org.jboss.as.controller.AbstractAttributeDefinitionBuilder.setAllowNull(boolean)' at org.camunda.bpm.wildfly.camunda-wildfly-subsystem@7.19.0//org.camunda.bpm.container.impl.jboss.util.FixedObjectTypeAttributeDefinition$Builder.setAllowNull(FixedObjectTypeAttributeDefinition.java:127) at org.camunda.bpm.wildfly.camunda-wildfly-subsystem@7.19.0//org.camunda.bpm.container.impl.jboss.extension.SubsystemAttributeDefinitons.Links
Breakdown
Dev2QA handover