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

`MonoTemplate` replace/update operations add sharding information if possible to avoid unnecessary broadcasting to all shards and so should `DefaultBulkOperations`.

type: enhancement

Current Meta annotation only supports cursorBatchSize as a constant size, would be great if we could build a cursorBatchSizeExpression which can provide a way to read cursorBatchSize as a property.

status: on-hold
status: blocked
type: enhancement

if one element in Collection is passed in .all() criteria it is not preserved as array in spring-data-mongodb higher that 4.3.0 ![image](https://github.com/spring-projects/spring-data-mongodb/assets/53789299/d5ee1290-c616-4189-8b53-d04fa308c405) ![image](https://github.com/spring-projects/spring-data-mongodb/assets/53789299/df0f66c7-3cb1-4f90-b14c-42cdca61749c)

status: feedback-provided

If there is a nullable list with values, the implementation should check it instead of wrapping the nullable list (even if it has values) into another newly created list by...

status: feedback-provided

Hello, I am developing based on Kotiln + Spring-Data-Mongo. - Spring Boot: 2.5.0 - Java: 14 - Kotlin: 1.7.0 I left an issue because I had a question while writing...

type: bug
status: pending-design-work

I'm sorry if this is the wrong place to file an issue, I've not found the right one in 10 minutes of googling. Environment - spring: 3.0.4 - kotlin 1.8.10...

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

I encountered an issue while working with Spring Data MongoDB latest version, where nested JSON objects within a generic class are not being handled correctly. Specifically, when attempting to interact...

type: bug

This PR fixes an issue where settings regarding storage of `null` values had been ignored if a custom converter took care of the conversion. Let's do an initial round of...

With the release of spring-boot 3.2.0 a change to the deserialization was noted, which was addressed in a previous issue: https://github.com/spring-projects/spring-data-mongodb/issues/4571 The change itself makes sense, as the serialized null...

type: bug

> Change Streams can be consumed with both, the imperative and the reactive MongoDB Java driver. It is highly recommended to use the reactive variant, as it is less resource-intensive....

status: waiting-for-triage