Hello All, This release addressed the following issues. - Fixed bug that prevented running with Java 17 in limited mode. Java 17 is not supported, but if the user is not using off-heap memory it is still possible to use this memory component with Java 17. One cannot compile with Java 17, but running with Java 17 in this limited mode is OK. - Updated the README.md to reflect that testing with -P strict is no longer supported.
About DataSketches-Memory This component of the DataSketches library provides high-performance access to off-heap memory for Java applications. These are low-level functions that are used by other DataSketches components. It does not provide any command-line interface or GUI. 1. DataSketches Download Site: - https://datasketches.apache.org/docs/Community/Downloads.html 2. Release Summary: - https://github.com/apache/datasketches-memory/releases 3. Developer build and test documentation: - https://github.com/apache/datasketches-memory/blob/3.0.1/README.md 3. DataSketches Website - https://datasketches.apache.org Thank you to the PMC members and community for taking the time to review this release! Lee