Skip to content

Commit dfaf98f

Browse files
committed
Merge branch '3.4.x' into 3.5.x
Closes gh-46580
2 parents 6f5ae56 + 4fbf3a7 commit dfaf98f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,10 @@
169169
{
170170
"name": "management.health.influxdb.enabled",
171171
"type": "java.lang.Boolean",
172-
"description": "Whether to enable InfluxDB health check.",
173-
"defaultValue": true
172+
"deprecation": {
173+
"level": "error",
174+
"reason": "InfluxDB support has been removed."
175+
}
174176
},
175177
{
176178
"name": "management.health.jms.enabled",

0 commit comments

Comments
 (0)