[Backport] [3.x] Bump org.apache.httpcomponents.client5:httpclient5 from 5.5.1 to 5.6 (#1844)#1851
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. |
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). |
…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>
e97632e to
bcdfe04
Compare
|
@Xtansia would appreciate if you could re-approve, thank you |
- Spring Boot 4.1.0 upgrades `org.apache.httpcomponents.client5:httpclient5` to 5.6 which has a gzip content formatting breaking change. This requires upgrading the opensearch java client: opensearch-project/opensearch-java#1851 - This PR upgrades the opensearch java client to 3.6.0 and the opensearch test containers to 4.1.0 - Update the OpenSearch vector store to handle this change - Update upgrade notes Signed-off-by: Ilayaperumal Gopinathan <ilayaperumal.gopinathan@broadcom.com>
Backport of #1844 to
3.x