Browse Source

Document correct replacement for spring.jackson.parser

See gh-48255
pull/48257/head
Stéphane Nicoll 3 weeks ago
parent
commit
76cccc5842
  1. 2
      module/spring-boot-jackson/src/main/resources/META-INF/additional-spring-configuration-metadata.json

2
module/spring-boot-jackson/src/main/resources/META-INF/additional-spring-configuration-metadata.json

@ -29,7 +29,7 @@
"name": "spring.jackson.parser", "name": "spring.jackson.parser",
"deprecation": { "deprecation": {
"level": "error", "level": "error",
"reason": "Partially replaced by 'spring.jackson.json.write'.", "reason": "Partially replaced by 'spring.jackson.json.read'.",
"since": "4.0.0" "since": "4.0.0"
} }
}, },

Loading…
Cancel
Save