Skip to content

Restore HTTP annotations to deprecated API methods#783

Merged
asfgit merged 2 commits intoapache:masterfrom
sjcorbett:fix/client
Jul 28, 2017
Merged

Restore HTTP annotations to deprecated API methods#783
asfgit merged 2 commits intoapache:masterfrom
sjcorbett:fix/client

Conversation

@sjcorbett
Copy link
Contributor

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.

Sam Corbett added 2 commits July 28, 2017 12:45
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.
@sjcorbett
Copy link
Contributor Author

cc @ahgittin since you deprecated the methods in 1e615f5 and 36fd318

Copy link
Contributor

@geomacy geomacy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This works for me, merging.

@asfgit asfgit merged commit 635b0c2 into apache:master Jul 28, 2017
asfgit pushed a commit that referenced this pull request Jul 28, 2017
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`.
@sjcorbett sjcorbett deleted the fix/client branch July 28, 2017 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Comments