Skip to content

Commit

Permalink
chore: update graaljs to 24.0.1 (#3805)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmutafov committed Apr 18, 2024
1 parent 06ee480 commit e964201
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public Context createContext() {
.allowHostSocketAccess(true)
.build())
.option("js.nashorn-compat", "true")
.option("js.import-assertions", "true")
.option("js.import-attributes", "true")
.option("js.json-modules", "true")
.option("js.operator-overloading", "true")
.option("js.intl-402", "true")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ public static Engine getOrCreateDebuggableEngine() {
}

private static Engine.Builder getDefaultEngineBuilder() {
System.setProperty("polyglotimpl.DisableClassPathIsolation", "true");
return Engine.newBuilder()
.allowExperimentalOptions(true)
.out(outputStream())
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
<webjars.locator.core.version>0.58</webjars.locator.core.version>

<!-- GraalVM -->
<graalvm.version>23.1.1</graalvm.version>
<graalvm.version>24.0.1</graalvm.version>

<!-- Commons -->
<commons.io>2.16.1</commons.io>
Expand Down

0 comments on commit e964201

Please sign in to comment.