spring-boot/module/spring-boot-http-converter
Andy Wilkinson bf8e0c45a8 Allow customizations of default customizers to be overridden
Previously, the default client and server HTTP message converter
customizers were ordered with lowest precedence. This made it
impossible to guarantee that another customizer would be able to go
after the default customizers, preventing their customizations from
being reliably overridden.

This commit updates the definitions of the default customizers to
order them at 0. This allows additional customizers to be ordered
either before or after them. Usage of the customizers is now always
ordered (previously Spring MVC's was not).

See gh-47798
2025-10-27 12:41:31 +00:00
..
src Allow customizations of default customizers to be overridden 2025-10-27 12:41:31 +00:00
build.gradle Consider Jackson 2 in HTTP message converter auto-config 2025-10-17 13:17:13 -07:00