Browse Source

Merge branch '3.4.x' into 3.5.x

Closes gh-46580
pull/46605/head
Stéphane Nicoll 5 months ago
parent
commit
dfaf98f7fc
  1. 6
      spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

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

@ -169,8 +169,10 @@ @@ -169,8 +169,10 @@
{
"name": "management.health.influxdb.enabled",
"type": "java.lang.Boolean",
"description": "Whether to enable InfluxDB health check.",
"defaultValue": true
"deprecation": {
"level": "error",
"reason": "InfluxDB support has been removed."
}
},
{
"name": "management.health.jms.enabled",

Loading…
Cancel
Save