mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Polish "Add since to deprecations in config metadata JSON files"
This restores properties that were accidentally removed in the changes for gh-48122.
This commit is contained in:
+12
-2
@@ -44,10 +44,20 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "management.endpoints.jackson.isolated-object-mapper",
|
||||
"name": "management.endpoints.jackson.isolated-json-mapper",
|
||||
"type": "java.lang.Boolean",
|
||||
"description": "Whether to use an isolated JsonMapper to serialize endpoint JSON.",
|
||||
"defaultValue": true
|
||||
},
|
||||
{
|
||||
"name": "management.endpoints.jackson2.isolated-object-mapper",
|
||||
"type": "java.lang.Boolean",
|
||||
"description": "Whether to use an isolated object mapper to serialize endpoint JSON.",
|
||||
"defaultValue": true
|
||||
"defaultValue": true,
|
||||
"deprecation": {
|
||||
"reason": "Jackson 3 is preferred.",
|
||||
"since": "4.0.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "management.endpoints.jmx.domain",
|
||||
|
||||
Reference in New Issue
Block a user