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.