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
{{ message }}
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.
The constructor of HttpComponentsClientHttpRequestFactory needs HttpClient - which is just available inside legacy apache http client. Would it be possible to remove this dependency?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We are using at the moment Apache Android HttpClient 4.3.5.1. Sadly we still need useLibrary 'org.apache.http.legacy' to be able to build.
We need HttpComponentsStreamingClientHttpRequest - otherwise we would switch to okHttpClient.
If we remove legacy apache library and add in addition "org.apache.httpcomponents:core:4.3.3", then we get compile errors for following code:
The constructor of HttpComponentsClientHttpRequestFactory needs HttpClient - which is just available inside legacy apache http client. Would it be possible to remove this dependency?
The text was updated successfully, but these errors were encountered: