Skip to content

Coherence CE v25.03.1

Choose a tag to compare

@pthilagar pthilagar released this 29 Apr 18:21
· 251 commits to main since this release

This is patch 1 of the Coherence CE 25.03 release.

New features in Coherence CE 25.03.1

  1. COH-32058 Added additional close log messages and channel id to ConnectionException thrown on an Extend client to assist in diagnosing why that connection was closed.
  2. COH-31906 Added enhancement that allows configuring authorized hosts via a comma separated list of IP host names/addresses for both cluster members and extend clients. New system properties are coherence.authrorized.hosts and coherence.extend.authorized.hosts.

Bugs fixed since Coherence CE 25.03

  1. COH-32256 Fixed an issue where using some filters would result in timeouts due to inefficient code in internal structures.
  2. COH-32207 Fixed a bug in the KeystoreLogin class where the principal name was incorrectly taken from the certificate issuer name instead of using the certificate subject principal.
  3. COH-32128 Updated ASM (org.ow2.asm) to version 9.8.
  4. COH-32127 Fixed an issue which could prevent the Gradle/Maven POF plugins from working with Java 24.
  5. COH-32052 Improved Coherence's usage of OpenTelemetry to a) reduce the number of required dependencies b) reduce the number of required system properties that must be set in order for tracing to function properly. See the documentation for further details.
  6. COH-31975 Fixed an issue where NullPointerException could be thrown by Daemon.changeState method in some rare circumstances.
  7. COH-31960 Fixed an issue where a DistributedCache service may be terminated due to invalid assertion "Unrecoverable backup ownership de-synchronization for partition XXX(0!=YY)".
  8. COH-31414 Fixed an issue where many MessageFactory$CloseConnection objects might be created while an extend connection was being closed.
  9. COH-31394 Fixed an issue where cache store operations and out-of-band changes could incorrectly fire or suppress the firing of transaction COMMITTING and unsolicited commit event COMMITTED live events in some rare cases.
  10. COH-30595 Fixed a Proxy side memory leak caused by a continuously growing PartitionedCache ProcessedEvents array.
  11. COH-15932 Fixed an issue where NoClassDefFoundErr is thrown by default Serializer.getName method when optional inject.jar is not provided.