Influx support was deprecated in 3.2 and then removed in 3.4 but the management.health.influxdb.enabled
configuration property is still documented.
Comment From: snicoll
It is documented at ERROR level and was restored as part of the modularization work on main
in https://github.com/spring-projects/spring-boot/issues/46535.
FWIW I disagree that metadata for a property is stale once the deprecation period has elapsed: that's the whole idea behind the deprecation level that the metadata provides, and ERROR level should go beyond that period.
Comment From: wilkinsona
Good catch, @snicoll. Thanks. I'll revert and mark this as a duplicate of https://github.com/spring-projects/spring-boot/pull/46574.