From commits-return-60649-archive-asf-public=cust-asf.ponee.io@camel.apache.org Thu Jan 4 19:52:14 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 8E376180657 for ; Thu, 4 Jan 2018 19:52:14 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 7D1E3160C3A; Thu, 4 Jan 2018 18:52:14 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C7FA4160C18 for ; Thu, 4 Jan 2018 19:52:13 +0100 (CET) Received: (qmail 83564 invoked by uid 500); 4 Jan 2018 18:52:13 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 83550 invoked by uid 99); 4 Jan 2018 18:52:13 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jan 2018 18:52:13 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id D78F8856C7; Thu, 4 Jan 2018 18:52:11 +0000 (UTC) Date: Thu, 04 Jan 2018 18:52:10 +0000 To: , "' commits@camel.apache.org" , '@gitbox.apache.org, Subject: [camel] branch master updated (4535cd3 -> 93d8f9d) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <151509193029.13799.3495770936535783563@gitbox.apache.org> From: davsclaus@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: camel X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 4535cd3d562f5874bbb1f88cd328e616ca0764da X-Git-Newrev: 93d8f9d1f003357ddde3b3daa7e410a03a524055 X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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 4535cd3 Upgrade Chronicle Queue to version 4.6.61 new 9687a0c CAMEL-12120: Routingslip/Dynamic-Router EIPs can cause error handlers to be stopped for shared error handlers. Backported older working code. CAMEL-10050 is re-introduced again and we need to come up with a better solution. new 021026b CAMEL-12120: routingSlip and dynamicRouter should use an embedded dynamicProcessor to send to endpoints instead of error handler cache. new a92a211 CAMEL-12124: Allow to configure cacheSize on dynamic router and routing slip EIP annotations new 83684bc CAMEL-12120: Better solution for routing-slip/dynamic-router to use existing producer when embedded with error handler. new 2bab0c7 CAMEL-12108: Fixed CS new 7cf616e Regen docs new 93d8f9d Lets keep the components ordered A..Z in the pom.xml file. The 7 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../src/main/docs/eips/dynamicRouter-eip.adoc | 2 +- camel-core/src/main/docs/eips/routingSlip-eip.adoc | 2 +- .../main/java/org/apache/camel/DynamicRouter.java | 6 ++ .../src/main/java/org/apache/camel/Exchange.java | 1 + .../main/java/org/apache/camel/RoutingSlip.java | 7 ++ .../apache/camel/component/bean/MethodInfo.java | 3 + .../camel/model/DynamicRouterDefinition.java | 16 +++- .../apache/camel/model/RoutingSlipDefinition.java | 16 +++- .../org/apache/camel/processor/RoutingSlip.java | 93 ++++++++++++---------- .../issues/RoutingSlipNotStopErrorHandlerTest.java | 69 ++++++++++++++++ .../processor/SplitterWireTapStreamCacheTest.java | 2 +- .../DynamicRouterEventNotifierTest.java | 1 + .../routingslip/RoutingSlipEventNotifierTest.java | 1 + components/pom.xml | 2 +- 14 files changed, 173 insertions(+), 48 deletions(-) create mode 100644 camel-core/src/test/java/org/apache/camel/issues/RoutingSlipNotStopErrorHandlerTest.java -- To stop receiving notification emails like this one, please contact ['"commits@camel.apache.org" '].