Browse Source

Fix order of additional metadata

pull/46876/head
Stéphane Nicoll 6 months ago
parent
commit
95c70324cf
  1. 16
      module/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

16
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",
@ -144,14 +152,6 @@ @@ -144,14 +152,6 @@
"description": "Whether to enable SSL certificate health check.",
"defaultValue": true
},
{
"name": "management.health.influxdb.enabled",
"type": "java.lang.Boolean",
"deprecation": {
"level": "error",
"reason": "InfluxDB support has been removed."
}
},
{
"name": "management.httpexchanges.recording.enabled",
"type": "java.lang.Boolean",

Loading…
Cancel
Save