Skip to content

ApacheHttpClient5Transport requires Apache Commons Logging dependency#1003

Merged
dblock merged 1 commit intoopensearch-project:mainfrom
reta:issue-1002
May 28, 2024
Merged

ApacheHttpClient5Transport requires Apache Commons Logging dependency#1003
dblock merged 1 commit intoopensearch-project:mainfrom
reta:issue-1002

Conversation

@reta
Copy link
Copy Markdown
Collaborator

@reta reta commented May 27, 2024

Description

ApacheHttpClient5Transport requires Apache Commons Logging dependency

Issues Resolved

Closes #1002

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.

@reta reta added the bug Something isn't working label May 27, 2024
val jacksonDatabindVersion = "2.17.0"

// Apache 2.0
api("commons-logging:commons-logging:1.3.2")
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This dependency is coming from opensearch-rest-client transitively, making it a mandatory one since it is also needed by Apache HttpClient 5 transport.

@reta reta added the backport 2.x Backport to 2.x branch label May 27, 2024
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
@dblock dblock merged commit 31905de into opensearch-project:main May 28, 2024
reta added a commit to reta/opensearch-java that referenced this pull request May 28, 2024
dblock pushed a commit that referenced this pull request May 28, 2024
@BrendonFaleiro BrendonFaleiro mentioned this pull request Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport 2.x Backport to 2.x branch bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] ApacheHttpClient5Transport requires apache commons logging dependency (but not provided if RHEC excluded)

2 participants