spring-boot/module/spring-boot-jackson
Andy Wilkinson 0959271061 Move jackson read and write to spring.jackson.json
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
2025-09-26 10:01:59 +01:00
..
src Move jackson read and write to spring.jackson.json 2025-09-26 10:01:59 +01:00
build.gradle Configure ProblemDetailJacksonMixin on JsonMapper 2025-09-24 14:29:09 +02:00