GitHub user mikadev opened a pull request:
https://github.com/apache/camel/pull/2478
CAMEL-12732 Take into account isAllowManualCommit
Check isAllowManualCommit before setting the state
(Fix the manual commit for the state)
Sorry for my previous pull request i think now is the right solution
without adding parameters to the component.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mikadev/camel patch-2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/2478.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 #2478
----
commit c540332c5e0711d1533632f47ca5a302ec728583
Author: elbaz michael <michaelelbaz@...>
Date: 2018-08-16T10:51:07Z
CAMEL-12732 Take into account isAllowManualCommit
Check isAllowManualCommit before setting the state
(Fix the manual commit for the state)
----
---