Browse Source

Revert "Merge branch '3.5.x'"

This reverts commit fc2700674e, reversing
changes made to b1b5880f48.

See gh-47038
pull/47047/head
Andy Wilkinson 4 months ago
parent
commit
b888ba46da
  1. 8
      module/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

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

@ -111,6 +111,14 @@ @@ -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",

Loading…
Cancel
Save