Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D8574200CBD for ; Wed, 31 May 2017 09:54:32 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D71A5160BBA; Wed, 31 May 2017 07:54:32 +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 1B7B2160BDB for ; Wed, 31 May 2017 09:54:31 +0200 (CEST) Received: (qmail 4977 invoked by uid 500); 31 May 2017 07:54:31 -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 4866 invoked by uid 99); 31 May 2017 07:54:31 -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, 31 May 2017 07:54:31 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 072B7E03B3; Wed, 31 May 2017 07:54:31 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: gzurowski@apache.org To: commits@camel.apache.org Date: Wed, 31 May 2017 07:54:32 -0000 Message-Id: <553432c5eb9c44e3be7a8b5bbeb4f870@git.apache.org> In-Reply-To: <4418cac35eac4258a80ac025fe0d3e76@git.apache.org> References: <4418cac35eac4258a80ac025fe0d3e76@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/3] camel git commit: CAMEL-11335: Retrieve status from ServiceStatus enum archived-at: Wed, 31 May 2017 07:54:32 -0000 CAMEL-11335: Retrieve status from ServiceStatus enum Signed-off-by: Gregor Zurowski Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/8bd0c594 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/8bd0c594 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/8bd0c594 Branch: refs/heads/master Commit: 8bd0c59429e24be0ca5a33b81f5b5de68ad77a05 Parents: 394c00e Author: Gregor Zurowski Authored: Wed May 31 09:25:55 2017 +0200 Committer: Gregor Zurowski Committed: Wed May 31 09:25:55 2017 +0200 ---------------------------------------------------------------------- .../actuate/endpoint/CamelRoutesEndpoint.java | 45 ++------------------ 1 file changed, 4 insertions(+), 41 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/8bd0c594/components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/actuate/endpoint/CamelRoutesEndpoint.java ---------------------------------------------------------------------- diff --git a/components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/actuate/endpoint/CamelRoutesEndpoint.java b/components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/actuate/endpoint/CamelRoutesEndpoint.java index 3cce647..0ccab97 100644 --- a/components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/actuate/endpoint/CamelRoutesEndpoint.java +++ b/components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/actuate/endpoint/CamelRoutesEndpoint.java @@ -67,17 +67,7 @@ public class CamelRoutesEndpoint extends AbstractEndpoint