-
Notifications
You must be signed in to change notification settings - Fork 40.8k
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
Comments
We still have |
And |
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, 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? |
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. |
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:
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.
The text was updated successfully, but these errors were encountered: