geotrellis icon indicating copy to clipboard operation
geotrellis copied to clipboard

Add JDK11 cross compilation

Open pomadchin opened this issue 4 years ago • 2 comments

Overview

This PR adds CI test that run tests against JDK11. Mb to do a total switch to JDK11 with the target pointing to 1.8?

Checklist

  • [ ] ./CHANGELOG.md updated, if necessary. Link to the issue if closed, otherwise the PR.

Closes https://github.com/locationtech/geotrellis/issues/3301

pomadchin avatar Oct 28 '21 18:10 pomadchin

github-test-jdk11-1  | [info] *** 2 TESTS FAILED ***
github-test-jdk11-1  | [error] Failed: Total 1533, Failed 2, Errors 0, Passed 1531
github-test-jdk11-1  | [error] Failed tests:
github-test-jdk11-1  | [error] 	geotrellis.raster.reproject.ReprojectSpec
github-test-jdk11-1  | [error] 	geotrellis.raster.render.png.RenderPngTests

pomadchin avatar Oct 28 '21 20:10 pomadchin

This may be complicated by https://github.com/nextgenhealthcare/connect/issues/4422 and https://issues.apache.org/jira/browse/SPARK-37843

pomadchin avatar Jul 12 '22 13:07 pomadchin