-
Enhancement
-
Resolution: Done
-
Minor
-
None
-
None
-
None
-
NEW
-
NEW
The WebServiceWorkItemHandler currently is synchronised at the method getWSClient even though behind the scenes a ConcurrentHashMap is being used.
This synchronised blocking was picked up in performance tests. Having moved the synchronised method to a block further inline in the method performance gains were noticed.
Pull Request has been made for this.