Return-Path: X-Original-To: apmail-brooklyn-commits-archive@minotaur.apache.org Delivered-To: apmail-brooklyn-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E91F617B35 for ; Tue, 5 May 2015 12:13:39 +0000 (UTC) Received: (qmail 7955 invoked by uid 500); 5 May 2015 12:13:39 -0000 Delivered-To: apmail-brooklyn-commits-archive@brooklyn.apache.org Received: (qmail 7921 invoked by uid 500); 5 May 2015 12:13:39 -0000 Mailing-List: contact commits-help@brooklyn.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.incubator.apache.org Delivered-To: mailing list commits@brooklyn.incubator.apache.org Received: (qmail 7903 invoked by uid 99); 5 May 2015 12:13:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 May 2015 12:13:39 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [54.191.145.13] (HELO mx1-us-west.apache.org) (54.191.145.13) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 May 2015 12:13:35 +0000 Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with SMTP id 4B93624C18 for ; Tue, 5 May 2015 12:13:15 +0000 (UTC) Received: (qmail 7720 invoked by uid 99); 5 May 2015 12:13:15 -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, 05 May 2015 12:13:15 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1540AE10BE; Tue, 5 May 2015 12:13:15 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sjcorbett@apache.org To: commits@brooklyn.incubator.apache.org Date: Tue, 05 May 2015 12:13:18 -0000 Message-Id: In-Reply-To: <4ec93054de114489b2f28f131b896438@git.apache.org> References: <4ec93054de114489b2f28f131b896438@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [5/5] incubator-brooklyn git commit: This closes #616 X-Virus-Checked: Checked by ClamAV on apache.org This closes #616 Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/d0cbcf36 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/d0cbcf36 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/d0cbcf36 Branch: refs/heads/master Commit: d0cbcf36cf701d9162be74a144cf1bd26741637e Parents: 91e6ab1 a5debed Author: Sam Corbett Authored: Tue May 5 12:46:30 2015 +0100 Committer: Sam Corbett Committed: Tue May 5 12:46:30 2015 +0100 ---------------------------------------------------------------------- .../brooklyn/entity/basic/EntityPredicates.java | 35 ++++++++++++++++++-- .../entity/basic/EntityPredicatesTest.java | 11 ++++++ .../java/brooklyn/rest/api/ApplicationApi.java | 6 ++++ .../rest/resources/ApplicationResource.java | 12 +++++++ 4 files changed, 62 insertions(+), 2 deletions(-) ----------------------------------------------------------------------