mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
The spring.jackson.read and spring.jackson.write properties are JSON-specific. To make this more clear, this commit moves them beneath spring.jackson.json. This also paves the way for spring.jackson.cbor and spring.jackson.xml properties for CBOR- and XML-specific settings should we add auto-configuration for XMLMapper and/or CBORMapper in the future. Closes gh-47328