From 9d2d34216b9869fc1f45b667a73d53a2e2a84f40 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 Aug 2015 09:14:40 +0200 Subject: [PATCH] Remove references to endpoints.hal See gh-3696 --- .../META-INF/additional-spring-configuration-metadata.json | 6 ------ .../src/main/asciidoc/appendix-application-properties.adoc | 3 --- 2 files changed, 9 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 b44a288420..c96ca77ae2 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 @@ -23,12 +23,6 @@ "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", diff --git a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc index fbb022744e..d62bac23d2 100644 --- a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc +++ b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc @@ -711,9 +711,6 @@ content into your application; rather pick only the properties that you need. endpoints.flyway.enabled=true endpoints.flyway.id=flyway endpoints.flyway.sensitive=true - endpoints.hal.enabled=true - endpoints.hal.path= # Redirects root HTML traffic to the HAL browser - endpoints.hal.sensitive=false endpoints.liquibase.enabled=true endpoints.liquibase.id=liquibase endpoints.liquibase.sensitive=false