You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2019/01/21 11:00:27 UTC

[GitHub] JaroslavTulach opened a new pull request #1092: Using Scripting API in platform/core.network

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists