Closed as not planned
Closed as not planned
Description
Currently @AutoConfigureWebMvc
imports JSON auto-configuration directly. If we use @AutoConfigureJson
then any user customizations to org.springframework.boot.test.autoconfigure.json.AutoConfigureJson.imports
would be automatically picked up. We should review if the current arrangement is intentional and if we should switch.