Hello list,
I’m pleased to announce that pmemkv-java 1.0 has been released and is available from our GitHub pages.
This is the first pmemkv-java release which is fully compatible with pmemkv 1.0 and guarantees backward compatibility.
Major changes:
- API redesign (support for an arbitrary type with converter to ByteBuffer)
- config API redesign with builder pattern
- extended exception list
- extended documentation
- build system refactor to start using mvn only
- project merge with pmemkv-jni
Examples of a new API usage with direct access can be found in "examples" directory:
Source code and detailed changelogs can be found here:
/Szymon