Coherence CE v25.03
This is the Coherence CE v25.03 release.
Requirements:
- Java 17 or higher
- Some features will work only on Java 21 or higher
Major New Features in Coherence CE 25.03
- Remote Topics
A remote topic is specialized topic service that routes operations to a topic on the Coherence cluster. The remote topic and the topic on the cluster must have the same topic name. Extend clients use theNamedTopicinterface as normal to get an instance of the topic. At run time, the topic operations are not executed locally but instead are sent using TCP/IP to an Extend or gRPC proxy service on the cluster. The fact that the topic operations are delegated to a topic on the cluster is transparent to the client code. There is no API difference between topics on a cluster member and topics on a client.
Other New Features and Enhancements in Coherence CE 25.03
COH-31826Enhanced automatic detection of persistence targeting remote file-systems by identifying file system typeosfc2as a remote file-system and in such cases auto-enabledje.log.useODSYNCto ensure database integrity in such environments.COH-31695Addedxml-overrideattribute with default name for specifying override file for Coherence default andcoherence-concurrentmodule cache configurations.COH-31646General refactoring and hardening of the Coherence gRPC APIs.COH-31481Removed use ofjava.lang.SecurityManagerandjava.security.AccessControllerwhen running on Java 24 and higher.COH-31464Fixed timing related issues in theNamedTopicsubscriber API and generally hardened the code base.COH-31101Updated the metrics format to conform to the OpenObservability spec.COH-31087Added the serializer name to the proxy server and client serializer mismatch log message.COH-31079Added the ability to run pre-defined reports using Management over REST API.COH-31009MovedJpaCacheLoaderandJpaCacheStoreintocoherence-jpamodule, and changed the package name fromcom.tangosol.coherence.jpatocom.oracle.coherence.jpa.COH-30940Added newValueExtractorfactory methods to thecom.tangosol.util.Extractorsclass.COH-30790Updated query explain and query trace output, as well asMaxQueryDescriptiononStorageManagerMBean to show a better/more readable representation of filters and extractors being used.COH-30731AddedCollectionExtractorwhich enables projection of values within a collection using a nestedValueExtractor.COH-30514Added a Management MBean and REST operation to fetch the persistence snapshot or recovery status, as well as a list of failed snapshots.COH-30448Improved the warning log message which describes a potential communication problem due to packet delivery failures to be more clear and accurate.COH-30321Removed the stack trace from the log message that indicates that a remote cache or invocation service failed to start due to being unable to connect to a proxy service.COH-30057Added support for system propertycoherence.guardian.log.threaddump.intervalwhich can be set to a time duration to reduce the frequency that guardian service thread dumps appear in the server log.COH-29675Added a warning message to the Name Service lookup utility,NSLookup, when lookup of-name <service>fails and the provided service does not match any of the predefined services.COH-27121Added a Management MBean operation and a REST endpoint to reset statistics for MBeans specified by a query string.
Bugs Fixed since Coherence CE 24.09
COH-31958Updated Helidon to version 4.2.0COH-31917Fixed an issue where a partitioned cache service may be terminated due to an unhandledArrayOutOfBoundsExceptionbeing thrown in some rare circumstances when a member leaves the cluster.COH-31905Fixed an issue where the default access controller and auditing authoriser did not properly print principal names in log messages.COH-31840Reduced the log level ofBufferManagerlog messages toFINEST.COH-31799Fixed an issue where a topics subscriber may fail to reconnect after the underlying topic service has been stopped and restarted or suspended and resumed.COH-31798Updated Netty to version 4.1.118.FINAL.COH-31783Fixed an issue where using Caffeine as a backing map and performing eviction of a single entry could result in said entry still being briefly visible to other cache operations.COH-31759Fixed an issue where anIllegalArgumentExceptionmay be thrown by Coherence HTTP endpoints when an unsupported HTTP method is received.COH-31723Fixed an issue where a topics subscriber may return an incorrect channel count if it is disconnected.COH-31717EnhancedLoginModuleto support providing the keystore password with a callback handler.COH-31712Fixed an issue where foreign namespace XML elements (such as<spring:bean>) within acachestore-schemewould not be processed.COH-31674Fixed an issue where a topics subscriber may fail to be properly unsubscribed if the senior cluster member dies.COH-31664Fixed exceptions thrown during fail-over or shutdown of gRPC client connections.COH-31614Fixed an issue where anIllegalArgumentExceptioncould be thrown when a cache persistence activity due to cache creation or deletion runs concurrently with taking a snapshot.COH-31608Updated OpenTelemetry to version 1.46.0.COH-31596Fixed an issue that could prevent OpenTelemetry spans from being properly linked.COH-31497Fixed an issue where taking snapshots without suspending the service could result in thread starvation due to concurrent requests.COH-31480Fixed an issue whereRemoveCounton theStorageManagerMBean was not being reset when callingresetStatistics().COH-31399Updated gRPC to version 1.65.1.COH-31385Fixed an issue where aNullPointerExceptionmay be thrown when fetching theBinaryEntriesfrom aTransferEventif the partition is migrating.COH-31376Fixed an issue where published Coherence source JAR doesn't contain Java sources files.COH-31373Fixed an issue where doing a rolling upgrade could result in anIllegalStateExceptionand prevent distributed cache services from starting.COH-31325Fixed an issue where theContinuousQueryCacheconstructor did not honor the request for no local cache values when a map listener was provided. Note: this fix results in a behavior change as the CQC constructor now infers that the provided listener is a lite listener.COH-31253Fixed an issue where internalCacheStoreoperations can result in unsolicited commit events.COH-31217Fixed an issue where callingseek()on a topic subscriber could intermittently cause aClassCastExceptionon a subsequentreceive()call.COH-31210Fixed an issue where aNullPointerExceptioncould be thrown when using thecoherence-mp-configmodule.COH-31209Fixed an issue where overriding the backing map for a caching scheme using a cache config override throws an exception because the merging of two scheme elements results in invalid XML.COH-31208Fixed an issue where using a cache configuration override containingcache-mappingfor the samecache-nameas the parent cache configuration file results inIllegalArgumentException.COH-31179Fixed an issue where anIllegalArgumentExceptioncould be thrown when a cache persistence activity runs concurrently with taking a snapshot.COH-31178Fixed an issue where cache map listeners were not unregistered when a gRPC proxy service was shutdown.COH-31164Fixed an issue where using theSimilaritySearchaggregator from gRPC clients did not workCOH-31125Fixed an issue where using theNullFirstargument set to true in aSafeComparatorwould not be honored when running queries.COH-31109Fixed an issue during a rolling upgrade where a corrupted message type 87 can occur in a Coherence storage enabled server running version 12.2.1.4/14.1.1.0 while other storage-enabled cluster members are version 14.1.1.2206 or higher.COH-31092Fixed the issue whereSimilaritySearchaggregator couldn't be executed asynchronously.COH-31022Fixed an issue where persistence snapshots could produce aNullPointerExceptionin some rare circumstances if a rolling upgrade to remove cache mappings was not correctly done.COH-30999Fixed an issue where thegetOrDefault()call on a cache that uses RWBM with cache store does not propagate the call through to the cache store when the entry does not exist.COH-30969Fixed an issue whereInFilterqueries could take longer to return.COH-30950Fix equality and hash code forUniversalExtractor(UE), used by indexing, when UE name is a JavaBean accessor but missing method suffix,(), , i.e.UE("getProperty")is now equivalent toUE("getProperty()")andReflectionExtractor("getProperty").COH-30939Fixed a thread safety issue when callingremoveAllonSafeHashMap.COH-30928Updated the executor servicesCronTaskto allow the user to configure whether or not the wrapped task should be cloned upon each successful execution or not where as previously, it always performed the clone which prevents the task from maintaining internal state.COH-30916Fixed an issue where performing a rolling upgrade would cause aNullPointerExceptionand make the cache service restart.COH-30907Fixed an issue that prevented the use of additional filters when usingNamedOrchestrationto orchestrate tasks to the executor service.COH-30900Fixed an issue where recovering multiple large caches with indices from persistence could result in invalid index contents.COH-30845Fixed an issue where entry processor invocations may never be re-sent when re-distribution takes place at the same time.COH-30828Fixed an issue where the history file was not getting saved to disk for CohQL query console & Coherence console when usingjline.jar.COH-30772Fixed an issue where a write-behind remove might get stuck when there are outstanding pending write-behind operations on the entry.COH-30426Added the ability to reference property names of JSON data and Java Record in CohQL. Note that older .NET and C++ extend clients usingQueryHelperneed to be upgraded to work with this change.COH-30132Fixed an issue where aClassCastExceptionorNullPointerExceptionmay be thrown byInvocableMapduring service config processing in some very rare scenarios.COH-29982Added backwards and forward compatibility support for system properties with prefixcom.oracle.commonandcom.oracle.coherence.common, if system property lookup fails beginning with one prefix, retry lookup with alternative prefix. This change accommodates moving packagecom.oracle.commontocom.oracle.coherence.commonin Coherence version 14.1.1.0.COH-29800Fixed an issue where the backing map manager wasn't correctly set and initialized when using a View Scheme.