openwhisk-runtime-java
openwhisk-runtime-java copied to clipboard
Apache OpenWhisk Runtime Java supports Apache OpenWhisk functions written in Java and other JVM-hosted languages
`JarLoader#augmentEnv` performs illegal access on core JDK classes by breaking accessibility rules. This breaks the strong encapsulation rules outlined in [JEP 261](http://openjdk.java.net/jeps/261). Starting with Java 9 this will print a...
@daisy-ycguo commented on [Sat Nov 04 2017](https://github.com/apache/incubator-openwhisk/issues/2925) ## Environment details: I'm running a local openwhisk and testing nodejs actions and java actions which run more than 1 minutes. The timeout...