Skip to content

docs: add HTTP Client Migration report for v3.0.0#468

Merged
tkykenmt merged 1 commit into
mainfrom
docs/http-client-migration-v3.0.0
Jan 9, 2026
Merged

docs: add HTTP Client Migration report for v3.0.0#468
tkykenmt merged 1 commit into
mainfrom
docs/http-client-migration-v3.0.0

Conversation

@tkykenmt
Copy link
Copy Markdown
Owner

@tkykenmt tkykenmt commented Jan 9, 2026

Summary

Add documentation for the HTTP Client Migration breaking change in OpenSearch v3.0.0.

Reports Created

  • Release report: docs/releases/v3.0.0/features/opensearch/http-client-migration.md
  • Feature report: docs/features/opensearch/http-client.md

Key Changes

  • Migration from Apache HttpComponents/Core 4.x to Apache HttpClient/Core 5.x
  • Package changes from org.apache.http.* to org.apache.hc.*
  • Entity class changes (NByteArrayEntity → ByteArrayEntity, NStringEntity → StringEntity)
  • New dependencies: httpclient5 5.1.3, httpcore5 5.1.4

Related

@tkykenmt tkykenmt merged commit 2f18273 into main Jan 9, 2026
@tkykenmt tkykenmt deleted the docs/http-client-migration-v3.0.0 branch January 9, 2026 15:26
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.

1 participant