Skip to content

Commit 0a40378

Browse files
committed
Merge pull request #48255 from michaldo
* pr/48255: Document correct replacement for spring.jackson.parser Document correct replacement for spring.jackson.generator Closes gh-48255
2 parents c585b05 + 76cccc5 commit 0a40378

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"name": "spring.jackson.generator",
1313
"deprecation": {
1414
"level": "error",
15-
"reason": "Partially replaced by 'spring.jackson.json.read'.",
15+
"reason": "Partially replaced by 'spring.jackson.json.write'.",
1616
"since": "4.0.0"
1717
}
1818
},
@@ -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)