LogicalSpark / docker-tikaserver

Apache Tika Server as a Docker Image
http://logicalspark.github.io/docker-tikaserver
Apache License 2.0
171 stars 65 forks source link

Upgrade JDK version #20

Closed arjunyel closed 5 years ago

arjunyel commented 5 years ago

Pre Java 10 does not properly handle JVM memory in a container by default, more info here: https://www.javaadvent.com/2018/12/docker-and-the-jvm.html

mpdude commented 5 years ago

Wasn't the change to JDK 11 already in cc4204267b8116282607ecaa0356f6c4b5215904 and is thus available in the 1.22 version of the Docker image already?