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
---