]
Adrian Nistor updated ISPN-5348:
--------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
BatchingClusterEventManagerImpl.UnicastEventContext.addTargets may
try to modify an unmodifyable collection
-----------------------------------------------------------------------------------------------------------
Key: ISPN-5348
URL:
https://issues.jboss.org/browse/ISPN-5348
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 7.2.0.Beta2
Reporter: Adrian Nistor
Assignee: Adrian Nistor
Fix For: 7.2.0.CR1, 7.2.0.Final
If addTargets() was previously invoked with an unmodifiable collection future invocations
will try to append to it and throw UnsupportedOperationException.