From 80793b3148c304f78d0fff7d713c31f4e960f62a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 17 Aug 2017 11:07:02 +0200 Subject: [PATCH] Cleanup additional meta-data The new endpoint infrastructure does not provide a `path` property so the manual metadata for older endpoints have been removed. --- ...itional-spring-configuration-metadata.json | 35 ------------------- 1 file changed, 35 deletions(-) diff --git a/spring-boot-actuator/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/spring-boot-actuator/src/main/resources/META-INF/additional-spring-configuration-metadata.json index 96d1fd3770b..b4aefe89a69 100644 --- a/spring-boot-actuator/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/spring-boot-actuator/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -1,14 +1,4 @@ {"properties": [ - { - "name": "endpoints.autoconfig.path", - "type": "java.lang.String", - "description": "Endpoint URL path." - }, - { - "name": "endpoints.beans.path", - "type": "java.lang.String", - "description": "Endpoint URL path." - }, { "name": "endpoints.configprops.keys-to-sanitize", "type": "java.lang.String[]", @@ -23,16 +13,6 @@ "vcap_services" ] }, - { - "name": "endpoints.configprops.path", - "type": "java.lang.String", - "description": "Endpoint URL path." - }, - { - "name": "endpoints.dump.path", - "type": "java.lang.String", - "description": "Endpoint URL path." - }, { "name": "endpoints.env.keys-to-sanitize", "type": "java.lang.String[]", @@ -47,27 +27,12 @@ "vcap_services" ] }, - { - "name": "endpoints.info.path", - "type": "java.lang.String", - "description": "Endpoint URL path." - }, - { - "name": "endpoints.mappings.path", - "type": "java.lang.String", - "description": "Endpoint URL path." - }, { "name": "endpoints.metrics.filter.enabled", "type": "java.lang.Boolean", "description": "Enable the metrics servlet filter.", "defaultValue": true }, - { - "name": "endpoints.trace.path", - "type": "java.lang.String", - "description": "Endpoint URL path." - }, { "name": "endpoints.trace.filter.enabled", "type": "java.lang.Boolean",