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 316 spring-data-mongodb issues
Sort by recently updated
recently updated
newest added

Originally reported by [kliarist](https://github.com/kliarist) at spring-projects/spring-graphql#746: I am using `spring-graphql` along with `spring-data-mongo` and `querydsl` and faced with the below issue ``` org.springframework.data.mapping.MappingException: Invalid path reference articles.title; Associations can only...

status: pending-design-work

Currently both linked documents (`@DBRef` & `@DocumentReference`) are loaded as is, which means as their native raw representation of the link value. During the mapping process the framework detects those...

type: enhancement
in: aggregation-framework
in: references

Dear spring-data-mongodb maintenance team, I am having trouble with the projection of fields in nested lists with spring-data-mongodb. Given the following minimal example mongoDB: ``` db.nestedList.insertOne( { "flat": 1, "flatDescription":...

type: enhancement

We should enable `DefaultMessageListenerContainer` to auto-startup and participate in the container-managed lifecycle instead of requiring applications to start the lifecycle.

status: ideal-for-contribution
type: enhancement

Hi, When we iterating over a collection with a large number of documents (> 1 mio) our pod ran out of Memory. Even, when we just used the MongoCurser without...

type: documentation

depends on: #4411

type: task

Currently spring mongo doesn't support specifying commit quorum for index builds in the library. Commit Quorum has been there since mongodb 4.4. To be able to set commit quorum one...

status: ideal-for-contribution
type: enhancement

Hi, It would be very useful if @Document annotions has dynamic value support according to spring parameters. Like that `@Document(collection = "XYZ", collation = "${spring.data.mongodb.collation}")` Thanks.

status: blocked
type: enhancement

Working on a legacy code base, we've got lots of code that builds up aggregations including lookups, so we want to lookup the collection name for a class. We've got...

type: enhancement

See https://github.com/spring-projects/spring-framework/issues/17661

type: enhancement