GitHub user sjcorbett opened a pull request:
https://github.com/apache/brooklyn-server/pull/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`.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sjcorbett/brooklyn-server fix/client
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-server/pull/783.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #783
----
commit 6a27203ddafdec087dab87559035c5cf738886b2
Author: Sam Corbett <[email protected]>
Date: 2017-07-28T11:45:18Z
Delete duplicate pom dependency
commit 635b0c276f137005268dc832c6801bf950a87c21
Author: Sam Corbett <[email protected]>
Date: 2017-07-28T11:49:00Z
Restore HTTP annotations to deprecated API methods
The missing annotations meant that brooklyn-client was unable to proxy
the affected classes (since Resteasy expects to work with every method).
I think the simplest way to solve this is to expose the deprecated
methods at .../deprecated.
----
---
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.
---