Polish deprecated metadata
This commit is contained in:
parent
51c307f643
commit
f7bf79c9b3
|
|
@ -1474,6 +1474,13 @@
|
|||
"level": "error"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "management.trace.include",
|
||||
"deprecation": {
|
||||
"replacement": "management.httptrace.include",
|
||||
"level": "error"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "spring.metrics.export.aggregate.key-pattern",
|
||||
"type": "java.lang.String",
|
||||
|
|
|
|||
|
|
@ -311,6 +311,15 @@
|
|||
"replacement": "spring.banner.location",
|
||||
"level": "error"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "spring.application.index",
|
||||
"type": "java.lang.Integer",
|
||||
"description": "Application index.",
|
||||
"deprecation": {
|
||||
"level": "error",
|
||||
"reason": "Application context ids are now unique by default."
|
||||
}
|
||||
}
|
||||
],
|
||||
"hints": [
|
||||
|
|
|
|||
Loading…
Reference in New Issue