mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
adffd3dcf6
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