Skip to content

Commit 76cccc5

Browse files
committed
Document correct replacement for spring.jackson.parser
See gh-48255
1 parent 6ad521c commit 76cccc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"name": "spring.jackson.parser",
3030
"deprecation": {
3131
"level": "error",
32-
"reason": "Partially replaced by 'spring.jackson.json.write'.",
32+
"reason": "Partially replaced by 'spring.jackson.json.read'.",
3333
"since": "4.0.0"
3434
}
3535
},

0 commit comments

Comments
 (0)