mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
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
This commit is contained in:
+2
-2
@@ -12,7 +12,7 @@
|
||||
"name": "spring.jackson.generator",
|
||||
"deprecation": {
|
||||
"level": "error",
|
||||
"reason": "Partially replaced by 'spring.jackson.json.read'.",
|
||||
"reason": "Partially replaced by 'spring.jackson.json.write'.",
|
||||
"since": "4.0.0"
|
||||
}
|
||||
},
|
||||
@@ -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"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user