morphia
morphia copied to clipboard
MongoDB object-document mapper in Java based on https://github.com/mongodb/mongo-java-driver
**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....
**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...
**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...
The aggregation API has a few areas to be cleaned up: - [x] #2743 - [x] #2776 - [ ] #2924 - [ ] #2926 - [ ] #2927 -...
Move the result type from `execute()` to the options class
The goal is to remove the `execute()` methods and make `Aggregation` an `Iterable` like `Query`.
**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**...