-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.21.1
-
Component/s: camel-bindy
-
Labels:None
-
Estimated Complexity:Unknown
When calling new DefaultFactoryRegistry().unregister(StringFormatFactory.class) - java.util.ConcurrentModificationException is thrown.
Because remove on list is called while streaming this list.