-
Notifications
You must be signed in to change notification settings - Fork 314
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
Introduce httpcomponents httpclient5 support. #1356
Conversation
Drop <zip.type>docs</zip.type> from non-doc artifacts.
# Conflicts: # pom.xml # spring-ws-bom/pom.xml
Notes I removed the original HttpClient 3 based implementation httpcomponent 4.5 support is still there. I introduced I separated the code to configure the In a spring-boot context I would recommend users to build the The MR definitely needs polishing, I just want to check if it is going in the right direction. Possible breaking changes.
I would recommend to remove credentials / authscope support altogether and guide users to use an Interceptor based approach. |
Resolves spring-projects#1164. Original Pull Request: spring-projects#1356.
Add support for Apache HttpClient 5.0
Fix #1164