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 |
||
|---|---|---|
| .. | ||
| src | ||
| build.gradle | ||