apache / datasketches-memory

High performance native memory access for Java.
https://datasketches.apache.org
Apache License 2.0
118 stars 27 forks source link

Integrate java17 v3 #191

Closed leerho closed 5 days ago

leerho commented 2 months ago

This will become, eventually, a Memory 4.0.0. This is fully integrated with FFM as of Java 17, and therefore requires Java 17 to compile and to run. This cannot be merged with master yet.

leerho commented 2 months ago

When this is merged into master, master will become Java 17 only.
The ONLY conflict with master at this point is a single line in the pom that declares the version of TestNG to use: 7.5.1 vs 7.10.0 for Java 8 vs Java 9+, respectively.

leerho commented 2 months ago

OK, OK, a few more minor conflicts. :)

leerho commented 2 months ago

This must wait until DS-Memory 3.0.0 has been released.

leerho commented 5 days ago

Moving to "main"