Releases: coursier/concurrent-reference-hash-map
Releases · coursier/concurrent-reference-hash-map
v1.1.0
Changes
Swap implementation from hibernate's one to hazelcast's
Replaced the ConcurrentReferenceHashMap
from hibernate by the one from hazelcast, which is very similar, and is licensed under Apache 2.
Change license from LGPL-2 to Apache-2
The new ConcurrentReferenceHashMap
implementation license is Apache 2. This project's license is updated accordingly.
v1.0.0
Initial release