You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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+?
The text was updated successfully, but these errors were encountered:
Aditya-2001
changed the title
Apache HttpClient 5.x for Brave HttpAsyncClient
Support Apache HttpAsyncClient 5.x for Brave HttpAsyncClient
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
usesorg.apache.httpcomponents.httpasyncclient:4.1.5
.Is brave planning to support apache client v5 for HttpAsyncClient i.e.
org.apache.httpcomponents.httpasyncclient:5.x+
?The text was updated successfully, but these errors were encountered: