JaroslavTulach opened a new pull request #1092: Using Scripting API in platform/core.network URL: https://github.com/apache/incubator-netbeans/pull/1092 This change was part of #1011, but @jlahoda and @matthiasblaesing requested it to be reviewed separately. The code change is simple: Just use `Scripting.createManager()` to allow access to pluggable JavaScript engines, like **Graal.js**. The NetBeans IDE, by default selects **Graal.js**. Other distributions can register their own scripting engines like Rhino or Nashorn by removing `libs.graaljs` from their system and providing their own engine. The test is modified to make it pass on JDK11. CC @lbruun
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
