locationtech / geotrellis

GeoTrellis is a geographic data processing engine for high performance applications.
http://geotrellis.io
Other
1.33k stars 360 forks source link

Add JDK11 cross compilation #3435

Closed pomadchin closed 1 year ago

pomadchin commented 2 years ago

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

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

pomadchin commented 2 years ago
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 commented 2 years ago

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