[Backport] [3.x] Bump org.apache.httpcomponents.client5:httpclient5 from 5.5.1 to 5.6 (#1844)#1851
[Backport] [3.x] Bump org.apache.httpcomponents.client5:httpclient5 from 5.5.1 to 5.6 (#1844)#1851reta wants to merge 1 commit intoopensearch-project:3.xfrom
Conversation
586bc22 to
a06a43b
Compare
|
FYI: I've faced a timeout error when trying to call a opensearch get API using the httpclient 5.6. After downgraded to 5.5.2 the issue was resolved for me |
@selvacreation I am wondering did you use RestClient transport or ApacheHttpClient5 transport? Thank you. |
…pensearch-project#1844) * Bump org.apache.httpcomponents.client5:httpclient5 from 5.5.1 to 5.6 Bumps [org.apache.httpcomponents.client5:httpclient5](https://github.com/apache/httpcomponents-client) from 5.5.1 to 5.6. - [Changelog](https://github.com/apache/httpcomponents-client/blob/master/RELEASE_NOTES.txt) - [Commits](apache/httpcomponents-client@rel/v5.5.1...rel/v5.6) --- updated-dependencies: - dependency-name: org.apache.httpcomponents.client5:httpclient5 dependency-version: '5.6' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update changelog Signed-off-by: dependabot[bot] <support@github.com> * Align with OpenSearch 3.5.0 changes Signed-off-by: Andriy Redko <drreta@gmail.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Andriy Redko <drreta@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andriy Redko <drreta@gmail.com> (cherry picked from commit a695f49) Signed-off-by: Andriy Redko <drreta@gmail.com>
a06a43b to
e97632e
Compare
|
This one would need to be aligned with OpenSearch 3.5.0 which also brings Apache HttpClient5 5.6 (and compression related changes). |
Backport of #1844 to
3.x