Skip to content

Coherence CE v22.06.14

Choose a tag to compare

@coherence-bot coherence-bot released this 27 Oct 17:10
· 5 commits to v22.06 since this release

This is patch 14 of the Coherence CE v22.06 release.

New features in Coherence CE v22.06.14

  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.

Bugs fixed since Coherence CE v22.06.13

  1. COH-32549 Removed unnecessary logging when verifying credentials using the Coherence access controller.
  2. COH-32977 Updated Netty to version 4.1.127.Final.
  3. COH-32894 Fixed an issue where the isReady health check on a service MBean might throw a NullPointerException if the service fails to start.
  4. COH-32878 Added the cause exception to the wrapper IOException thrown by PortableObjectSerializer serialize() and deserialize() methods.
  5. COH-32835 Fixed the cause of a NullPointerException in SafeAsyncNamedCache.ensureRunningNamedCache()
  6. 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.
  7. COH-32745 Updated Google Protobuf to version 4.31.1.
  8. COH-32744 Updated SLF4J to version 2.0.17.
  9. COH-32738 Updated Log4j 2 to version 2.25.1.
  10. COH-32734 Updated Caffeine to version 3.2.2.
  11. COH-32722 Fixed an issue where view cache services could get a NullPointerException and prevent other services from shutting down gracefully.
  12. COH-32699 Fixed an issue where a NullPointerException may be thrown while applying an index when using a NotEqualsFilter.
  13. COH-32616 Fixed ValueExtractor.getCanonicalName() to handle unexpected exceptions thrown when called on a non lambda instance and return null for those cases.
  14. COH-32536 Fixed an issue where the PacketReceiver service could be terminated due to a NullPointerException.
  15. COH-32340 Fixed an issue where the footprint measurement of index contents could return an erroneous value.
  16. COH-32298 Converted some DatagramTest tool values to longs to address integer overflow issues.
  17. COH-32208 Fixed an issue where a NullPointerException may be thrown in ReadWriteBackingMap isEvictable() in some rare scenarios.
  18. COH-32188 Fixed an issue where an assertion could fail while shutting down busy services.
  19. COH-31534 Enhanced snapshot validation to better identify corrupted snapshots.