xsync icon indicating copy to clipboard operation
xsync copied to clipboard

Tools for the synchronization on the instance of key.

Results 15 xsync issues
Sort by recently updated
recently updated
newest added

Hi team, I have a question, Is xsync works well on multi instance server ? Because multi instances do not have the same JVM. Thanks.

Bundle-maven-plugin generates minimal required headers needed for use in OSGI.

Adding OSGI-headers to MANIFEST.MF helps to use this library in OSGI-container. The additional headers have no impact to other environments which don't read them. One easy way to achieve this...

This library currently uses a class from Hibernate and my guess is that in order to keep the size of the lib small this class has been copied from hibernate...

This updates the CI configuration to build using JDKs 8, 10, and 11. Locally, I tested using 8, 9, 10, 12, and 14. The build issues were resolved by upgrading...

As mentioned in #10, the build fails with JDK 10 and higher. Travis CI supports JDK 10 and 11 so at minimum, those versions should be supported. JDK 10, 12,...

Hi. I am using Xsync in almost all my projects. Just wondering, when distributed applications comes into play, how can we leverage using Xsync?

This adds two new factories that generate `StampedLock` and `ReadWriteLock` instances for applications that require more granular control over locking. The unit tests duplicate the verifications in `XMutexFactoryImplTest` and also...

Introduce a `StampedLockFactory` similar to `XMutexFactory`, except instead of generating a synchronization monitor, it would generate a `StampedLock` instance. This would be useful for applications that could benefit from the...