mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
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