diff --git a/module/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/module/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json index b4b8ea9d456..8cd7cda52ad 100644 --- a/module/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/module/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -111,6 +111,14 @@ "description": "Whether to enable disk space health check.", "defaultValue": true }, + { + "name": "management.health.influxdb.enabled", + "type": "java.lang.Boolean", + "deprecation": { + "level": "error", + "reason": "InfluxDB support has been removed." + } + }, { "name": "management.health.livenessstate.enabled", "type": "java.lang.Boolean", @@ -144,14 +152,6 @@ "description": "Whether to enable SSL certificate health check.", "defaultValue": true }, - { - "name": "management.health.influxdb.enabled", - "type": "java.lang.Boolean", - "deprecation": { - "level": "error", - "reason": "InfluxDB support has been removed." - } - }, { "name": "management.httpexchanges.recording.enabled", "type": "java.lang.Boolean",