]
William Burns updated ISPN-8970:
--------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Cache.(entrySet|keySet|values).stream.iterator shouldn't support
remove
-----------------------------------------------------------------------
Key: ISPN-8970
URL:
https://issues.jboss.org/browse/ISPN-8970
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 9.2.0.Final
Reporter: William Burns
Assignee: William Burns
Fix For: 9.2.1.Final
The iterator remove method is completely unnecessary and adds additional wrapping and
complexity to all stream objects. We should remove this completely. The
Cache.(entrySet|keySet|values).iterator is the only ones that should support remove on the
iterator.