]
Tristan Tarrant updated ISPN-6965:
----------------------------------
Fix Version/s: 9.1.0.Final
(was: 9.0.0.Final)
Throw UnsupportedOperation exceptions in RemoteCache for
unimplemented methods of ConcurrentMap
-----------------------------------------------------------------------------------------------
Key: ISPN-6965
URL:
https://issues.jboss.org/browse/ISPN-6965
Project: Infinispan
Issue Type: Task
Components: Remote Protocols
Reporter: Sanne Grinovero
Fix For: 9.1.0.Final
The {{RemoteCache}} class inherits several methods from {{ConcurrentMap}} which are not
overriden and won't work as expected, or are not safe for concurrent usage.
These should at least throw an exception, and ideally be documented as not-implemented in
the javadocs.