Github user nakomis commented on a diff in the pull request:
https://github.com/apache/incubator-brooklyn/pull/1039#discussion_r45348139
--- 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 --
We did consider that, but creating them at the point when the catalog item
is generated seemed like an overhead for something that's unlikely to change,
and this way the data stored in the catalog will be consistent. Happy to
change, but for now I think it's acceptable
---
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.
---