-
Notifications
You must be signed in to change notification settings - Fork 40.7k
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
Spring3.x Migration Issue with WebServiceTemplate (HttpComponentsMessageSender support need for HttpClient 5) #35591
Comments
Duplicates spring-projects/spring-ws#1164. We'll pick up the new release of Spring Web Services that supports Http Client 5 in due course. |
Is that fix done and released ?? I don't find the fix in spring ws core 4.0.2 |
Even it's not there inside the latest version 4.0.4 . Can you please check and confirm , how to validate |
@amalajone As shown by the milestone assigned to the issue, the fix is in Spring Web Services 4.0.5 that has not yet been released. |
Thank you so much for the reply😊. Any time line ? |
WebServiceTemplate
will be take the input ofHttpComponentsMessageSender
andHttpComponentsMessageSender
will look forHttpClient
, So for the Spring Boot 3.x migration its mandatory to supportorg.apache.hc.client5.http.classic.Httpclient
forHttpComponentsMessageSender
. In the same project supporting forWebServiceTemplate
andRestTemplate
is not possible because of this issue . Please help to close this issue .The text was updated successfully, but these errors were encountered: