Skip to content

Coherence C++ Client v14.1.1.0.10

Compare
Choose a tag to compare
@coherence-bot coherence-bot released this 26 Jul 19:09

This is patch 10 of Coherence C++ Extend Client v14.1.1.

Fixed Issues

COH-25530 Fixed an issue where an *Extend client may incorrectly treat a cache as being explicitly destroyed in some rare scenarios.
COH-25528 Fixed an issue where skipping null String references within a uniform map would raise an exception.
COH-23854 Added cache configuration element cache-values which allows a view-scheme to be configured to cache both keys and values (the default), or only keys.
COH-23599 Fixed an issue where "system-property" attributes in configuration files are ignored in some scenarios.
COH-23287 Fixed an issue where a compiler warning is generated when including Managed.hpp if -Werror is specified.
COH-22968 Fixed an issue where get requests on a NearCache would trigger MapListener update events.
COH-22221 Fixed an issue where an IllegalArgumentException may be thrown when attempting to get the current operating system user.
COH-22178 Fixed an issue where hostname address lookup may return a non-optimal address to use for connecting to the proxy service.
COH-21595 Fixed an issue with binary map detection within a ContinuousQueryCache.