Skip to content

Commit bd770f1

Browse files
committed
Remove Influx section from documentation
Closes gh-43238
1 parent cdf0bfa commit bd770f1

File tree

1 file changed

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

1 file changed

+0
-23
lines changed

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

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -734,26 +734,3 @@ If you want to load the initialization script from a different resource, you can
734734
By default, a standard schema is used to validate `LDIF` files.
735735
You can turn off validation altogether by setting the configprop:spring.ldap.embedded.validation.enabled[] property.
736736
If you have custom attributes, you can use configprop:spring.ldap.embedded.validation.schema[] to define your custom attribute types or object classes.
737-
738-
739-
740-
[[data.nosql.influxdb]]
741-
== InfluxDB
742-
743-
WARNING: Auto-configuration for InfluxDB is deprecated and scheduled for removal in Spring Boot 3.4 in favor of https://github.com/influxdata/influxdb-client-java[the new InfluxDB Java client] that provides its own Spring Boot integration.
744-
745-
https://www.influxdata.com/[InfluxDB] is an open-source time series database optimized for fast, high-availability storage and retrieval of time series data in fields such as operations monitoring, application metrics, Internet-of-Things sensor data, and real-time analytics.
746-
747-
748-
749-
[[data.nosql.influxdb.connecting]]
750-
=== Connecting to InfluxDB
751-
752-
Spring Boot auto-configures an `InfluxDB` instance, provided the `influxdb-java` client is on the classpath and the URL of the database is set using configprop:spring.influx.url[deprecated].
753-
754-
If the connection to InfluxDB requires a user and password, you can set the configprop:spring.influx.user[deprecated] and configprop:spring.influx.password[deprecated] properties accordingly.
755-
756-
InfluxDB relies on OkHttp.
757-
If you need to tune the http client `InfluxDB` uses behind the scenes, you can register an `InfluxDbOkHttpClientBuilderProvider` bean.
758-
759-
If you need more control over the configuration, consider registering an `InfluxDbCustomizer` bean.

0 commit comments

Comments
 (0)