Coherence CE v14.1.1.0.19
This is patch 19 of the Coherence CE v14.1.1.0 release.
New features in Coherence CE 14.1.1.0.19
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
COH-30903
Updated JLine to version 3.26.3.COH-30845
Fixed an issue where entry processor invocations may never be re-sent when re-distribution takes place at the same time.COH-30830
Fixed an issue whereContinuousQueryCache
did not handleNamedCacheDeactivationListener
registrations correctly. This can cause issues if using View Scheme on Extend or gRPC Proxy servers.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.COH-30821
Fixed an issue inDistinctValues.accumulate()
that results inonAggregateFilterRequest()
throwing aNotSerializableException
.COH-30803
Fixed an issue where aNullPointerException
may be thrown traversingBinaryRadixTree
nodes during aCompactSerializationCache
operation.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.COH-30533
Fixed an issue where specifying a wrong value for persistence mode would be silently ignored and default to "on-demand".COH-30472
Fixed an issue where deserialization of reflection based extractors may be rejected when running in WebLogic.COH-30438
Fixed an issue that resulted in unnecessary deserialization of entry values during write-behind.COH-30298
Added defensive guards againstOpenTracing
tracer implementations that don't conform to the specification.COH-30141
Fixed an issue where queries using an index with Elastic Data were running slower than they should.