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 68CB3200D19 for ; Fri, 6 Oct 2017 10:21:00 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 675D9160BDC; Fri, 6 Oct 2017 08:21:00 +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 A53351609D0 for ; Fri, 6 Oct 2017 10:20:59 +0200 (CEST) Received: (qmail 77867 invoked by uid 500); 6 Oct 2017 08:20:58 -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 77856 invoked by uid 99); 6 Oct 2017 08:20:58 -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; Fri, 06 Oct 2017 08:20:58 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id ED0E0F5A8E; Fri, 6 Oct 2017 08:20:57 +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 #856: [WIP] clean up startup logging around cat... Content-Type: text/plain Message-Id: <20171006082057.ED0E0F5A8E@git1-us-west.apache.org> Date: Fri, 6 Oct 2017 08:20:57 +0000 (UTC) archived-at: Fri, 06 Oct 2017 08:21:00 -0000 Github user tbouron commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/856#discussion_r143132638 --- Diff: core/src/main/java/org/apache/brooklyn/core/catalog/internal/CatalogBundleLoader.java --- @@ -143,6 +145,13 @@ public void removeFromCatalog(CatalogItem item) { } } + /** + * Remove the given item from the catalog. + * + * @param item Catalog item to remove + * @deprecated since 0.13.0 remove bundles + */ + @Deprecated --- End diff -- Same as above ---