Apache Release DataSketches-Memory 3.0.1
Summary
- 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.
Details of selected PRs
- Removed references to -P strict in Readme, which is deprecated for Java > 8. by @leerho in #204
- Fix check java version() in 3.0.x by @leerho in #209
Full Changelog: 3.0.0...3.0.1