Coherence CE v14.1.1.0.18
This is patch 18 of the Coherence CE v14.1.1.0 release.
New features in Coherence CE 14.1.1.0.18
COH-30158
Added Listener Key Count, Listener Filter Count and Listener Registration Count toreport-cache-storage.xml
.COH-29784
Improved the cleanup process of persistence files to handle case when data is deleted followed by a period with no cache activity.COH-29676
Improved the process of loading management-http-config.xml so that the file can be overridden by placing another management-http-config.xml file in the classpath before coherence.jar.COH-29598
Improved the process of loading management-config.xml so that the file can be overridden by placing another management-config.xml file in the classpath or module path before coherence.jar.
Bugs fixed since Coherence CE 14.1.1.0.17
COH-30247
Fixed an issue where thecoherence.distributed.partitioncount
system property was not honored when using the default cache configuration.COH-30209
Fixed an issue where rolling restart with persistence done concurrently by 2 or more nodes may result in the cache service going into theORPHANED
state and require a cluster restart.COH-30197
Fix for CVE-2024-22201.COH-30157
Fixed an issue where the cluster service may be stopped in very rare circumstances due to an unhandledUnsupportedOperationException
.COH-30150
Fix for CVE-2024-29025.COH-30085
Fixed an issue whereExtensibleConfigurableCacheFactory.DependenciesHelper
newInstance()
methods present in Coherence CE are not present in commercial Coherence versions.COH-30067
Fixed an issue whereCacheMappingRegistry.register()
orSchemeMappingRegistry.register()
will throw aNullPointerException
if the registry is not initialized.COH-26683
Fixed an issue where MessageBus would heartbeat at double the configured interval.COH-23555
Fixed an issue where near, view, and continuous query caches may contain stale data after snapshot recovery.