Coherence CE v14.1.2-0-4
·
6 commits
to v14.1.2.0
since this release
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.