GitHub user gsudharsan opened a pull request:
https://github.com/apache/camel/pull/2386
CAMEL-12588 Fix Improvement
AggregateProcessor doStop() method changed to call shutdown() instead of
shutdownNow()
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gsudharsan/camel master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/2386.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 #2386
----
commit 669f5be52e7ed1773fc8aa8cc0b95b1ed676fefa
Author: Sudharsan Govindarajan <sudharsan.govindarajan@...>
Date: 2018-06-19T14:06:27Z
CAMEL-12588 Fix Improvement
AggregateProcessor doStop() method changed to call shutdown() instead of
shutdownNow()
----
---