From 4ae6d7c97e1b93c812e1bd630c68fd6c8d44af90 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Oct 2015 15:35:03 +0200 Subject: [PATCH] Remove outdated key See gh-3696 --- .../META-INF/additional-spring-configuration-metadata.json | 6 ------ 1 file changed, 6 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 c96ca77ae2..3aea98d03b 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 @@ -35,12 +35,6 @@ "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",