Github user tbouron commented on a diff in the pull request:
https://github.com/apache/brooklyn-server/pull/821#discussion_r141602780
--- Diff:
rest/rest-api/src/main/java/org/apache/brooklyn/rest/domain/CatalogItemSummary.java
---
@@ -36,6 +36,8 @@
* see also, subclasses */
@JsonIgnoreProperties(ignoreUnknown = true)
// ignore unknown, ie properties from subclasses (entity)
+/** @deprecated since 0.12.0 new TypeApi returns TypeSummary */
--- End diff --
Same as above---
