From 76451d13f50f2d8a07e0faaf114fd84627feff0e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 24 Nov 2014 21:32:49 +0100 Subject: [PATCH] Add metadata for info.* Closes gh-1993 --- .../META-INF/additional-spring-configuration-metadata.json | 5 +++++ 1 file changed, 5 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 a2ece36278..7d83354aa0 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 @@ -11,6 +11,11 @@ "sourceType": "org.springframework.boot.actuate.endpoint.EnvironmentEndpoint", "description": "The keys that should be sanitize. Keys can be simple strings that the property ends with or regex expressions." }, + { + "name": "info", + "type": "java.util.Map", + "description": "Arbitrary properties to add to the info endpoint." + }, { "name": "management.health.db.enabled", "type": "java.lang.Boolean",