diff --git a/module/spring-boot-jackson/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/module/spring-boot-jackson/src/main/resources/META-INF/additional-spring-configuration-metadata.json index b647101d34d..2513176191a 100644 --- a/module/spring-boot-jackson/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/module/spring-boot-jackson/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -8,6 +8,13 @@ "name": "spring.jackson.datatype.enum", "description": "Jackson on/off features for enums." }, + { + "name": "spring.jackson.generator", + "deprecation": { + "level": "error", + "reason": "Partially replaced by 'spring.jackson.json.read'." + } + }, { "name": "spring.jackson.joda-date-time-format", "type": "java.lang.String", @@ -16,6 +23,13 @@ "level": "error" } }, + { + "name": "spring.jackson.parser", + "deprecation": { + "level": "error", + "reason": "Partially replaced by 'spring.jackson.json.write'." + } + }, { "name": "spring.jackson.read", "type": "java.util.Map",