From 4a327dc08b1705e07aef85bfb8f2c084b63786ae Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 30 Jul 2015 10:39:51 +0200 Subject: [PATCH] Add missing meta-data Closes gh-3620 --- ...itional-spring-configuration-metadata.json | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) 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 51f80ffbb68..b871e2f7841 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 @@ -17,12 +17,36 @@ "sourceType": "org.springframework.boot.actuate.endpoint.EnvironmentEndpoint", "description": "Keys that should be sanitized. Keys can be simple strings that the property ends with or regex expressions." }, + { + "name": "endpoints.docs.enabled", + "type": "java.lang.Boolean", + "description": "Enable actuator docs endpoint.", + "defaultValue": true + }, + { + "name": "endpoints.hal.enabled", + "type": "java.lang.Boolean", + "description": "Enable Spring Data HAL browser endpoint.", + "defaultValue": true + }, { "name": "endpoints.jmx.enabled", "type": "java.lang.Boolean", "description": "Enable JMX export of all endpoints.", "defaultValue": true }, + { + "name": "endpoints.jolokia.enabled", + "type": "java.lang.Boolean", + "description": "Enable Jolokia endpoint.", + "defaultValue": true + }, + { + "name": "endpoints.links.enabled", + "type": "java.lang.Boolean", + "description": "Enable hypermedia links endpoint.", + "defaultValue": true + }, { "name": "info", "type": "java.util.Map",