-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Update data properties to make it clear which stores do and do not require Spring Data #11574
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
Comments
For java packages we have a split for some technologies. For example, the |
Redis is a different beast in the sense that even the low-level connection stuff relies on Spring Data. In that sense the package is ok (since there is a dependency on Spring Data. There is no reason however to bring the I am not saying the situation is perfectly fine (I am sure we can find inconsistencies easily) but this one looks ok to me. |
There's a lot of inconsistency with all our data properties. We should expand the scope of this to look at them all. |
Note that the package structure also affects the actuator. We don't have any |
Redis properties are under
spring.redis
currently. This seems to be inconsistent with other stores that have properties underspring.data
(eg, couchbase, cassandra, neo4j).The text was updated successfully, but these errors were encountered: