Closes #783 Restore HTTP annotations to deprecated API methods
The missing annotations mean that brooklyn-client is unable to proxy the affected classes (since Resteasy expects to work with every method), and by extension that every build of the project fails. I think the simplest way to solve this is to expose the deprecated methods at `.../deprecated`. Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/84056265 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/84056265 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/84056265 Branch: refs/heads/master Commit: 840562651cc7b669d5a65cd78cd8bd5ad293f1b3 Parents: 0f325f2 635b0c2 Author: Geoff Macartney <[email protected]> Authored: Fri Jul 28 14:55:26 2017 +0100 Committer: Geoff Macartney <[email protected]> Committed: Fri Jul 28 14:55:26 2017 +0100 ---------------------------------------------------------------------- karaf/itests/pom.xml | 7 ------- .../java/org/apache/brooklyn/rest/api/ActivityApi.java | 10 ++++++++-- .../java/org/apache/brooklyn/rest/api/EntityApi.java | 12 +++++++++--- .../java/org/apache/brooklyn/rest/api/LocationApi.java | 2 +- 4 files changed, 18 insertions(+), 13 deletions(-) ----------------------------------------------------------------------
