From 95c70324cf4e89f6cc13229d21733eb0b5a25cce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 18 Aug 2025 13:13:30 +0200 Subject: [PATCH] Fix order of additional metadata --- ...additional-spring-configuration-metadata.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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",