mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
If the RestClient was built with default message converters, then in mutate, the saved builder also has 0 converters, and adding a interferes with default registrations. We need to check if there are no converters at all, and if so use the default registrations. See gh-35793