Changes over the versions from version 1.0.0. The changes are grouped by the snapshot versions for which they were made.

1.1.2-SNAPSHOT

Change or bug Change
Added cometd Added project elements, examples and implementation for Comet interface
Resynchronization when loosing admin If the admin process disappears, a new admin gets elected

1.1.1-SNAPSHOT

Change or bug Change
Holder structure changed Internal holder structure is changed, making lookup faster and more stable
A congested space would be prone to loose objects and /
or return wrong object type
Locking of holder object structure has been corrected.

1.0.1-SNAPSHOT

Change or bug Change
Listener block timeout error During read or take, the listener would always block for the length of the timeout,
even when it has been previously notified and the timeout should decrease proportionally.
Timeout now decreases correctly.
Element written before listener kicked in Listener is now activated before the search is performed, which
fixes the problem of possible listener starvation.
Notifying oldest listener first Increasing the possibility that listener starvation is avoided. Should also introduce
a level of fairness to the listeners.
No longer supporting jdk-1.5 Jdk-1.5 is end of line. Use semispace-1.0.0 if you need 1.5 support.