Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework Working with NoSQL Technologies to clarify which stores are supported by Spring Data #29694

Closed
wilkinsona opened this issue Feb 9, 2022 · 5 comments
Labels
type: documentation A documentation update
Milestone

Comments

@wilkinsona
Copy link
Member

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.

@wilkinsona wilkinsona added this to the 2.5.x milestone Feb 9, 2022
@wilkinsona wilkinsona added the type: documentation A documentation update label Feb 9, 2022
@philwebb
Copy link
Member

philwebb commented Feb 9, 2022

We still have SolrAutoConfiguration in and SolrHealthIndicator in the codebase.

@philwebb
Copy link
Member

philwebb commented Feb 9, 2022

And InfluxDbAutoConfiguration.

@wilkinsona
Copy link
Member Author

Thanks, Phil. I was confused by "refer to the appropriate reference documentation at spring.io/projects/spring-data". Spring Data used to have a Solr module but no longer does. It's never supported InfluxDB.

I think we still need to do something here, perhaps reworking things to separate the Spring Data-supported stores from the others.

@wilkinsona wilkinsona changed the title Working with NoSQL Technologies lists stores that are no longer supported Rework Working with NoSQL Technologies to clarify which stores are supported by Spring Data Feb 9, 2022
@viktorardelean
Copy link
Contributor

@wilkinsona, I can change that paragraph. Please tell me if you want me to remove Solr and InfluxDB plus sort alphabetically? Or should I change more?

@wilkinsona
Copy link
Member Author

Thanks for the offer, @viktorardelean. We’ve found that this sort of documentation update often results in a contributor essentially copying and pasting a suggestion that we make into a pull request. That’s not satisfying for us or, more importantly, for the contributor. As such, we prefer to handle this sort of documentation update ourselves. Thanks anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: documentation A documentation update
Projects
None yet
Development

No branches or pull requests

3 participants