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

Prerequisites - [ ] https://github.com/micrometer-metrics/micrometer/pull/3297 - [ ] https://github.com/micrometer-metrics/tracing/pull/38

status: waiting-for-triage

I wanted to know why the InsertManyOptions option is not exposed in the spring data reactive library. Is this planned? Thanks

status: pending-design-work

With our AOT efforts, we introduced `TypeScanner` as general abstraction for type scanning to avoid store-specific implementations. We should switch to `TypeScanner` instead of using `ClassPathScanningCandidateComponentProvider` directly.

status: ideal-for-contribution
type: enhancement

Hello 🙂 Spring-data-mongodb supports [TimeSeries](https://docs.spring.io/spring-data/mongodb/docs/4.0.0-M3/api/org/springframework/data/mongodb/core/mapping/TimeSeries.html) since version 3.3. It allows to declare and create new timeseries collection. The [@TimeSeries](https://docs.spring.io/spring-data/mongodb/docs/4.0.0-M3/api/org/springframework/data/mongodb/core/mapping/TimeSeries.html) annotation offers many parameters such as those which are in the...

status: waiting-for-triage

Hi, I was wondering if I used the aggregation update badly. I'm currently using spring-data-mongodb 3.3.4. In fact, update first throws an exception while update all doesn't because of the...

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

**[Johan Haleby](https://jira.spring.io/secure/ViewProfile.jspa?name=johanhaleby)** opened **[DATAMONGO-2607](https://jira.spring.io/browse/DATAMONGO-2607?redirect=false)** and commented Newer versions of the MongoDB java driver (and server) supports "startAtOperationTime" for change streams (https://docs.mongodb.com/manual/changeStreams/) to be able to resume a change stream even...

in: core
status: ideal-for-contribution
type: enhancement