You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed in #1035 (comment), HttpComponents5MessageSender is confusing as it allows both an HttpClient to be set or one to be configured. This makes an awkward state where calling configuration methods once a client is provided throws an exception.
The text was updated successfully, but these errors were encountered:
As discussed in #1035 (comment),
HttpComponents5MessageSender
is confusing as it allows both anHttpClient
to be set or one to be configured. This makes an awkward state where calling configuration methods once a client is provided throws an exception.The text was updated successfully, but these errors were encountered: