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

- [ ] You have read the [Spring Data contribution guidelines](https://github.com/spring-projects/spring-data-build/blob/master/CONTRIBUTING.adoc). - [ ] You use the code formatters provided [here](https://github.com/spring-projects/spring-data-build/tree/master/etc/ide) and have them applied to your changes. Don’t submit...

status: waiting-for-triage

Closes #4032 There was a bug where the hashCodes of the exclude and include queries were identical. The issue was caused by the hashCode calculation in HashMap, where the XOR...

status: waiting-for-feedback
status: waiting-for-triage

I was trying to run this code and found out that @LastModifiedDate annotation in my MyDocumentType entity is not automatically put into my document. The field is disappeared. ``` var...

status: waiting-for-triage

ValueConversion requires sometimes for that just the plain property information but also the contextual path in wich it is called. we should make sure to provide it.

type: enhancement
theme: 5.0

When any operations made through MongoTemplate, I set the log level to DEBUG using the following configuration: logging.level.org.springframework.data.mongodb.core.MongoTemplate=DEBUG. This allows me to view the queries executed by MongoTemplate, which is...

status: ideal-for-contribution
type: enhancement

Hey Team, This is Ganesh. I feel that the available operations In SpEl - MethodReferenceNode work's fine but, In some operations like $trunc it doesn't works expected. when i give...

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

I have registered a `MappingMongoConverter` component to perform custom conversions for all document reads and writes. When performing `find` / `findOne` / etc. operations, this works as expected. However, when...

status: feedback-provided

I would like to concat an array with another field. If I use normal update then I can use `$push` operator but in pipeline update I have to use `$concatArrays`....

type: enhancement

**Environment:** Kotlin with coroutines 2.1.0 Spring Boot 3.3.1 **Problem** When adding a @Meta annotation to my queries in a given repository, I get empty lists as result. Unfortunately, I could...

type: documentation