Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@alexarchambault alexarchambault released this 06 Apr 17:16
· 4 commits to main since this release
d06653f

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.