You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/02/19 19:27:05 UTC

[camel] branch master updated (41cb193 -> ef40032)

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 41cb193  CAMEL-14588:New setting to allow mails to be moved after processing (#3587)
     add ef40032  CAMEL-14591: Fixed Recipient List EIP memory leak related to error handlers. The recipient list must remove on exchange done as they are not reusable.

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/camel/ErrorHandlerFactory.java | 11 ++++++++
 .../java/org/apache/camel/spi/RouteContext.java    | 33 +++++++++++++---------
 .../camel/impl/engine/DefaultRouteContext.java     |  4 +++
 .../apache/camel/processor/MulticastProcessor.java |  9 +++++-
 .../camel/processor/RecipientListProcessor.java    | 20 +++++++++++++
 .../camel/builder/ErrorHandlerBuilderRef.java      |  5 ++++
 .../camel/builder/ErrorHandlerBuilderSupport.java  |  7 +++++
 7 files changed, 75 insertions(+), 14 deletions(-)