parquet-java icon indicating copy to clipboard operation
parquet-java copied to clipboard

GH-2945: Add Java 21 support

Open Fokko opened this issue 1 year ago • 0 comments

Rationale for this change

It would be good to check against Java 21 on each change of the code. It looks like the current version of Spotless does not support JDK21. And we cannot upgrade since they dropped Java 8 support: https://github.com/apache/parquet-java/pull/1377

What changes are included in this PR?

Are these changes tested?

Are there any user-facing changes?

Fokko avatar Jul 08 '24 21:07 Fokko