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.** I really want to use Morphia because of the clean API that the default MongoDB Java Driver does not provide....

enhancement
proposed

**Describe the bug** When creating a projection on a discriminator property, the `PathTarget` throws a `ValidationException` because the discriminator is not added to the `EntityModel` as a `PropertyModel`. Note that...

bug

**Is your feature request related to a problem? Please describe.** We use different collections based on the tenant. Previously (v1.x) it was possible to override the getCollectionName method in the...

enhancement

The aggregation API has a few areas to be cleaned up: - [x] #2743 - [x] #2776 - [ ] #2924 - [ ] #2926 - [ ] #2927 -...

enhancement
aggregation

Move the result type from `execute()` to the options class

enhancement
aggregation

The goal is to remove the `execute()` methods and make `Aggregation` an `Iterable` like `Query`.

enhancement
aggregation

**Describe the bug** on application start up I am getting this error: [io.netty.handler.ssl.BouncyCastleAlpnSslUtils ] [SEVERE ] Unable to initialize BouncyCastleAlpnSslUtils. I am using morphia 2.4.11 and java jdk-18.0.2.1.jdk **To Reproduce**...

bug