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

HttpComponentsMessageSender not supporting HttpClient5 #1361

Closed
miriyalajanardhan opened this issue May 19, 2023 · 4 comments
Closed

HttpComponentsMessageSender not supporting HttpClient5 #1361

miriyalajanardhan opened this issue May 19, 2023 · 4 comments

Comments

@miriyalajanardhan
Copy link

Upgrading to springboot 3.1, mandates for HttpClient5 and One our SOAP API call which is using HttpComponentsMessageSender is now not supporting HttpClient5

@gregturn
Copy link
Contributor

Check out #1164.

@miriyalajanardhan
Copy link
Author

that didn't answer any solution or workaround.

@gregturn
Copy link
Contributor

gregturn commented May 19, 2023

Per #1164 We have added support for HttpClient 5 and merged to main. It will be part of the next release of Spring WS, but you can access it today if wanted by simply grabbing the latest snapshot.

@gregturn
Copy link
Contributor

#1357 further polishes our support for HttpClient. I suggest you check out HttpComponents5MessageSender along with HttpComponents5ClientFactory as the factory to create an instance of one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants