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(-)