substrait-io / substrait-java

Apache License 2.0
72 stars 70 forks source link

[CI] Support JDK 21 #274

Open danepitkin opened 1 week ago

danepitkin commented 1 week ago

CI and release jobs currently run with JDK 17. Now that a new LTS version JDK 21 is available, we should also test against it.

For example in Apache Arrow, we noticed that the recent Gradle upgrade (7->8) doesn't seem to support latest Java versions: https://github.com/apache/arrow/pull/43051