GitHub user aldettinger opened a pull request: https://github.com/apache/camel/pull/1220
Added a test class to ensure CAMEL-10322 non-regression Hi, In the context of [CAMEL-10322](https://issues.apache.org/jira/browse/CAMEL-10322), I have implemented a test reproducing the issue on 2.16.3 and demonstrating the issue correction at least in 2.19.0-SNAPSHOT. On my machine, I could run commands above against camel-core: mvn clean compile -P sourcecheck => ok mvn install => ok I could manage the JIRA issue but I don't have permission yet. Could someone bring me in ? Many thanks You can merge this pull request into a Git repository by running: $ git pull https://github.com/aldettinger/camel master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/1220.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 #1220 ---- commit 3becd4acb692fa9400185638f3a6dca8f501922a Author: aldettinger <aldettin...@gmail.com> Date: 2016-10-21T14:44:04Z Added a test class to ensure CAMEL-10322 non-regression ---- --- 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. ---