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

Currently we cannot specify hint both using `@Query` or `@Hint` annotation that could be resolving the value from parameters. For example, The following should work: ``` @Query( value = "{...

status: pending-design-work
type: enhancement

**[Christoph Strobl](https://jira.spring.io/secure/ViewProfile.jspa?name=cstrobl)** opened **[DATAMONGO-2250](https://jira.spring.io/browse/DATAMONGO-2250?redirect=false)** and commented because the properties are repeated in the sub class. see https://kotlinlang.org/docs/reference/classes.html#overriding-properties --- **Reference URL:** https://stackoverflow.com/questions/55417487/disambiguate-compiled-classes-in-spring-data **Issue Links:** - [DATACMNS-1509](https://jira.spring.io/browse/DATACMNS-1509) Ignore Kotlin override properties when...

type: bug
in: kotlin

We should deprecated our Micrometer Tracing implementation in favor of MongoDB's OpenTelemetry implementation in the driver. `MongoObservationCommandListener`. Observation through `MongoObservationCommandListener` creates distributed tracing spans including context propagation and it creates...

type: task

Closes: #5004 Closes: #5006 Also adds: - general expression evaluation - Collation support for queries

Fix a couple of typos. - [x] 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...

status: waiting-for-triage

Enable parameter binding for named as well as index based expressions. ```java @Query("{ firstname : ?#{[0]}}") List bindExpressionParameterByIndex(String firstname); @Query("{ firstname : :#{#firstname}}") List bindExpressionParameterByName(String firstname); ```

Add support for ahead of time code generation for query methods (`near` & `within`) operating upon geospatial data (may require special geo index to be present). ```java List findByLocationNear(Point point);...

### WHAT Add support for MongoDb's client-side operation timeout (CSOT) which was introduced as an experimental feature in recent versions of the Sync as well as Reactive Streams Java drivers....

status: waiting-for-triage

- [x] You have read the [Spring Data contribution guidelines](https://github.com/spring-projects/spring-data-build/blob/master/CONTRIBUTING.adoc). - [x] 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 any formatting...

type: bug

Modifying the toString override to include query limit detail - [x] You have read the [Spring Data contribution guidelines](https://github.com/spring-projects/spring-data-build/blob/master/CONTRIBUTING.adoc). - [x] You use the code formatters provided [here](https://github.com/spring-projects/spring-data-build/tree/master/etc/ide) and have...

status: waiting-for-triage