Skip to content

Commit

Permalink
Issue 302: Switch from Nashorn to GraalVM for Javascript execution.
Browse files Browse the repository at this point in the history
Instructions provided by issue are applied as-is with no observed problems.
  • Loading branch information
kaladay committed Oct 17, 2023
1 parent 1e21a3e commit 1346044
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,12 @@
<version>8.13.1</version>
</dependency>

<dependency>
<groupId>org.graalvm.js</groupId>
<artifactId>js</artifactId>
<version>22.3.3</version>
</dependency>

</dependencies>

<distributionManagement>
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/META-INF/bpm-platform.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<properties>
<property name="waitTimeInMillis">15000</property>
<property name="lockTimeInMillis">900000</property>
<property name="javascriptScriptEngine">graal.js</property>
</properties>
</job-acquisition>
</job-executor>

0 comments on commit 1346044

Please sign in to comment.