Camunda Certification against GraalVM

Hello in the last release of Camunda I read the possibility of execute GraalJS as script engine in our JVMs replacing nashorn.

Camunda is certified to run in GraalVM or just we can add the GraalJS over a stock JVM like Oracle or opendk to execute javascript?

Thanks

Maxi

Hi @Maxi_Gutierrez,

You don’t need the GraalVM installed.

The change just adds the Graal JavaScript Engine as a maven dependency to execute JavaScript snippets in the JVM where the process engine runs. This can be any supported JVM.

Hope this helps, Ingo

1 Like

Hi @Maxi_Gutierrez
If you’re question is not about GraalJS but if this addition also indicates that GraalVM is officially supported, I’d interpret no since GraalVM is not listed here: Supported Environments | docs.camunda.org

1 Like