mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-25 00:09:02 +00:00
Prior to this commit, `HttpMessageConverterExtractor` was deprecated with `RestTemplate` and related types. `StatusHandler` was still using it and causing a deprecation warning. This commit extracts the relevant implementation from `DefaultRestClient` and promotes it as a shared static method in `RestClientUtils`. Fixes gh-37010