-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Google HTTP Client support #1057
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One change and some docs
googleclient/src/main/java/feign/googleclient/GoogleHttpClient.java
Outdated
Show resolved
Hide resolved
… to googlehttpclient
@velo Updated with your feedback, thanks for taking a look! |
I've approved this change and marked it ready to merge. If there are no additional comments, I'll merge this change later today. Since this is a new module, I will also publish a new release to Maven Central (10.4) once this is merged. |
@kdavisk6 Sounds good, and thanks for the help! |
And thank you for putting the time and effort into add this feature. |
This is now live on Maven Central in Feign 10.4.0 |
Per the discussion in: #1053, this PR adds the Google HTTP Client module into feign.
The client passes the standard
AbstractClientTest
suite: