Github user tbouron commented on the pull request:
https://github.com/apache/incubator-brooklyn/pull/1039#issuecomment-158411567
I talked privately with @neykov and it turns out that creating the
`InterfacesTag` and adding it to the `CatalogItemSummary` at "REST API call
time" is:
* really cheap as we just iterate over the supertypes, don't use reflection.
* simpler as we don't need to do extra parsing for the type or the
referenced catalog item.
Therefore, I'll change the code to do that.
Hopefully, this time will be the last time! :+1:
---
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.
---