This is patch 2 of the Coherence CE v25.03 release.
New features in Coherence CE v25.03.2
COH-32680
Added system propertycoherence.concurrent.extend.socketprovider
to ease configuration of a non-default socket provider for the concurrent extend client and the concurrent extend proxy.COH-32549
Removed unnecessary logging when verifying credentials using the Coherence access controller.COH-32457
Enhanced the incompatible serialiser warning message displayed when gRPC clients connect to also display the client member details.COH-32299
Added new reports to show gRPC proxy information.COH-31832
Added support for parallelizedLimitFilter
queries.COH-31612
Added 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-32652
Fixed an issue where ajava.lang.SecurityException
may be thrown when running a privileged action due to theSubject
not being inherited from the parent thread when using JDK 21.COH-32616
FixedValueExtractor.getCanonicalName()
to handle unexpected exceptions thrown when called on a non lambda instance and return null for those cases.COH-32583
Fixed an issue where anEOFException
could occur during rolling restart and cause the corresponding service to shut down and start again.COH-32536
Fixed an issue where thePacketReceiver
service could be terminated due to aNullPointerException
.COH-32524
Updated Helidon to version 4.2.3COH-32523
Updated OpenTelemetry to version 1.51.0.COH-32461
Removed the unused "member" attribute from member definition object in the management over REST Swagger document.COH-32433
Changed the processing of values provided to system properties ending in "Millis" such ascom.oracle.coherence.common.internal.net.socketbus.SocketBusDriver.ackTimeoutMillis
to 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-32395
Fixed an issue where running a query that involves specific field name prefixes will fail with aMissing or inaccessible method
error.COH-32394
Improved the scalability and performance of gRPC APIs.COH-32347
Updated org.eclipse.parsson:parson-media to version 1.1.7.COH-32346
Updated Jersey to version 3.1.10.COH-32345
Updated Caffeine to version 3.2.0.COH-32342
Updated Jackson to version 2.19.0.COH-32310
Fixed an issue where cancelled gRPC calls were counted as errors.COH-32229
Fixed an issue where aNamedCache
could be injected before theMapEvent
listeners were registered.COH-32208
Fixed an issue where aNullPointerException
may be thrown inReadWriteBackingMap
isEvictable()
in some rare scenarios.COH-32200
Fixed an issue where anEOFException
could occur during rolling restart and cause the corresponding service to shut down and start again.COH-32188
Fixed an issue where an assertion could fail while shutting down busy services.COH-30783
Fixed an issue where aNullPointerException
may be thrown as a result of failing to bind to a port when a member is transitioning to becoming the management senior.