github vavr-io/vavr v1.0.1

4 hours ago

Fixes a native HashMap serialization bug, which serialized the internal HashArrayMappedTrie structure including the pre-computed hash values of keys.

For keys like enums that use Object.hashCode() (non-deterministic across JVM restarts), these stored hash values would differ in another process, causing lookups to fail.

giphy-3

Full Changelog: v1.0.0...v1.0.1

Don't miss a new vavr release

NewReleases is sending notifications on new releases.