Chronicle Map 3.2.0 Beta
·
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()andChronicleMap.newValueInstance()methods, as more confusing than helpful. UseValues.newHeapInstance(KeyType.class)for keys which are value interfaces,Values.newHeapInstance(ValueType.class)for values which are value interfaces andnew StringBuilder()forCharSequencevalues.
It's unlikely that any major breaking API changes will follow until the production 3.x release.