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/06/28 07:31:34 UTC

[GitHub] [netbeans] JaroslavTulach opened a new pull request #1337: [NETBEANS-2764] NoClassDefFoundError: com/oracle/truffle/api/library/Library

JaroslavTulach opened a new pull request #1337: [NETBEANS-2764] NoClassDefFoundError: com/oracle/truffle/api/library/Library
URL: https://github.com/apache/netbeans/pull/1337
 
 
   @lbruun reported that the PAC proxy configuration is broken after my #1092. Alas, it is. The problem isn't in the code, but in the packaging. One NetBeans wrapper module forget to export new API package `com.oracle.truffle.api.library`.
   
   The fix exports the package and enhances the tests to verify that the `GraalVM:js` is capable to execute JavaScript even inside of the NetBeans Runtime Container with all the ClassLoader checks being on. 
   
   Sorry for the trouble.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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