Christoph Strobl
Christoph Strobl
The error can occur when using a not fully intialized mapping context. Please help us analyze the issue and provide a complete [minimal sample](https://stackoverflow.com/help/minimal-reproducible-example) (something that we can unzip or...
Sorry it took so long to get back to you. Thanks for bringing this to our attention! Do you want to submit a PR or should we take care of...
If you'd like us to spend some time investigating, please take the time to provide a complete [minimal sample](https://stackoverflow.com/help/minimal-reproducible-example) (something that we can unzip or git clone, build, and deploy)...
The missing bit seems to be the `queries` part. So far only `queryType: "equality"` and `queryType: "none"` are mentioned in the docs. Will there be more or a change to...
Rebased and modified existing PR #605 that introduces `TransientMongoDbException` and evaluates the MongoDB `TransientTransactionError` label. The PR also fixes an issue where `WriteConflict` was resolved to `UncategorizedMongoDbException` instead of the...
If you would like us to spend some time helping you to diagnose the problem, please spend some time describing it. Right now, we struggle to understand what you want...
I think [`distinctRandomMembers`](https://github.com/spring-projects/spring-data-redis/blob/587600a35eb0e7fb31bf9a34fdcf266914580033/src/main/java/org/springframework/data/redis/core/SetOperations.java#L360) might be what you're looking for. Other than `randomMembers` it won't return duplicates.
Please report issues in English, thank you!
Thank you. We'll revisit the _protected doFind(...)_ method. Meanwhile, have you checked the [Fluent Template API](https://docs.spring.io/spring-data/mongodb/docs/current/reference/html/#mongo.query.fluent-template-api)? It allows to define the mapping source as well as target class for read/write...
@monosoul thanks for the reproducer. Unless I'm missing something the behaviour is the expected one as documented in the [Customizing Type Mapping](https://docs.spring.io/spring-data/mongodb/docs/current/reference/html/#mongo-template.type-mapping) section of the reference documentation. Providing an _initial...