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 D5F1A200C34 for ; Mon, 27 Feb 2017 13:57:17 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id D1DFA160B7D; Mon, 27 Feb 2017 12:57:17 +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 4CA2D160B6C for ; Mon, 27 Feb 2017 13:57:17 +0100 (CET) Received: (qmail 82974 invoked by uid 500); 27 Feb 2017 12:57:16 -0000 Mailing-List: contact commits-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 commits@brooklyn.apache.org Received: (qmail 82920 invoked by uid 99); 27 Feb 2017 12:57:10 -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; Mon, 27 Feb 2017 12:57:10 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BB2E7DFE41; Mon, 27 Feb 2017 12:57:10 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: drigodwin@apache.org To: commits@brooklyn.apache.org Date: Mon, 27 Feb 2017 12:57:11 -0000 Message-Id: In-Reply-To: <2dd1cdd93cca4481a5cd32979ba443f2@git.apache.org> References: <2dd1cdd93cca4481a5cd32979ba443f2@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] brooklyn-server git commit: This closes #567 archived-at: Mon, 27 Feb 2017 12:57:18 -0000 This closes #567 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/17aa6221 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/17aa6221 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/17aa6221 Branch: refs/heads/master Commit: 17aa622137d130a20566c6190bc25d3605ea2c4f Parents: cddaf4a 4ac38b0 Author: Duncan Godwin Authored: Mon Feb 27 12:56:35 2017 +0000 Committer: Duncan Godwin Committed: Mon Feb 27 12:56:35 2017 +0000 ---------------------------------------------------------------------- .../org/apache/brooklyn/api/catalog/CatalogItem.java | 6 ++++++ .../brooklyn/rest/domain/CatalogEntitySummary.java | 3 ++- .../apache/brooklyn/rest/domain/CatalogItemSummary.java | 12 +++++++++++- .../brooklyn/rest/domain/CatalogLocationSummary.java | 3 ++- .../brooklyn/rest/domain/CatalogPolicySummary.java | 3 ++- .../brooklyn/rest/transform/CatalogTransformer.java | 8 ++++---- 6 files changed, 27 insertions(+), 8 deletions(-) ----------------------------------------------------------------------