apache / openwhisk-runtime-java

Apache OpenWhisk Runtime Java supports Apache OpenWhisk functions written in Java and other JVM-hosted languages
https://openwhisk.apache.org/
Apache License 2.0
46 stars 63 forks source link

Support OpenJDK 11 using new AdoptOpenJDK Docker image #78

Open mrutkows opened 5 years ago

mrutkows commented 5 years ago

As the AdoptOpenJDK 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 with this JDK that they provide (i.e., https://hub.docker.com/r/adoptopenjdk/openjdk11).

upgle commented 5 years ago

Hi @mrutkows, I opened the PR #82 to support JDK 11