mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 02:49:03 +00:00
After https://github.com/spring-projects/spring-graphql/commit/0b449d89e1d9e8754d42ad5e5af7f780c705ce32, the ConversionService on AnnotatedControllerConfigurer is an internally managed instance that is customized with FormatterRegistrar rather than set. Closes gh-29636