Skip to content

Commit 668f131

Browse files
committed
docs: Deprecate management.health.influxdb.enabled at error level in configuration medata additional-spring-configuration-metadata.json (fixes #46545)
Signed-off-by: Fatima Filali <[email protected]>
1 parent 883d04a commit 668f131

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

module/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,15 @@
111111
"description": "Whether to enable disk space health check.",
112112
"defaultValue": true
113113
},
114+
{
115+
"name": "management.health.influxdb.enabled",
116+
"type": "java.lang.Boolean",
117+
"description": "Whether to enable InfluxDB health check.",
118+
"deprecation": {
119+
"level": "error",
120+
"reason": "The InfluxDB HealthIndicator has been removed in Spring Boot 3.4. This property is no longer supported."
121+
}
122+
},
114123
{
115124
"name": "management.health.livenessstate.enabled",
116125
"type": "java.lang.Boolean",

0 commit comments

Comments
 (0)