]
Tristan Tarrant updated ISPN-7671:
----------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Deprecate DataContainer collection methods
------------------------------------------
Key: ISPN-7671
URL:
https://issues.jboss.org/browse/ISPN-7671
Project: Infinispan
Issue Type: Task
Reporter: William Burns
Assignee: William Burns
Fix For: 9.0.0.Final
The various collection methods (entrySet, keySet and values) on the DataContainer are
very inconsistent causing possible confusion of their usage. All usages of these methods
in the code base could instead use iterator or iteratorIncludingExpired methods. We should
deprecate the collection methods for preparation of removing them in 10.