Skip to content

Coherence CE v14.1.1.0.18

Compare
Choose a tag to compare
@pthilagar pthilagar released this 16 Jul 17:18
· 2944 commits to main since this release

This is patch 18 of the Coherence CE v14.1.1.0 release.

New features in Coherence CE 14.1.1.0.18

  1. COH-30158 Added Listener Key Count, Listener Filter Count and Listener Registration Count to report-cache-storage.xml.
  2. COH-29784 Improved the cleanup process of persistence files to handle case when data is deleted followed by a period with no cache activity.
  3. 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.
  4. 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

  1. COH-30247 Fixed an issue where the coherence.distributed.partitioncount system property was not honored when using the default cache configuration.
  2. 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 the ORPHANED state and require a cluster restart.
  3. COH-30197 Fix for CVE-2024-22201.
  4. COH-30157 Fixed an issue where the cluster service may be stopped in very rare circumstances due to an unhandled UnsupportedOperationException.
  5. COH-30150 Fix for CVE-2024-29025.
  6. COH-30085 Fixed an issue where ExtensibleConfigurableCacheFactory.DependenciesHelper newInstance() methods present in Coherence CE are not present in commercial Coherence versions.
  7. COH-30067 Fixed an issue where CacheMappingRegistry.register() or SchemeMappingRegistry.register() will throw a NullPointerException if the registry is not initialized.
  8. COH-26683 Fixed an issue where MessageBus would heartbeat at double the configured interval.
  9. COH-23555 Fixed an issue where near, view, and continuous query caches may contain stale data after snapshot recovery.