Document correct replacement for spring.jackson.parser

See gh-48255
This commit is contained in:
Stéphane Nicoll
2025-11-23 20:03:33 +01:00
parent 6ad521cdfc
commit 76cccc5842
@@ -29,7 +29,7 @@
"name": "spring.jackson.parser",
"deprecation": {
"level": "error",
"reason": "Partially replaced by 'spring.jackson.json.write'.",
"reason": "Partially replaced by 'spring.jackson.json.read'.",
"since": "4.0.0"
}
},