Description
In https://docs.spring.io/spring-boot/docs/2.5.x/reference/html/features.html#features.nosql, below the bulleted list, there's the following paragraph:
Spring Boot provides auto-configuration for Redis, MongoDB, Neo4j, Solr, Elasticsearch, Cassandra, Couchbase, LDAP and InfluxDB. You can make use of the other projects, but you must configure them yourself. Refer to the appropriate reference documentation at spring.io/projects/spring-data.
Solr and InfluxDB are no longer supported and should be removed. It might also be worth sorting alphabetically the stores in this paragraph and in the preceding list. Alternatively, the list and paragraph could be combined into a two-column table with the first column containing the bulleted list's existing links and the second linking to the relevant section of Boot's documentation where applicable.