Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.11.0
-
None
-
Unknown
Description
In favor of org.springframework.ws.transport.http.HttpComponentsMessageSender, org.springframework.ws.transport.http.CommonsHttpMessageSender has been @deprecated which we use by the Producer code in conjunction with the timeout and sslContextParameters options.
It would be better we make use of this new WebServiceMessageSender (available since 2.1.0) and encourage users to switch to this one in case they make use of the timeout or sslContextParameters options through the old deprecated one.