Skip to content

Coherence CE v14.1.1.0.19

Compare
Choose a tag to compare
@pthilagar pthilagar released this 15 Oct 16:16
· 2978 commits to main since this release

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

New features in Coherence CE 14.1.1.0.19

  1. COH-30534 Added an element to the service list indicating the persistence mode in use.

Bugs fixed since Coherence CE 14.1.1.0.18

  1. COH-30903 Updated JLine to version 3.26.3.
  2. COH-30845 Fixed an issue where entry processor invocations may never be re-sent when re-distribution takes place at the same time.
  3. COH-30830 Fixed an issue where ContinuousQueryCache did not handle NamedCacheDeactivationListener registrations correctly. This can cause issues if using View Scheme on Extend or gRPC Proxy servers.
  4. COH-30828 Fixed an issue where the history file was not getting saved to disk for CohQL query console & Coherence console when using jline.jar.
  5. COH-30821 Fixed an issue in DistinctValues.accumulate() that results in onAggregateFilterRequest() throwing a NotSerializableException.
  6. COH-30803 Fixed an issue where a NullPointerException may be thrown traversing BinaryRadixTree nodes during a CompactSerializationCache operation.
  7. COH-30646 Fixed a regression in CohQL query.sh by adding new command line argument "-v" to indicate that the CohQL statement should be echo'ed to output. Also fixed unhandled JLine exceptions for EOF and user interruption.
  8. COH-30533 Fixed an issue where specifying a wrong value for persistence mode would be silently ignored and default to "on-demand".
  9. COH-30472 Fixed an issue where deserialization of reflection based extractors may be rejected when running in WebLogic.
  10. COH-30438 Fixed an issue that resulted in unnecessary deserialization of entry values during write-behind.
  11. COH-30298 Added defensive guards against OpenTracing tracer implementations that don't conform to the specification.
  12. COH-30141 Fixed an issue where queries using an index with Elastic Data were running slower than they should.