spring-data-mongodb
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...
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...
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...
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":...
We should enable `DefaultMessageListenerContainer` to auto-startup and participate in the container-managed lifecycle instead of requiring applications to start the lifecycle.
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...
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...
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.
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...
See https://github.com/spring-projects/spring-framework/issues/17661