Skip to content

Commit ca21c03

Browse files
committed
docs: Deprecate management.health.influxdb.enabled at error level in configuration medata additional-spring-configuration-metadata.json (fixes #46545)
Signed-off-by: Fatima Filali [email protected]
1 parent 883d04a commit ca21c03

File tree

1 file changed

+0
-5
lines changed
  • documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/data

1 file changed

+0
-5
lines changed

documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/data/nosql.adoc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,7 @@ You can make use of the other projects, but you must configure them yourself.
1818
See the appropriate reference documentation at {url-spring-data-site}.
1919

2020
Spring Boot also provides auto-configuration for the InfluxDB client but it is deprecated in favor of https://github.com/influxdata/influxdb-client-java[the new InfluxDB Java client] that provides its own Spring Boot integration.
21-
[WARNING]
22-
====
23-
**Important:** While Spring Boot 4.0.0 introduced `management.influx.metrics.export.*` properties for *metrics export* (as seen in `InfluxProperties.java`), the **InfluxDB Health Indicator** and its associated configuration property, `management.health.influxdb.enabled`, were **deprecated in Spring Boot 3.2 and subsequently removed in Spring Boot 3.4**.
2421

25-
If you are upgrading from Spring Boot 3.3 or an earlier version, ensure you remove any usage of `management.health.influxdb.enabled` from your configuration. For health checks with InfluxDB in Spring Boot 3.4 or later, consider implementing a custom `HealthIndicator` using the new InfluxDB Java client, or other monitoring solutions.
26-
====
2722

2823

2924
[[data.nosql.redis]]

0 commit comments

Comments
 (0)