-
Notifications
You must be signed in to change notification settings - Fork 59
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
Migrate client transports to Apache HttpClient/Core5.x #231
Conversation
Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
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.
LGTM Thanks Owais!
Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
src/main/java/org/opensearch/sdk/handlers/EnvironmentSettingsResponseHandler.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
Codecov Report
@@ Coverage Diff @@
## main #231 +/- ##
============================================
+ Coverage 65.86% 66.86% +0.99%
+ Complexity 103 100 -3
============================================
Files 25 24 -1
Lines 501 501
Branches 17 17
============================================
+ Hits 330 335 +5
+ Misses 159 154 -5
Partials 12 12
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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.
Approved with suggestions. (As in, OK to merge since this is blocking all other PRs, and make the version changes as part of #229 and change the javadocs in another PR.)
src/main/java/org/opensearch/sdk/handlers/ClusterStateResponseHandler.java
Outdated
Show resolved
Hide resolved
src/main/java/org/opensearch/sdk/handlers/EnvironmentSettingsResponseHandler.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
5309b2c
…oject#231) * Migrate client transports to Apache HttpClient/Core5.x Signed-off-by: Owais Kazi <owaiskazi19@gmail.com> * Removed scheme Signed-off-by: Owais Kazi <owaiskazi19@gmail.com> * Cleanep up compiler warnings Signed-off-by: Owais Kazi <owaiskazi19@gmail.com> * Updated comment Signed-off-by: Owais Kazi <owaiskazi19@gmail.com> * Generalized version numbers to a variable Signed-off-by: Owais Kazi <owaiskazi19@gmail.com> Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
Signed-off-by: Owais Kazi owaiskazi19@gmail.com
Description
This PR covers:
Issues Resolved
Closes #210 and #89
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.