-
Enhancement
-
Resolution: Done
-
Major
-
7.0.0.Alpha4
-
None
Currently, EntryIterable.close() throws an exception, which is inconsistent with the runtime exception conventions in the rest of the infinispan api. In fact, none of the methods called from within the implemention's close() method throws a checked exception, so why should the close() method on the interface?