You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by GitBox <gi...@apache.org> on 2021/08/03 09:02:56 UTC

[GitHub] [brooklyn-server] ahgittin opened a new pull request #1215: more comments on deprecated REST methods

ahgittin opened a new pull request #1215:
URL: https://github.com/apache/brooklyn-server/pull/1215


   


-- 
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: dev-unsubscribe@brooklyn.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [brooklyn-server] tbouron merged pull request #1215: more comments on deprecated REST methods

Posted by GitBox <gi...@apache.org>.
tbouron merged pull request #1215:
URL: https://github.com/apache/brooklyn-server/pull/1215


   


-- 
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: dev-unsubscribe@brooklyn.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [brooklyn-server] tbouron commented on a change in pull request #1215: more comments on deprecated REST methods

Posted by GitBox <gi...@apache.org>.
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: dev-unsubscribe@brooklyn.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org