JDK version
Created by: muffato
Use case
The 2.5 Docker image cannot run the Java wrapper since it doesn't have maven/openjdk installed.
Description
Various commits, related to the Docker image and the JDK version:
- use OpenJDK 12 as it is the only released version that has the necessary dependencies (on both Travis and Docker)
- minor cleanup of the Docker image
By the way, if you have written any update to the doc / install guide for OpenJDK, can you add it to this branch ? If not, I will add something now
Possible Drawbacks
N/A
Testing
Have you added/modified unit tests to test the changes?
Not needed
Have you run the entire test suite and no regression was detected?
Yes. OK