New
Apache Release: DataSketches-Java 8.0.0 (for Java 21)
- This is a release of the DataSketches-Java library compatible with Java 21.
- This release uses the Java Foreign Function & Memory (FFM) features that are in "preview" in Java 21. As a result, you will need to set the JVM flag "--enable-preview" at runtime, or if compiling using the OpenJDK compatible Java compilers.
- Note that the Eclipse Compiler for Java (ECJ) used in both the Eclipse JDT IDE and the VScode IDE will not allow compilation of preview code for Java version 21.
- Please read the more detailed notes on build and runtime dependencies in the README file.
What's Changed
Full Changelog: https://github.com/apache/datasketches-java/compare/6.0.0...8.0.0