Oliver Gierke 70c35433f3 DATACMNS-362 - Resolved concurrency problem in Repositories.
We now create a copy of the keys before iterating over them in Repositories.getRepoInforFor(…) to make sure other threads can safely trigger lookupRepositoryFactoryInformationFor(…) which potentially alters the repositories instance variable. So far we haven't guarded against this scenario which caused a ConcurrentModificationException.
2013-08-26 18:30:53 +02:00
2013-02-07 13:26:04 +01:00
Description
No description provided
22 MiB
Languages
Java 100%