Github user geomacy commented on a diff in the pull request:
https://github.com/apache/brooklyn-server/pull/613#discussion_r108149221
--- Diff:
rest/rest-resources/src/main/java/org/apache/brooklyn/rest/resources/CatalogResource.java
---
@@ -261,15 +245,37 @@ public Response createFromArchive(byte[] zipInput) {
throw new IllegalArgumentException("Error installing
catalog items", ex);
}
}
-
- return Response.status(Status.CREATED).build();
+
+ // TODO improve on this - If the
FEATURE_LOAD_BUNDLE_CATALOG_BOM is enabled, the REST API won't return the
--- End diff --
Could you expand this section a bit so it explains the issue in more detail
---
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.
---