spring-integration icon indicating copy to clipboard operation
spring-integration copied to clipboard

Rework JavaScript support to GraalVM

Open artembilan opened this issue 4 years ago • 0 comments

See more info in GraalVM: https://www.graalvm.org/reference-manual/js/JavaInteroperability/.

It may turn out just to a simple GraalVmJavaScriptExecutor implementation since making it working we need to expose these variables:

<script:variable name="polyglot.js.allowHostAccess" value="#{true}"/>
<script:variable name="polyglot.js.allowHostClassLookup" value="#{true}"/>

For now JavaScript tests are disable if no GraalVM in classpath.

artembilan avatar Nov 07 '21 16:11 artembilan