Coherence CE v23.09.1
This is patch 1 of the Coherence CE 23.09 release.
Bugs fixed since Coherence CE 23.09
COH-28772
Upgraded Helidon version to 3.2.3, Netty version to 4.1.100.Final, gRPC version to 1.57.1 and Jersey version to 3.0.11.COH-28728
Fixed an issue where a topic subscriber could stop receiving messages from a newly allocated channel after the previous owner of the channel departed.COH-28726
Use internalForkJoinPool
to run queries in parallel across all owned partitions.COH-28705
FixedRequestTimeoutException
of 249 milliseconds when setting an MBean attribute by using longer serviceRequestTimeout
.COH-27952
Gradle Plugin: Add incremental build support (only instrument changed POF classes).COH-28615
The distributed executor service will now distribute tasks to executors in a round-robin fashion.COH-28599
Fixed an issue where topic subscribers channel allocations were sometimes not cleaned up when the subscribers owning member departed from the cluster.COH-28550
Improved performance of filter-based aggregators by leveraging partitioned index.COH-28549
Improved performance of filter-based entry processors by leveraging partitioned index.COH-28572
Re-enabled the Coherence Gradle Plugin, upgraded to Gradle 8.4 and provided Java 21 support.COH-28562
FixedIllegalAccessException
thrown inDefaultMemberIdentity.makeProcessName
method when using JDK 17 or greater.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.COH-28507
Removed the SunCodemodel
shaded dependency fromcoherence.jar
due to its dropped support in JDK17.COH-28484
Fixed an issue that preventsExtractorComparator
to be used withPofExtractor
.COH-28336
Fixed an issue that could yield aNullPointerException
if tracing propagation state is empty.COH-28314
Added the ability to insert JSON data via CohQL.COH-28279
Changedasync()
to throwUnsupportedOperationException
for Extend caches. Changedasync()
for Near and View caches to callasync()
on the back cache.COH-28074
Fixed an issue where partitioned queries took longer to execute than before, this fix now provides as fast or faster execution due to the ability to run queries in parallel across partitions.COH-28096
Fixed the bug where a query results could include an entry that doesn't match specified filter under heavy concurrent updates.COH-27990
Added theClearCount
attribute to theStorageManager
MBean to show how many times theclear()
operation has been called on a cache.