GitHub user dbaldes opened a pull request: https://github.com/apache/camel/pull/1859
CAMEL-11609:thread-safety if headers get modified on the fly This synchronized write and read on the headers when an adaption is needed. Unit tests are successful. Potential performance drawback due to synchronization. You can merge this pull request into a Git repository by running: $ git pull https://github.com/dbaldes/camel CAMEL-11609 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/1859.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 #1859 ---- commit c213d80977cb49c7467d80a378ee50a7fe8a5db8 Author: Daniel Baldes <dan...@baldes.name> Date: 2017-08-01T09:24:46Z CAMEL-11609:thread-safety if headers get modified on the fly ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---