Polish deprecated metadata

This commit is contained in:
Stephane Nicoll 2018-01-30 17:45:01 +01:00
parent 51c307f643
commit f7bf79c9b3
2 changed files with 16 additions and 0 deletions

View File

@ -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",

View File

@ -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": [