mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
c9c137ec51
Prior to this commit, the `SockJsClient` would use the `RestTemplateXhrTransport`. `RestClient` is a modern replacement for RestTemplate and should be used instead. This commit introduces the `RestClientXhrTransport` variant as an immediate replacement. Closes gh-36566