Skip to content

Chronicle Map 3.2.0 Beta

Choose a tag to compare

@leventov leventov released this 27 Nov 16:13
· 1641 commits to ea since this release

The first 3.x beta release.

Major API changes:

  • Dropped Java-Lang dependency in favor of Chronicle Bytes and Chronicle Values
  • Serialization interfaces reworked, see Javadocs
  • Removed ChronicleMap.newKeyInstance() and ChronicleMap.newValueInstance() methods, as more confusing than helpful. Use Values.newHeapInstance(KeyType.class) for keys which are value interfaces, Values.newHeapInstance(ValueType.class) for values which are value interfaces and new StringBuilder() for CharSequence values.

It's unlikely that any major breaking API changes will follow until the production 3.x release.