spring-data-mongodb icon indicating copy to clipboard operation
spring-data-mongodb copied to clipboard

Provides support to increase developer productivity in Java when using MongoDB. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access...

Results 243 spring-data-mongodb issues
Sort by recently updated
recently updated
newest added

**Expected behavior:** When I add the `SECONDARY_READS` meta flag using the annotation `@Meta(flags = { SECONDARY_READS })` or when `.allowSecondaryReads()` is invoked on a query, the read preference should be...

type: documentation
status: waiting-for-triage
status: feedback-provided

See https://github.com/spring-projects/spring-data-commons/pull/3050

type: enhancement