GitHub user ssharma opened a pull request:
https://github.com/apache/camel/pull/1152
using CHM::computeIfAbsent. Refactored code to make use of CHM and avâ¦
Further to the conversation in https://github.com/apache/camel/pull/1139,
used CHM::computeIfAbsent to avoid global locks and optimize initialization of
components. Had to refactor other methods to ensure they reap benefits of CHM.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ssharma/camel CAMEL-10269-JDK8
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/1152.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1152
----
commit bd82648aba7728f88e24324d14f9813960e8fa96
Author: Siddharth Sharma <[email protected]>
Date: 2016-09-02T21:45:54Z
using CHM::computeIfAbsent. Refactored code to make use of CHM and avoid
global locks
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---