Following what is defined in the Collections javadoc, it might be a good idea to synchronize when iterating the stream list, that is created with Collections.synchronizedList.
This work originated after the pull request submitted to VALIDATOR-434, and searching other components in commons using similar method to create lists but not synchronizing the iteration.
- links to