Merge pull request #51172 from MacAlsandair

Closes gh-51172

* docs-remove-influxdb-reference-4.0.x:
  Polish "Remove reference to removed InfluxDB auto-configuration"
  Remove reference to removed InfluxDB auto-configuration
This commit is contained in:
Stéphane Nicoll
2026-08-03 08:22:09 +02:00
2 changed files with 0 additions and 3 deletions
@@ -131,7 +131,6 @@ public abstract class DocumentConfigurationProperties extends DefaultTask {
config.accept("spring.cassandra");
config.accept("spring.elasticsearch");
config.accept("spring.h2");
config.accept("spring.influx");
config.accept("spring.ldap");
config.accept("spring.mongodb");
config.accept("spring.neo4j");
@@ -17,8 +17,6 @@ Additionally, {url-spring-boot-for-apache-geode-site}[Spring Boot for Apache Geo
You can make use of the other projects, but you must configure them yourself.
See the appropriate reference documentation at {url-spring-data-site}.
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.
[[data.nosql.redis]]