spring-projects/spring-ws

HttpComponentsMessageSender not supporting HttpClient5

miriyalajanardhan opened this issue · 4 comments

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

Check out #1164.

that didn't answer any solution or workaround.

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.

#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.