mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
5ef9972528
The builder for `HttpMessageConverters` allows for auto-detection of message converters on the classpath and their default registration when `registerDefaults()` is called. Once called, there is no way to undo this. This commit adds a new `disableDefaults()` method to disable the default registration and take full control over the list of message converters. Closes gh-36303