Skip to content

Releases: ThoughtWire/hazelcast-locks

Bug Fix Release

10 Feb 14:25
Compare
Choose a tag to compare

This release contains a number of bug fixes. The most important is that previously an exclusive lock could be held by two threads at once. The second is that failure of a node holding an exclusive lock will no longer cause deadlock.

It's available for maven users via:

<repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
</repository>

<dependency>
        <groupId>com.github.ThoughtWire</groupId>
        <artifactId>hazelcast-locks</artifactId>
        <version>v1.0.1</version>
</dependency>

First complete release.

30 May 20:59
Compare
Choose a tag to compare
Pre-release

Initial release with fully implemented ReadWriteLock and ReentrantReadWriteLock.

Note: this release contains a major bug, please use v1.0.1 instead