alexander-petkov / wfas

A placeholder for the WFAS project.
5 stars 1 forks source link

OpenJDK 1.9 or above for Docker images #56

Closed alexander-petkov closed 9 months ago

alexander-petkov commented 2 years ago

Recompile Tomcat and Geoserver Docker images with OpenJDK 1.9 or above.

This is because of incompatibility with my development environment and the previously compiled Docker images with OpenJDK 1.8

More specifically, InputStream.readAllBytes() is available in Java 9 or above.

alexander-petkov commented 9 months ago

Upgraded to OpenJDK 11.0.9