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 8263ECCF7 for ; Mon, 3 Jun 2013 17:52:44 +0000 (UTC) Received: (qmail 75799 invoked by uid 500); 3 Jun 2013 17:52:44 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 75663 invoked by uid 500); 3 Jun 2013 17:52:44 -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 75646 invoked by uid 99); 3 Jun 2013 17:52:44 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Jun 2013 17:52:44 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id CA823812743; Mon, 3 Jun 2013 17:52:43 +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 Date: Mon, 03 Jun 2013 17:52:43 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/2] git commit: CAMEL-6419: Added stats action to controlbus component to get performance stats easily. Updated Branches: refs/heads/camel-2.11.x ed4d2a3a0 -> 3b3e4728e refs/heads/master 8b84f6863 -> 68af5745b CAMEL-6419: Added stats action to controlbus component to get performance stats easily. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/68af5745 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/68af5745 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/68af5745 Branch: refs/heads/master Commit: 68af5745be74158962057f75886279d40508c73e Parents: 8b84f68 Author: Claus Ibsen Authored: Mon Jun 3 19:51:58 2013 +0200 Committer: Claus Ibsen Committed: Mon Jun 3 19:51:58 2013 +0200 ---------------------------------------------------------------------- .../component/controlbus/ControlBusProducer.java | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/68af5745/camel-core/src/main/java/org/apache/camel/component/controlbus/ControlBusProducer.java ---------------------------------------------------------------------- diff --git a/camel-core/src/main/java/org/apache/camel/component/controlbus/ControlBusProducer.java b/camel-core/src/main/java/org/apache/camel/component/controlbus/ControlBusProducer.java index 78a262a..95cadef 100644 --- a/camel-core/src/main/java/org/apache/camel/component/controlbus/ControlBusProducer.java +++ b/camel-core/src/main/java/org/apache/camel/component/controlbus/ControlBusProducer.java @@ -26,7 +26,6 @@ import org.apache.camel.Exchange; import org.apache.camel.Expression; import org.apache.camel.Route; import org.apache.camel.ServiceStatus; -import org.apache.camel.api.management.mbean.ManagedCamelContextMBean; import org.apache.camel.impl.DefaultAsyncProducer; import org.apache.camel.spi.Language; import org.apache.camel.util.CamelLogger;