GraalVM 24.1.2, Wildfly 29.0.1 and Imixs-Workflow 6.2

With the latest version of Imixs-Workflow (6.2.0) we upgraded to GraalVM 24.1.2 and Widlfly 29.0.1-Final-JDK-17.

Wildfly 29 requires GraalVM in version 24.1, as the polyglot version ‘24.1.2’ is no longer compatible to older Truffle version ‘23.1.1’. Wildfly 29 comes also with a lot of bugfixes and minor improvements. In this way Wildfly has now become a bit stricter in dealing with some older packages from the JDK or Java SE version. To be able to execute Scripts with the GraalVM polyglot language engine you need to enable the global modules feature. Just add the module ‘jdk.unsupported’ to your ee subsystem config in standalone.xml:


This allows you to execute Imixs-Workflow business rules in Wildfly 29.0.1. Find the full story here.

Leave a Reply

Your email address will not be published. Required fields are marked *