Skip to content

Coherence CE v14.1.2-0-4

Choose a tag to compare

@coherence-bot coherence-bot released this 27 Oct 17:12
· 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

  1. COH-32911 Added 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.
  2. COH-32760 Added support for multiple addresses in <well-known-addresses> element for override.
  3. COH-32680 Added system property coherence.concurrent.extend.socketprovider to ease configuration of a non-default socket provider for the concurrent extend client and the concurrent extend proxy.
  4. COH-32490 Added heap size settings and processor count to the process details startup log message.
  5. COH-32486 Added enhancement that allows setting TTL for the @CacheAdd, @CacheGet, and @CachePut CDI annotations.
  6. COH-32457 Enhanced the incompatible serialiser warning message displayed when gRPC clients connect to also display the client member details.
  7. COH-31800 Added the ability to destroy a cache via the Storage Manager MBean or via Management over REST.
  8. COH-32844 Added OpenTelemetry support to the published container images.

Bugs fixed since Coherence CE v14.1.2-0-3

  1. COH-32549 Removed unnecessary logging when verifying credentials using the Coherence access controller.
  2. COH-32990 Updated RefreshableAddressProvider to use an Executor for its refresh thread.
  3. COH-32977 Updated Netty to version 4.1.127.Final.
  4. COH-32968 Fixed a server-side memory leak that occurred when handling gRPC connection errors.
  5. COH-32894 Fixed an issue where the isReady health check on a service MBean might throw a NullPointerException if the service fails to start.
  6. COH-32878 Added the cause exception to the wrapper IOException thrown by PortableObjectSerializer serialize() and deserialize() methods.
  7. COH-32835 Fixed the cause of a NullPointerException in SafeAsyncNamedCache.ensureRunningNamedCache().
  8. 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.
  9. COH-32745 Updated Google Protobuf to version 4.31.1.
  10. COH-32744 Updated SLF4J to version 2.0.17.
  11. COH-32738 Updated Log4j 2 to version 2.25.1.
  12. COH-32734 Updated Caffeine to version 3.2.2.
  13. COH-32732 Updated OpenTelemetry to version 1.52.0.
  14. COH-32722 Fixed an issue where view cache services could get a NullPointerException and prevent other services from shutting down gracefully.
  15. COH-32699 Fixed an issue where a NullPointerException may be thrown while applying an index when using a NotEqualsFilter.
  16. COH-32652 Fixed an issue where a java.lang.SecurityException may be thrown when running a privileged action due to the Subject not being inherited from the parent thread when using JDK 21.
  17. COH-32616 Fixed ValueExtractor.getCanonicalName() to handle unexpected exceptions thrown when called on a non lambda instance and return null for those cases.
  18. COH-32583 Fixed an issue where an EOFException could occur during rolling restart and cause the corresponding service to shut down and start again.
  19. COH-32536 Fixed an issue where the PacketReceiver service could be terminated due to a NullPointerException.
  20. COH-32340 Fixed an issue where the footprint measurement of index contents could return an erroneous value.
  21. COH-32298 Converted some DatagramTest tool values to longs to address integer overflow issues.
  22. COH-32208 Fixed an issue where a NullPointerException may be thrown in ReadWriteBackingMap isEvictable() in some rare scenarios.
  23. COH-32188 Fixed an issue where an assertion could fail while shutting down busy services.
  24. COH-31534 Enhanced snapshot validation to better identify corrupted snapshots.