Coherence CE v21.12.1
This is Patch 1 of the Coherence CE v21.12 release.
New Features in 21.12.1:
- Added support for using a password provider for the keystore password in the
AccessController
. - Added API methods to determine the number of unreceived elements for a
NamedTopic
subscriber or subscriber group.
Bugs fixed since Coherence CE 21.12:
- Fixed an issue with
AccessController
where keystores which support read access without a password could no longer be used without a password. - Removed the optional Log4J and SLF4J dependencies from the Coherence POM file.
- Fixed an issue where topic subscribers failed to be cleaned up causing channels to fail to be reallocated to remaining subscribers.
- Fixed an issue where deadlock occurs if a topic and one or more of its publishers are closed by different threads at the same time.
- Fixed an issue where a
NullPointerException
may be thrown when a topic attempts to clean up subscriber notifications for a non-existent page. - Updated the management Swagger to call out certain features that are available when using Grid Edition only.
- Fixed an issue in topic
Subscriber
where theCompletableFuture
returned from calls toSubscriber.receieve()
could fail to complete on an empty topic when theSubscriber
was created with theCompleteOnEmpty
option enabled. - Fixed an issue where the
operationId
in the management Swagger document was incorrect for the stop service operation.