From a7cccac0d0b0403349393e2d5337f8c777d62f88 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Feb 2018 18:57:25 +0100 Subject: [PATCH] Remove deprecation note for property that was renamed in 2.0 --- .../additional-spring-configuration-metadata.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json index 882d3a0bf2..a47ffec825 100644 --- a/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -283,15 +283,6 @@ "description": "Whether to enable HTTP request-response tracing.", "defaultValue": true }, - { - "name": "management.trace.filter.enabled", - "type": "java.lang.Boolean", - "description": "Whether to enable the trace servlet filter.", - "deprecation": { - "replacement": "management.trace.http.enabled", - "level": "error" - } - }, { "name": "endpoints.actuator.enabled", "type": "java.lang.Boolean",