Skip to content

Coherence CE v22.06.12

Choose a tag to compare

@coherence-bot coherence-bot released this 15 Apr 15:19
· 1771 commits to main since this release

This is patch 12 of the Coherence CE 22.06 release.

New features in Coherence CE 22.06.12

  1. COH-31826 Enhanced automatic detection of persistence targeting remote file-systems by identifying file system type osfc2 as a remote file-system and in such cases auto-enabled je.log.useODSYNC to ensure database integrity in such environments.
  2. COH-31464 Fixed timing related issues in the NamedTopic subscriber API and generally hardened the code base.
  3. COH-31101 Updated the metrics format to conform to the OpenObservability spec.
  4. COH-31087 Added the serializer name to the proxy server and client serializer mismatch log message.
  5. COH-30514 Added a Management MBean and REST operation to fetch the persistence snapshot or recovery status, as well as a list of failed snapshots.

Bugs fixed since Coherence CE 22.06.11

  1. COH-31917 Fixed an issue where a partitioned cache service may be terminated due to an unhandled ArrayOutOfBoundsException being thrown in some rare circumstances when a member leaves the cluster.
  2. COH-31905 Fixed an issue where the default access controller and auditing authoriser did not properly print principal names in log messages.
  3. COH-31853 Updated Helidon to version 2.6.11
  4. COH-31799 Fixed an issue where a topics subscriber may fail to reconnect after the underlying topic service has been stopped and restarted or suspended and resumed.
  5. COH-31798 Fix for CVE-2025-24970.
  6. COH-31783 Fixed an issue where using Caffeine as a backing map and performing eviction of a single entry could result in said entry still being briefly visible to other cache operations.
  7. COH-31759 Fixed an issue where an IllegalArgumentException may be thrown by Coherence HTTP endpoints when an unsupported HTTP method is received.
  8. COH-31723 Fixed an issue where a topics subscriber may return an incorrect channel count if it is disconnected.
  9. COH-31717 Enhanced LoginModule to support providing the keystore password with a callback handler.
  10. COH-31712 Fixed an issue where foreign namespace XML elements (such as spring:bean) within a cachestore-scheme would not be processed.
  11. COH-31674 Fixed an issue where a topics subscriber may fail to be properly unsubscribed if the senior cluster member dies.
  12. COH-31614 Fixed an issue where an IllegalArgumentException could be thrown when a cache persistence activity due to cache creation or deletion runs concurrently with taking a snapshot.
  13. COH-31497 Fixed an issue where taking snapshots without suspending the service could result in thread starvation due to concurrent requests.
  14. COH-31373 Fixed an issue where doing a rolling upgrade could result in an IllegalStateException and prevent distributed cache services from starting.
  15. COH-31217 Fixed an issue where calling seek() on a topic subscriber could intermittently cause a class cast exception on a subsequent receive() call.