Commit 8b3c2b01 authored by Stephane Nicoll's avatar Stephane Nicoll

Fix broken replacement ids

parent 2d814e51
...@@ -755,7 +755,7 @@ ...@@ -755,7 +755,7 @@
"description": "Whether to enable JMX export of all endpoints.", "description": "Whether to enable JMX export of all endpoints.",
"defaultValue": true, "defaultValue": true,
"deprecation": { "deprecation": {
"replacement": "management.endpoints.jmx.enabled", "replacement": "management.endpoints.jmx.exclude",
"level": "error" "level": "error"
} }
}, },
...@@ -783,7 +783,7 @@ ...@@ -783,7 +783,7 @@
"type": "java.lang.Boolean", "type": "java.lang.Boolean",
"description": "Whether to enable the endpoint.", "description": "Whether to enable the endpoint.",
"deprecation": { "deprecation": {
"replacement": "management.jolokia.enabled", "replacement": "management.endpoint.jolokia.enabled",
"level": "error" "level": "error"
} }
}, },
...@@ -1098,7 +1098,7 @@ ...@@ -1098,7 +1098,7 @@
"type": "java.util.Map<java.lang.String,java.lang.String>", "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.", "description": "Jolokia settings. These are traditionally set using servlet parameters. Refer to\n the documentation of Jolokia for more details.",
"deprecation": { "deprecation": {
"replacement": "management.jolokia.config", "replacement": "management.endpoint.jolokia.config",
"level": "error" "level": "error"
} }
}, },
......
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