Hi,

I am looking for a migration guide for httpclient-win to httpclient5-win. I
could not find one at
https://hc.apache.org/httpcomponents-client-5.2.x/migration-guide/index.html

Also I am looking for any reason(s) for removal of
WindowsCredentialsProvider from httpclient5-win. Our code uses it and we
are looking for alternatives when we move to v5.

Also why the call to setDefaultCredentialsProvider() was removed. I have
got over the history of the file but could not find any reason mentioned.

https://github.com/apache/httpcomponents-client/blob/4.5.x/httpclient-win/src/main/java/org/apache/http/impl/client/WinHttpClients.java#L77-L80

vs

https://github.com/apache/httpcomponents-client/blob/master/httpclient5-win/src/main/java/org/apache/hc/client5/http/impl/win/WinHttpClients.java#L66-L67

Regards,
Sandeep Kulkarni

Reply via email to