Browse Source

Merge branch '3.4.x' into 3.5.x

See gh-47037
pull/47317/head
Andy Wilkinson 3 months ago
parent
commit
ed96ed6e8c
  1. 8
      spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

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

@ -166,6 +166,14 @@ @@ -166,6 +166,14 @@
"level": "error"
}
},
{
"name": "management.health.influxdb.enabled",
"type": "java.lang.Boolean",
"deprecation": {
"level": "error",
"reason": "InfluxDB support has been removed."
}
},
{
"name": "management.health.jms.enabled",
"type": "java.lang.Boolean",

Loading…
Cancel
Save