From 8b3c2b01e33e67ada02a5d3afb6288fd4caf4574 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 30 Jan 2018 15:23:21 +0100 Subject: [PATCH] Fix broken replacement ids --- .../META-INF/additional-spring-configuration-metadata.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json index 3572e86ef8..3b34ec60b1 100644 --- a/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -755,7 +755,7 @@ "description": "Whether to enable JMX export of all endpoints.", "defaultValue": true, "deprecation": { - "replacement": "management.endpoints.jmx.enabled", + "replacement": "management.endpoints.jmx.exclude", "level": "error" } }, @@ -783,7 +783,7 @@ "type": "java.lang.Boolean", "description": "Whether to enable the endpoint.", "deprecation": { - "replacement": "management.jolokia.enabled", + "replacement": "management.endpoint.jolokia.enabled", "level": "error" } }, @@ -1098,7 +1098,7 @@ "type": "java.util.Map", "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", + "replacement": "management.endpoint.jolokia.config", "level": "error" } },