-
Bug
-
Resolution: Done
-
Major
-
6.0.0
-
None
Description of problem:
TaskModelProvider is not thread safe while it should be because it uses ServiceLoader which explicitly states in documentation that:
"Instances of this class are not safe for use by multiple concurrent threads." (http://docs.oracle.com/javase/6/docs/api/java/util/ServiceLoader.html)
This affects environments that need to use the TaskModelProvider from different threads with no prior invocation.
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
Additional info: