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 563D6200D3C for ; Tue, 14 Nov 2017 11:43:21 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 54999160BF4; Tue, 14 Nov 2017 10:43:21 +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 914511609EF for ; Tue, 14 Nov 2017 11:43:20 +0100 (CET) Received: (qmail 46703 invoked by uid 500); 14 Nov 2017 10:43:19 -0000 Mailing-List: contact dev-help@brooklyn.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.apache.org Delivered-To: mailing list dev@brooklyn.apache.org Received: (qmail 46692 invoked by uid 99); 14 Nov 2017 10:43:19 -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; Tue, 14 Nov 2017 10:43:19 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 69A33DFC36; Tue, 14 Nov 2017 10:43:19 +0000 (UTC) From: tbouron To: dev@brooklyn.apache.org Reply-To: dev@brooklyn.apache.org References: In-Reply-To: Subject: [GitHub] brooklyn-server pull request #895: Add missing REST endpoints for karaf dist... Content-Type: text/plain Message-Id: <20171114104319.69A33DFC36@git1-us-west.apache.org> Date: Tue, 14 Nov 2017 10:43:19 +0000 (UTC) archived-at: Tue, 14 Nov 2017 10:43:21 -0000 Github user tbouron commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/895#discussion_r150796771 --- Diff: rest/rest-resources/src/main/resources/OSGI-INF/blueprint/service.xml --- @@ -75,6 +75,7 @@ limitations under the License. + --- End diff -- Good catch! Endpoint added @aledsage ---