Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

pmemkv-java version 1.0

Compare
Choose a tag to compare
@szyrom szyrom released this 30 Jun 18:42
· 179 commits to master since this release

This is the first pmemkv-java release which is fully compatible with pmmekv 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