-
Bug
-
Resolution: Done
-
Major
-
4.1.0.Final, 4.2.0.CR2
-
None
-
None
-
Documentation (Ref Guide, User Guide, etc.)
The javadoc for the interface org.infinispan.client.hotrod.RemoteCache incorrectly marks a number of operations as supported, whereas the code throws an UnsupportedOperationException when the se methods are invoked.
The methods in question are:
void evict()
Configuration getConfiguration()
void addListener()
Set<Object> getListeners()
void removeListener()