Coherence CE v14.1.1.0.16
This is patch 16 of the Coherence CE v14.1.1.0 release.
New features in Coherence CE 14.1.1.0.16
COH-29098
Added the "truncate" operation to thehelp
command in the Console application.
Bugs fixed since Coherence CE 14.1.1.0.15
COH-28980
Fixed an issue where there may be leaked threads as a result of starting and stoppingDefaultCacheServer
multiple times within the same JVM instance.COH-28939
Improved Coherence to work correctly when coherence.jar is shaded into another jar.COH-28922
Fixed an issue where aClassCastException
may be thrown when transferring partitions containing entries with an expiry.COH-28841
Fix for Netty CVE-2023-44487.COH-28768
Fixed an issue where query processing enhancements introduced a performance degradation when using indices in filter-based calls (entrySet
,invokeAll
with filter oraggregations
).COH-28705
Fixed an issue where aRequestTimeoutException
may be thrown when setting an MBean attribute due to the operation using a small timeout value instead of the service request timeout.COH-28652
Fix a performance regression by removing unnecessary JEP-290 filter checking of the array length of aString
orBinary
.COH-28547
Fixed an issue where using a conditional index on a key extractor resulted in the corresponding index not being updated when entry values were modified, and queries would return incorrect results.COH-28536
Fixed an issue where a race condition is possible inSafeHashMap
on ARM processors.COH-28461
Fixed an issue whereUnsolicitedCommitEvents
may not fire for some entries which are part of a bulk update such as aclear()
.COH-28336
Fixed an issue inOpenTracing
integration where aNullPointerException
may be thrown if the tracing propagation state is empty.