Skip to content

Coherence CE v14.1.1.0.16

Compare
Choose a tag to compare
@pthilagar pthilagar released this 16 Jan 21:16
· 2731 commits to main since this release

This is patch 16 of the Coherence CE v14.1.1.0 release.

New features in Coherence CE 14.1.1.0.16

  1. COH-29098 Added the "truncate" operation to the help command in the Console application.

Bugs fixed since Coherence CE 14.1.1.0.15

  1. COH-28980 Fixed an issue where there may be leaked threads as a result of starting and stopping DefaultCacheServer multiple times within the same JVM instance.
  2. COH-28939 Improved Coherence to work correctly when coherence.jar is shaded into another jar.
  3. COH-28922 Fixed an issue where a ClassCastException may be thrown when transferring partitions containing entries with an expiry.
  4. COH-28841 Fix for Netty CVE-2023-44487.
  5. COH-28768 Fixed an issue where query processing enhancements introduced a performance degradation when using indices in filter-based calls (entrySet, invokeAll with filter or aggregations).
  6. COH-28705 Fixed an issue where a RequestTimeoutException may be thrown when setting an MBean attribute due to the operation using a small timeout value instead of the service request timeout.
  7. COH-28652 Fix a performance regression by removing unnecessary JEP-290 filter checking of the array length of a String or Binary.
  8. COH-28547 Fixed an issue where using a conditional index on a key extractor resulted in the corresponding index not being updated when entry values were modified, and queries would return incorrect results.
  9. COH-28536 Fixed an issue where a race condition is possible in SafeHashMap on ARM processors.
  10. COH-28461 Fixed an issue where UnsolicitedCommitEvents may not fire for some entries which are part of a bulk update such as a clear().
  11. COH-28336 Fixed an issue in OpenTracing integration where a NullPointerException may be thrown if the tracing propagation state is empty.