mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Merge pull request #46574 from zahra7
* pr/46574: Document that management.health.influxdb.enabled is no longer supported Closes gh-46574
This commit is contained in:
+4
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user