Github user tbouron commented on a diff in the pull request:
https://github.com/apache/brooklyn-server/pull/852#discussion_r144296174
--- Diff:
api/src/main/java/org/apache/brooklyn/api/catalog/BrooklynCatalog.java ---
@@ -213,6 +213,17 @@
void addItem(CatalogItem<?,?> item);
/**
+ * adds the given items to the catalog, similar to {@link
#reset(Collection)} but where it
+ * just adds without removing the existing content. Note this is very
different from
+ * {@link #addItem(CatalogItem)}, which adds to the 'manual' catalog.
+ *
+ * @since 0.13.0 (only for legacy backwards compatibility)
--- End diff --
s/0.13.0/1.0.0/
---