Github user ahgittin commented on a diff in the pull request:
https://github.com/apache/incubator-brooklyn/pull/850#discussion_r37578037
--- Diff:
api/src/main/java/org/apache/brooklyn/api/catalog/CatalogItem.java ---
@@ -100,8 +100,15 @@
public void setDeprecated(boolean deprecated);
+ public void setDisabled(boolean disabled);
+
/**
- * @return True if the item has been deprecated and should not be
shown in the catalog
+ * @return True if the item has been deprecated (i.e. it use is
discouraged)
*/
boolean isDeprecated();
+
+ /**
+ * @return True if the item has been disabled (i.e. it use is
forbidden, except for pre-existing apps)
--- End diff --
**its** use
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---