openwhisk-runtime-java
openwhisk-runtime-java copied to clipboard
Support OpenJDK 11 using new AdoptOpenJDK Docker image
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).
Hi @mrutkows, I opened the PR #82 to support JDK 11