GitHub user onders86 opened a pull request: https://github.com/apache/camel/pull/1125
CAMEL-10171 memory leak when continuation expires setobject done earlier and exception set on camelExchange. isExpired method call thru Continuation interface is cancelled and below issues became invalid as discussed in CXF-7011 https://issues.apache.org/jira/browse/CXF-7002 https://issues.apache.org/jira/browse/CXF-7011 instead such block means the same; https://issues.apache.org/jira/browse/CXF-7011?focusedCommentId=15422696&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15422696 You can merge this pull request into a Git repository by running: $ git pull https://github.com/onders86/camel mymaster Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/1125.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 #1125 ---- commit 2e9bce8a064b6694cb7985955582baca90698b0c Author: önder sezgin <ondersez...@gmail.com> Date: 2016-08-16T19:22:46Z CAMEL-10171 memory leak when continuation expires setobject done earlier and exception set on camelExchange. isExpired method call thru Continuation interface is cancelled and below issues became invalid as discussed in CXF-7011 https://issues.apache.org/jira/browse/CXF-7002 https://issues.apache.org/jira/browse/CXF-7011 instead such block means the same; https://issues.apache.org/jira/browse/CXF-7011?focusedCommentId=15422696&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15422696 ---- --- 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. ---