Skip to content

Apache Release: DataSketches-Java 8.0.0 (for Java 21)

Latest
Compare
Choose a tag to compare
@leerho leerho released this 15 Apr 18:14
· 8 commits to main since this release
9c486a5
  • 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: 6.0.0...8.0.0