geotrellis icon indicating copy to clipboard operation
geotrellis copied to clipboard

JDK 11 CI Builds

Open pomadchin opened this issue 5 years ago • 4 comments

Java 11 is the current LTS and accroding to https://docs.scala-lang.org/overviews/jdk-compatibility/overview.html is very well supported by Scala.

Even though all major builds still should remain built against Java 8, we need to consider adding the Java 11 support builds, at least to remain up to date. The current master can't be compiled with Java 11+.

Requires upgrade up to Hadoop 3.3 and all deps that depend on lower hadoop versions, see https://cwiki.apache.org/confluence/display/HADOOP/Hadoop+Java+Versions

pomadchin avatar Nov 04 '20 17:11 pomadchin

This issue turned out to be a bit more complicated, since not only the codebase changes are required but also some libs deps updates.

pomadchin avatar Dec 02 '20 21:12 pomadchin

We support JDK11, see https://github.com/locationtech/geotrellis/pull/3383

Let's reframe this issue into adding the CI that would run tests with JDK 11.

pomadchin avatar Apr 13 '21 17:04 pomadchin

I think we can start seriously thinking about dropping JDK8 builds, EMR supports JDK 11 already (https://docs.aws.amazon.com/emr/latest/ReleaseGuide/configuring-java8.html (guide to configure JDKs) + https://stackoverflow.com/questions/70886684/how-to-use-java-runtime-11-in-emr-cluster-aws)

cc @echeipesh @metasim this descision affects RasterFrames future releases

pomadchin avatar Jul 14 '22 01:07 pomadchin

@pomadchin Thanks for the head's up. It's been a long time coming, and definitely needed. Not sure when I'll get to an RF build tho. :/

metasim avatar Jul 21 '22 13:07 metasim