openwhisk-runtime-java icon indicating copy to clipboard operation
openwhisk-runtime-java copied to clipboard

Apache OpenWhisk Runtime Java supports Apache OpenWhisk functions written in Java and other JVM-hosted languages

Results 22 openwhisk-runtime-java issues
Sort by recently updated
recently updated
newest added

This change would enable support for action-level concurrency in the Java OpenWhisk runtime. The design is roughly modeled after the action-level concurrency support of the NodeJS environments. The Java `Proxy`...

reported below error ![image](https://user-images.githubusercontent.com/11749867/168934482-4681a15f-cdef-4406-9a14-748d44d041dd.png) When i access `https://repo.maven.apache.org/maven2/org/apache/openwhisk`in chrome, reported 404 Someone knows how to solve it?

Hi, sir, I wonder if there is a way to use my customed JRE on openwhisk? That's to say, I build the openjdk locally, how can I use this openjdk...

This PR is to support OpenJDK 11. https://github.com/apache/incubator-openwhisk-runtime-java/issues/78

@xingyunhui commented on [Sun May 13 2018](https://github.com/apache/incubator-openwhisk/issues/3648) hi, I use java8 actionRuntime, and have two jars are conflicted. for example, there is a jar -- base-0.0.1.jar in java8 actionRuntime, my...

@rabbah commented on [Thu Jun 15 2017](https://github.com/apache/incubator-openwhisk/issues/2389) Java actions run with no heap settings, regardless of the container's memory limit: https://github.com/apache/incubator-openwhisk/blob/master/core/javaAction/Dockerfile#L38 This will cause a reused Java action to eventually...

bug

It is very usefull to implement support of Knative like NodeJS runtime.

As the [AdoptOpenJDK](https://adoptopenjdk.net/) org. now offers/supports JDK version 11 (along with 8 which we should preserve), we should look to support a build using this version using the base image...

enhancement
help wanted
build

currently Java action jars are stored in couch DB and the streamed to the JarLoader while invocation. @gorkem is working to refactor that approach to save load and invocation time....

Long time ago I came up with instructions on how to run Kotlin on the java runtime in OpenWhisk. Maybe we should add that stuff here? See: https://github.com/markusthoemmes/openwhisk-kotlin