From 92c62b6e9f56d9048c4c0d747022d718a7747fe7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 14 Nov 2017 11:34:31 +0100 Subject: [PATCH] Remove resuscitated properties from the deprecation list This commit removes two properties that were remove in earlier milestones of Spring Boot 2 and reintroduced with the support of micrometer. Closes gh-11015 --- ...itional-spring-configuration-metadata.json | 19 ------------------- 1 file changed, 19 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 c1208981b4..28d4828238 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 @@ -1183,25 +1183,6 @@ "level": "error" } }, - { - "name": "spring.metrics.export.statsd.host", - "type": "java.lang.String", - "description": "Host of a statsd server to receive exported metrics.", - "deprecation": { - "reason": "Metrics support is now using Micrometer.", - "level": "error" - } - }, - { - "name": "spring.metrics.export.statsd.port", - "type": "java.lang.Integer", - "description": "Port of a statsd server to receive exported metrics.", - "defaultValue": 8125, - "deprecation": { - "reason": "Metrics support is now using Micrometer.", - "level": "error" - } - }, { "name": "spring.metrics.export.statsd.prefix", "type": "java.lang.String",