Skip to content
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

Support Apache HttpAsyncClient 5.x for Brave HttpAsyncClient #1438

Open
Aditya-2001 opened this issue May 10, 2024 · 0 comments
Open

Support Apache HttpAsyncClient 5.x for Brave HttpAsyncClient #1438

Aditya-2001 opened this issue May 10, 2024 · 0 comments

Comments

@Aditya-2001
Copy link

Aditya-2001 commented May 10, 2024

Feature

Apache 5.x uses different Java packages than the older Apache 4.x versions. While Brave's HttpAsyncClient works with the 4.x series, making it compatible with the 5.x series requires some changes or adding a new feature, like HttpAsyncClient5, designed specifically for the 5.x series.

i.e. org.apache.httpcomponents:httpasyncclient:6.0.3 uses org.apache.httpcomponents.httpasyncclient:4.1.5.

Is brave planning to support apache client v5 for HttpAsyncClient i.e. org.apache.httpcomponents.httpasyncclient:5.x+?

@Aditya-2001 Aditya-2001 changed the title Apache HttpClient 5.x for Brave HttpAsyncClient Support Apache HttpAsyncClient 5.x for Brave HttpAsyncClient May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant