Releases: oracle/coherence
Coherence CE v15.1.1-0-1
This is patch 1 of the Coherence CE v15.1.1-0-0 release.
This patch is functionally equivalent to Coherence CE v15.1.1-0-0.
New features in Coherence CE v15.1.1-0-1
Bugs fixed since Coherence CE v15.1.1-0-0
Coherence CE v15.1.1-0-0
This is the Coherence CE v15.1.1-0-0 release.
Important Code Branch Note
This version 15.1.1-0-0 of Coherence CE is compatible with Jakarta EE 9+ (jakarta package names).
Requirements:
- Java 17 or higher
- Some features will work only on Java 21 or higher
API documentation for this release is available here: API Reference Documents
What’s New in this 15.1.1-0-0 Release
Learn about the features, enhancements, and changes made to Oracle Coherence in this release:
Coherence CE v22.06.15
This is patch 15 of the Coherence CE v22.06 release.
New features in Coherence CE v22.06.15
Bugs fixed since Coherence CE v22.06.14
COH-31478Fixed an issue where a view-scheme without a back-scheme did not pick up default configuration values for the embedded distributed-scheme, for example the default serializer could be used instead of the configured default serializer.COH-29262Fixed an issue where using an expiry value that would cause the expiry time to exceed Long.MAX_VALUE throws an exception.
Coherence CE v14.1.2-0-5
This is patch 5 of the Coherence CE v14.1.2-0-0 release.
New features in Coherence CE v14.1.2-0-5
Bugs fixed since Coherence CE v14.1.2-0-4
COH-33040Fixed a performance regression due to excessive calls to construct DoAsAction instances.COH-31478Fixed an issue where a view-scheme without a back-scheme did not pick up default configuration values for the embedded distributed-scheme, for example the default serializer could be used instead of the configured default serializer.COH-29262Fixed an issue where using an expiry value that would cause the expiry time to exceed Long.MAX_VALUE throws an exception.
Coherence CE v14.1.1-0-24
This is patch 24 of the Coherence CE v14.1.1-0-0 release.
This patch is functionally equivalent to Coherence CE v14.1.1-0-23
New features in Coherence CE v14.1.1-0-24
Bugs fixed since Coherence CE v14.1.1-0-23
Coherence CE v22.06.14
This is patch 14 of the Coherence CE v22.06 release.
New features in Coherence CE v22.06.14
COH-32911Added a remaining messages attribute to the topics Subscriber Group MBean and Subscriber Group Channels Mbean to track the number of uncommitted messages remaining in a topic for a subscriber group. This is also published via Coherence metrics.COH-32760Added support for multiple addresses in<well-known-addresses>element for override.COH-32680Added system propertycoherence.concurrent.extend.socketproviderto ease configuration of a non-default socket provider for the concurrent extend client and the concurrent extend proxy.
Bugs fixed since Coherence CE v22.06.13
COH-32549Removed unnecessary logging when verifying credentials using the Coherence access controller.COH-32977Updated Netty to version 4.1.127.Final.COH-32894Fixed an issue where theisReadyhealth check on a service MBean might throw aNullPointerExceptionif the service fails to start.COH-32878Added the cause exception to the wrapperIOExceptionthrown byPortableObjectSerializerserialize()anddeserialize()methods.COH-32835Fixed the cause of aNullPointerExceptioninSafeAsyncNamedCache.ensureRunningNamedCache()COH-32746Fixed an issue where taking a snapshot on a TTL-limited cache could lead to loss of TTL value and result in entries not being evicted.COH-32745Updated Google Protobuf to version 4.31.1.COH-32744Updated SLF4J to version 2.0.17.COH-32738Updated Log4j 2 to version 2.25.1.COH-32734Updated Caffeine to version 3.2.2.COH-32722Fixed an issue where view cache services could get aNullPointerExceptionand prevent other services from shutting down gracefully.COH-32699Fixed an issue where aNullPointerExceptionmay be thrown while applying an index when using aNotEqualsFilter.COH-32616FixedValueExtractor.getCanonicalName()to handle unexpected exceptions thrown when called on a non lambda instance and return null for those cases.COH-32536Fixed an issue where the PacketReceiver service could be terminated due to aNullPointerException.COH-32340Fixed an issue where the footprint measurement of index contents could return an erroneous value.COH-32298Converted some DatagramTest tool values to longs to address integer overflow issues.COH-32208Fixed an issue where aNullPointerExceptionmay be thrown inReadWriteBackingMapisEvictable()in some rare scenarios.COH-32188Fixed an issue where an assertion could fail while shutting down busy services.COH-31534Enhanced snapshot validation to better identify corrupted snapshots.
Coherence CE v14.1.2-0-4
This is patch 4 of the Coherence CE v14.1.2-0-0 release.
New features in Coherence CE v14.1.2-0-4
COH-32911Added a remaining messages attribute to the topics Subscriber Group MBean and Subscriber Group Channels Mbean to track the number of uncommitted messages remaining in a topic for a subscriber group. This is also published via Coherence metrics.COH-32760Added support for multiple addresses in<well-known-addresses>element for override.COH-32680Added system propertycoherence.concurrent.extend.socketproviderto ease configuration of a non-default socket provider for the concurrent extend client and the concurrent extend proxy.COH-32490Added heap size settings and processor count to the process details startup log message.COH-32486Added enhancement that allows setting TTL for the@CacheAdd,@CacheGet, and@CachePutCDI annotations.COH-32457Enhanced the incompatible serialiser warning message displayed when gRPC clients connect to also display the client member details.COH-31800Added the ability to destroy a cache via the Storage Manager MBean or via Management over REST.COH-32844Added OpenTelemetry support to the published container images.
Bugs fixed since Coherence CE v14.1.2-0-3
COH-32549Removed unnecessary logging when verifying credentials using the Coherence access controller.COH-32990UpdatedRefreshableAddressProviderto use anExecutorfor its refresh thread.COH-32977Updated Netty to version 4.1.127.Final.COH-32968Fixed a server-side memory leak that occurred when handling gRPC connection errors.COH-32894Fixed an issue where theisReadyhealth check on a service MBean might throw aNullPointerExceptionif the service fails to start.COH-32878Added the cause exception to the wrapperIOExceptionthrown byPortableObjectSerializerserialize()anddeserialize()methods.COH-32835Fixed the cause of aNullPointerExceptioninSafeAsyncNamedCache.ensureRunningNamedCache().COH-32746Fixed an issue where taking a snapshot on a TTL-limited cache could lead to loss of TTL value and result in entries not being evicted.COH-32745Updated Google Protobuf to version 4.31.1.COH-32744Updated SLF4J to version 2.0.17.COH-32738Updated Log4j 2 to version 2.25.1.COH-32734Updated Caffeine to version 3.2.2.COH-32732Updated OpenTelemetry to version 1.52.0.COH-32722Fixed an issue where view cache services could get aNullPointerExceptionand prevent other services from shutting down gracefully.COH-32699Fixed an issue where aNullPointerExceptionmay be thrown while applying an index when using aNotEqualsFilter.COH-32652Fixed an issue where ajava.lang.SecurityExceptionmay be thrown when running a privileged action due to theSubjectnot being inherited from the parent thread when using JDK 21.COH-32616FixedValueExtractor.getCanonicalName()to handle unexpected exceptions thrown when called on a non lambda instance and return null for those cases.COH-32583Fixed an issue where anEOFExceptioncould occur during rolling restart and cause the corresponding service to shut down and start again.COH-32536Fixed an issue where the PacketReceiver service could be terminated due to aNullPointerException.COH-32340Fixed an issue where the footprint measurement of index contents could return an erroneous value.COH-32298Converted some DatagramTest tool values to longs to address integer overflow issues.COH-32208Fixed an issue where a NullPointerException may be thrown inReadWriteBackingMapisEvictable()in some rare scenarios.COH-32188Fixed an issue where an assertion could fail while shutting down busy services.COH-31534Enhanced snapshot validation to better identify corrupted snapshots.
Coherence CE v14.1.1-0-23
This is patch 23 of the Coherence CE v14.1.1-0-0 release.
New features in Coherence CE v14.1.1-0-23
Bugs fixed since Coherence CE v14.1.1-0-22
COH-32977 Updated Netty to version 4.1.127.Final.
COH-32878 Added the cause exception to the wrapper IOException thrown by PortableObjectSerializer serialize() and deserialize() methods.
COH-32746 Fixed an issue where taking a snapshot on a TTL-limited cache could lead to loss of TTL value and result in entries not being evicted.
COH-32744 Updated SLF4J to version 2.0.17.
COH-32738 Updated Log4j 2 to version 2.25.1.
COH-32722 Fixed an issue where view cache services could get a NullPointerException and prevent other services from shutting down gracefully.
COH-32699 Fixed an issue where a NullPointerException may be thrown while applying an index when using a NotEqualsFilter.
COH-32616 Fixed ValueExtractor.getCanonicalName() to handle unexpected exceptions thrown when called on a non lambda instance and return null for those cases.
COH-32536 Fixed an issue where the PacketReceiver service could be terminated due to a NullPointerException.
COH-32340 Fixed an issue where the footprint measurement of index contents could return an erroneous value.
COH-32298 Converted some DatagramTest tool values to longs to address integer overflow issues.
COH-32208 Fixed an issue where a NullPointerException may be thrown in ReadWriteBackingMap isEvictable() in some rare scenarios.
COH-32188 Fixed an issue where an assertion could fail while shutting down busy services.
COH-31534 Enhanced snapshot validation to better identify corrupted snapshots.
Coherence CE v25.03.2
This is patch 2 of the Coherence CE v25.03 release.
New features in Coherence CE v25.03.2
COH-32680Added system propertycoherence.concurrent.extend.socketproviderto ease configuration of a non-default socket provider for the concurrent extend client and the concurrent extend proxy.COH-32549Removed unnecessary logging when verifying credentials using the Coherence access controller.COH-32457Enhanced the incompatible serialiser warning message displayed when gRPC clients connect to also display the client member details.COH-32299Added new reports to show gRPC proxy information.COH-31832Added support for parallelizedLimitFilterqueries.COH-31612Added aconfigureLogLevel(String sLevel, String sRole)operation to the Cluster MBean for updating log level cluster-wide, optionally filtering by member role to target specific services (e.g. "storage", "proxy").
Bugs fixed since Coherence CE v25.03.1
COH-32652Fixed an issue where ajava.lang.SecurityExceptionmay be thrown when running a privileged action due to theSubjectnot being inherited from the parent thread when using JDK 21.COH-32616FixedValueExtractor.getCanonicalName()to handle unexpected exceptions thrown when called on a non lambda instance and return null for those cases.COH-32583Fixed an issue where anEOFExceptioncould occur during rolling restart and cause the corresponding service to shut down and start again.COH-32536Fixed an issue where thePacketReceiverservice could be terminated due to aNullPointerException.COH-32524Updated Helidon to version 4.2.3COH-32523Updated OpenTelemetry to version 1.51.0.COH-32461Removed the unused "member" attribute from member definition object in the management over REST Swagger document.COH-32433Changed the processing of values provided to system properties ending in "Millis" such ascom.oracle.coherence.common.internal.net.socketbus.SocketBusDriver.ackTimeoutMillisto allow defaulting the duration to milliseconds. Additionally a warning message is now printed to stderr when a configuration system property's value is ignored due to invalid format.COH-32395Fixed an issue where running a query that involves specific field name prefixes will fail with aMissing or inaccessible methoderror.COH-32394Improved the scalability and performance of gRPC APIs.COH-32347Updated org.eclipse.parsson:parson-media to version 1.1.7.COH-32346Updated Jersey to version 3.1.10.COH-32345Updated Caffeine to version 3.2.0.COH-32342Updated Jackson to version 2.19.0.COH-32310Fixed an issue where cancelled gRPC calls were counted as errors.COH-32229Fixed an issue where aNamedCachecould be injected before theMapEventlisteners were registered.COH-32208Fixed an issue where aNullPointerExceptionmay be thrown inReadWriteBackingMapisEvictable()in some rare scenarios.COH-32200Fixed an issue where anEOFExceptioncould occur during rolling restart and cause the corresponding service to shut down and start again.COH-32188Fixed an issue where an assertion could fail while shutting down busy services.COH-30783Fixed an issue where aNullPointerExceptionmay be thrown as a result of failing to bind to a port when a member is transitioning to becoming the management senior.
Coherence CE v22.06.13
This is patch 13 of the Coherence CE v22.06 release.
New features in Coherence CE v22.06.13
COH-32299Added new reports to show gRPC proxy information.COH-31832Added support for parallelizedLimitFilterqueries.COH-31612Added aconfigureLogLevel(String sLevel, String sRole) operation to the Cluster MBean for updating log level cluster-wide, optionally filtering by member role to target specific services (e.g. "storage", "proxy").
Bugs fixed since Coherence CE v22.06.12
COH-32524Updated Helidon to version 4.2.3COH-32523Updated OpenTelemetry to version 1.51.0.COH-32461Removed the unused "member" attribute from member definition object in the management over REST Swagger document.COH-32433Changed the processing of values provided to system properties ending in "Millis" such ascom.oracle.coherence.common.internal.net.socketbus.SocketBusDriver.ackTimeoutMillisto allow defaulting the duration to milliseconds. Additionally a warning message is now printed tostderrwhen a configuration system property's value is ignored due to invalid format.COH-32395Fixed an issue where running a query that involves specific field name prefixes will fail with aMissing or inaccessible methoderror.COH-32394Improved the scalability and performance of gRPC APIs.COH-32347Updatedorg.eclipse.parsson:parson-mediato version 1.1.7.COH-32346Updated Jersey to version 3.1.10.COH-32345Updated Caffeine to version 3.2.0.COH-32342Updated Jackson to version 2.19.0.COH-32310Fixed an issue where cancelled gRPC calls were counted as errors.COH-32229Fixed an issue where aNamedCachecould be injected before theMapEventlisteners were registered.COH-32200Fixed an issue where anEOFExceptioncould occur during rolling restart and cause the corresponding service to shut down and start again.COH-30783Fixed an issue where aNullPointerExceptionmay be thrown as a result of failing to bind to a port when a member is transitioning to becoming the management senior.