Github user ahgittin commented on a diff in the pull request:
https://github.com/apache/brooklyn-server/pull/810#discussion_r139993745
--- Diff:
rest/rest-api/src/main/java/org/apache/brooklyn/rest/api/CatalogApi.java ---
@@ -47,6 +47,9 @@
import io.swagger.annotations.ApiResponse;
import io.swagger.annotations.ApiResponses;
+/** @deprecated since 0.12.0 use /bundle, /type, and /subtype */
+// but we will probably keep this around for a while as many places use it
+@Deprecated
--- End diff --
Good points @tbouron - discussed on ML
---