]
Dan Berindei updated ISPN-5485:
-------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Refactor DataContainer and various Maps to use new Java 8 classes
-----------------------------------------------------------------
Key: ISPN-5485
URL:
https://issues.jboss.org/browse/ISPN-5485
Project: Infinispan
Issue Type: Feature Request
Components: Core
Reporter: William Burns
Assignee: William Burns
Fix For: 8.0.0.Alpha1, 8.0.0.Final
Currently we have a lot of stop gap interfaces such as KeyValueAction that have now been
replaced by newer Java 8 classes. We should move our classes over to remove redundant code
and also provide more consistency.