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",