tbouron commented on a change in pull request #1215:
URL: https://github.com/apache/brooklyn-server/pull/1215#discussion_r688379381



##########
File path: 
rest/rest-api/src/main/java/org/apache/brooklyn/rest/api/CatalogApi.java
##########
@@ -110,13 +110,16 @@ public Response createFromUpload(
             @QueryParam("forceUpdate") @DefaultValue("false")
                     boolean forceUpdate);
 
+    /** @deprecated since 1.0.0 delete the bundle via DELETE 
/catalog/bundles/xxx */

Review comment:
       Should be 1.1.0 right?

##########
File path: 
rest/rest-api/src/main/java/org/apache/brooklyn/rest/api/CatalogApi.java
##########
@@ -372,10 +375,13 @@ public CatalogItemSummary getLocation(
         @ApiParam(name = "version", value = "The version identifier of the 
application to retrieve", required = true)
         @PathParam("version") String version) throws Exception;
 
+    /** @deprecated since 1.0.0 delete the bundle via DELETE 
/catalog/bundles/xxx */

Review comment:
       Same as above




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to