Coherence CE v21.12.3
This is Patch 3 of the Coherence CE v21.12 release.
Bugs fixed since Coherence CE 21.12.2:
- Fixed an issue where
NotSerializableException
may be thrown when usinginvokeAll()
on a partitioned cache with persistence configured in active mode. - Fixed an issue where
XmlHelper.overrideElement()
may not maintain the order of elements in the resulting XML configuration. - Fixed an issue in the
NamedTopic
subscriber where aLockContentionException
could be thrown when many subscribers are being created and polling for messages at the same time. - Fixed an issue in topics where seeking to the tail for a subscriber did not actually move the subscriber’s position.
- Added ability to specify a descriptive MBean domain name suffix to replace the generated domain name
Coherence@NNN
when a domain name conflict is detected due to multiple clusters running in same JVM. Configuremanagment-config.domain-name-suffix
to replace the generated number component suffix,NNN
. - Fixed an issue where the Coherence
JsonSerializer
could not serialize aString
made up of a single backslash. - Fixed an issue where the Coherence Reporter’s proxy reports do not account for members joining and leaving the cluster.
- Updated the Netty dependency version to 4.1.73.