Add deprecated metadata for Jolokia

See gh-10076
This commit is contained in:
Stephane Nicoll 2017-08-25 15:57:57 +02:00
parent 88656b31c9
commit dd88b116d5
1 changed files with 9 additions and 0 deletions

View File

@ -853,6 +853,15 @@
"level": "error"
}
},
{
"name" : "jolokia.config",
"type" : "java.util.Map<java.lang.String,java.lang.String>",
"description" : "Jolokia settings. These are traditionally set using servlet parameters. Refer to\n the documentation of Jolokia for more details.",
"deprecation" : {
"replacement" : "management.jolokia.config",
"level" : "error"
}
},
{
"name" : "management.shell.auth.jaas.domain",
"type" : "java.lang.String",