Github user neykov commented on a diff in the pull request:
https://github.com/apache/incubator-brooklyn/pull/1039#discussion_r45347410
--- Diff:
usage/rest-server/src/main/java/org/apache/brooklyn/rest/transform/CatalogTransformer.java
---
@@ -91,7 +91,7 @@
return new CatalogEntitySummary(item.getSymbolicName(),
item.getVersion(), item.getDisplayName(),
item.getJavaType(), item.getPlanYaml(),
item.getDescription(), tidyIconLink(b, item,
item.getIconUrl()),
- config, sensors, effectors,
+ item.tags().getTags(), config, sensors, effectors,
--- End diff --
The tags are generated at the time the catalog item is created. In the mean
time the dependent catalog items may change, leading to changes in the
interfaces implemented by this catalog item. Is this acceptable? Could generate
them on the fly here.
---
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.
---