Coherence CE v20.06.1
This is patch 1 of the Coherence CE v20.06 release.
Fixed Issues
- Fixed an issue where active recovery may commence while the service is suspended.
- Fixed an issue where traffic over TLS 1.3 connections may hang.
- Fixed an issue with Coherence management resources where client getting no response instead of an empty collection.
- Improved the description for the various managed-nodes options in a schema for coherence operational config so that it is easier for the developer to gain a quick understanding of what each mode means.
- Fixed a non-optimal deadlock avoidance rollback when using BackingMapContext.getBackingMapEntry to enlist entries in a different cache while concurrently executing a invokeAll on the other cache.
- Fixed an issue with CohQL backup and restore commands to use pass-through binary serializer rather than default Java serializer.
- Fixed an issue with CohQL where a StackOverflow would occur when comparing two identifiers.
- Fixed an issue with missing RPC definition for index removal in gRPC services.
- Fixed an issue with the signature of truncate RPC definition in gRPC services definition.
- Fixed an issue where Extend proxies create a new ConfigurableCacheFactory instance and hence fail to work correctly when using Coherence in a CDI container with the coherence-cdi-server module.