Commit dd88b116 authored by Stephane Nicoll's avatar Stephane Nicoll

Add deprecated metadata for Jolokia

See gh-10076
parent 88656b31
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment