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

**[Keegan Witt](https://jira.spring.io/secure/ViewProfile.jspa?name=keegan)** opened **[DATAMONGO-1653](https://jira.spring.io/browse/DATAMONGO-1653?redirect=false)** and commented [MongoSimpleTypes](https://github.com/spring-projects/spring-data-mongodb/blob/master/spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/mapping/MongoSimpleTypes.java) doesn't have all the BSON types. The ones currently not mapped are * BasicBSONList * BSONTimestamp * Code * CodeWithScope * MaxKey *...

type: bug
in: mapping

**[Vladimir T](https://jira.spring.io/secure/ViewProfile.jspa?name=b3lowster)** opened **[DATAMONGO-1384](https://jira.spring.io/browse/DATAMONGO-1384?redirect=false)** and commented Hello I'd like to rise a sorting issue This is my method from the Repository GeoPage\ findByLocationNearAndTypeAndKeywordsIn(Point p, Distance d, String type, Collection\ keywords,...

type: bug

**[Jose Armando de Almeida Neto](https://jira.spring.io/secure/ViewProfile.jspa?name=JIRAUSER49859)** opened **[DATAMONGO-2582](https://jira.spring.io/browse/DATAMONGO-2582?redirect=false)** and commented Hi! Recently I had a problem with a MongoDB query that when I'm using the code below to remove unneeded fields,...

type: bug

**[Bilguun Bayarmagnai](https://jira.spring.io/secure/ViewProfile.jspa?name=bilguun)** opened **[DATAMONGO-1255](https://jira.spring.io/browse/DATAMONGO-1255?redirect=false)** and commented Two types of scenarios are printing CyclicPropertyReferenceException log in our application similiar to the https://jira.spring.io/browse/DATAMONGO-962. We have created tiny [demo app](https://github.com/Migakun/demo-mongo) using spring boot...

type: bug
in: mapping

Allow database factories to be created using a Kotlin MongoDB Driver. ```xml org.mongodb mongodb-driver-kotlin-sync optional ```

type: enhancement
in: kotlin

I have a user document that has a reference to subgroups as lazy. I am trying to get a subgroup from the user and then try to modify it but...

type: enhancement

MongoManagedTypes are not mentioned in the v 4.0 release even though they where released in that version. They are needed when overriding mongoMappingContext(MongoCustomConversions customConversions, MongoManagedTypes types) which are needed for...

type: documentation

The [Spring Boot Data MongoDB documentation](https://docs.spring.io/spring-data/mongodb/docs/current/reference/html/#mongo.mongo-db-factory.config) says: > Username and password credentials used in XML-based configuration must be URL-encoded when these contain reserved characters, such as `:`, `%`, `@`, or...

type: documentation
status: waiting-for-triage

I'm looking for dynamic @Aggregation pipeline affectation. you know already that we could affect a string array to @Aggregation annotation like this: @Aggregation({ "{ $unwind : { path : $skills...

theme: 4.2

# Summary This issue is proposing separating the recursive logic of `QueryMappergetMappedObject()` from the the public method it is invoked by. This allows to handle the outer `Document query` and...

status: pending-design-work
in: mapping
theme: 4.2