issues Search Results · repo:spring-projects/spring-data-mongodb language:Java
Filter by
3k results
(73 ms)3k results
inspring-projects/spring-data-mongodb (press backspace or delete to remove)In slow environments the server may not be responding in time so clients run into connection timeouts. We should add
guards for test requiring more resources.
type: task
christophstrobl
- Opened 7 days ago
- #5013
Summary of why MongoClient is not closed when not registered as a Spring Bean
Problem Description
When SimpleMongoClientDatabaseFactory is created with a MongoClient that is not registered as a Spring ...
for: team-attention
status: waiting-for-triage
jayjaehunchoi
- 3
- Opened 10 days ago
- #5012
Hello. We recently upgraded from spring-boot-starter-parent 3.1.1 to 3.5.3 and suddenly encountered this issue. person
in this case is reference to a collection in our database.
Code:
LookupOperation ...
status: waiting-for-feedback
status: waiting-for-triage
FriedGov
- 1
- Opened 10 days ago
- #5011
It looks like this Javadoc was copy/pasted from ensureIndex, at the moment it s not clear what happens if the index
already exists:
/**
* Create the index for the provided {@link IndexDefinition} exists ...
type: documentation
bjansen
- 1
- Opened 11 days ago
- #5010
We should deprecated our Micrometer Tracing implementation in favor of MongoDB s OpenTelemetry implementation in the
driver. MongoObservationCommandListener.
Observation through MongoObservationCommandListener ...
type: task
mp911de
- 2
- Opened 16 days ago
- #5009
From the docs, in the example for Optimistic Locking:
4. Try to update the previously loaded document that still has version = 0. The operation fails with an
OptimisticLockingFailureException, as ...
status: waiting-for-triage
tearfur
- 1
- Opened 22 days ago
- #5007
Enable parameter binding for named as well as index based expressions.
@Query( { firstname : ?#{[0]}} )
List Person bindExpressionParameterByIndex(String firstname);
@Query( { firstname : :#{#firstname}} ...
christophstrobl
- Opened 22 days ago
- #5006
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).
List Entity findByLocationNear(Point point); ...
christophstrobl
- Opened 24 days ago
- #5004
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.
WHY
Operation ...
status: pending-design-work
type: enhancement
unlikely
gillesbergerp
- 2
- Opened 26 days ago
- #5003

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.