Return-Path: X-Original-To: apmail-camel-commits-archive@www.apache.org Delivered-To: apmail-camel-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D65F910A3F for ; Wed, 4 Mar 2015 10:46:20 +0000 (UTC) Received: (qmail 96998 invoked by uid 500); 4 Mar 2015 10:46:17 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 96946 invoked by uid 500); 4 Mar 2015 10:46:17 -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 96937 invoked by uid 99); 4 Mar 2015 10:46:17 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Mar 2015 10:46:17 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8F7A0E05DF; Wed, 4 Mar 2015 10:46:17 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: davsclaus@apache.org To: commits@camel.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: camel git commit: CAMEL-8423: Polished and added test Date: Wed, 4 Mar 2015 10:46:17 +0000 (UTC) Repository: camel Updated Branches: refs/heads/master a6f6deeba -> a547de166 CAMEL-8423: Polished and added test Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/a547de16 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/a547de16 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/a547de16 Branch: refs/heads/master Commit: a547de166fa8e4b72ce0858054ff8e0e0a73d51f Parents: a6f6dee Author: Claus Ibsen Authored: Wed Mar 4 11:47:33 2015 +0100 Committer: Claus Ibsen Committed: Wed Mar 4 11:47:33 2015 +0100 ---------------------------------------------------------------------- .../apache/camel/model/AggregateDefinition.java | 4 + .../processor/aggregate/AggregateProcessor.java | 3 - .../AggregationStrategyAsPredicateTest.java | 79 ++++++++++++++++++++ 3 files changed, 83 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/a547de16/camel-core/src/main/java/org/apache/camel/model/AggregateDefinition.java ---------------------------------------------------------------------- diff --git a/camel-core/src/main/java/org/apache/camel/model/AggregateDefinition.java b/camel-core/src/main/java/org/apache/camel/model/AggregateDefinition.java index ce1695e..f5d3746 100644 --- a/camel-core/src/main/java/org/apache/camel/model/AggregateDefinition.java +++ b/camel-core/src/main/java/org/apache/camel/model/AggregateDefinition.java @@ -217,6 +217,10 @@ public class AggregateDefinition extends ProcessorDefinition= 5; + } + } +}