wso2 / micro-integrator

The cloud-native configuration driven runtime that helps developers implement composite microservices.
https://wso2.com/integration/
Apache License 2.0
194 stars 206 forks source link

Add GraalVM based script engine for Datamapper and Script mediator #3359

Open arunans23 opened 3 weeks ago

arunans23 commented 3 weeks ago

As the Nashorn was deprecated with the JDK 11, the Datamapper and Script mediator's script engine needs to be changed to another JS engine.

Since GraalJS provides several performance improvements, the runtime should be updated to utilize GraalVM instead of the old Rhino engine.

Tasks to be completed