morphia icon indicating copy to clipboard operation
morphia copied to clipboard

MongoDB object-document mapper in Java based on https://github.com/mongodb/mongo-java-driver

Results 112 morphia issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** `MergingDocument` should override the equals method **Describe the solution you'd like** add following code to `MergingDocument` ```java @Override public boolean...

enhancement

The nomenclature around operators, expressions, filters, etc. has shifted to a more unified MQL view. The audits still expect a certain categorization that no longer holds. the audits need to...

aggregation
Task
query

Duplicate of #2935 for milestone 3.0.0 --- **Is your feature request related to a problem? Please describe.** We use different collections based on the tenant. Previously (v1.x) it was possible...

enhancement
forward-port

Duplicate of #3402 for milestone 3.0.0 --- By playing with compound indexes on my database, I determined an index that makes my queries a lot faster. ![Image](https://github.com/user-attachments/assets/32afeda7-5c3d-4993-b9b8-680c36db6000) But it was...

bug
forward-port

Duplicate of #3403 for milestone 3.0.0 --- Hello Morphia Team, I am currently using Morphia 2.4.4 and encountering deprecation warnings when using `MapperOptions.Builder`, despite [documentation](https://morphia.dev/morphia/2.4/migrating.html#_migrating_to_2_4) suggesting it was undeprecated as...

docs
forward-port

Duplicate of #3513 for milestone 3.0.0 --- **Describe the bug** Metaspace keep increasing without dropping down after repeated query with a new session. I am not sure if this helps,...

bug
forward-port

So I'm testing 3.0.0 SNAPSHOT and I know this is a WIP, but I would like to suggest an improvement. First of all, It has been working great so far....

enhancement
Waiting for Response

https://www.mongodb.com/docs/manual/reference/operator/query/geometry/

enhancement
query