morphia
morphia copied to clipboard
MongoDB object-document mapper in Java based on https://github.com/mongodb/mongo-java-driver
Hello all, I am not sure if this is a problem in morphia or java HashMap. Just see if anyone encountered similar issue. When trying to use aggregate like this:...
https://www.mongodb.com/docs/manual/reference/operator/query/natural/
Currently, Morphia has its own `FindOptions` and `AggregationOptions` for historical reasons. Given the recent changes to the APIs for querying and aggregation (namely, that they are themselves `Iterable`) it makes...
Duplicate of #4035 for milestone 3.0.0 --- **Describe the bug** Cannot search by null value. I got null pointer exception: ``` java.lang.NullPointerException: Cannot invoke "Object.getClass()" because "value" is null at...
**Describe the bug** Deploying an ear application that uses Morphia 2.5.1 and MongoDB Driver 5.6.1 (as provided in the lib/ext of the domain) into an application server like Payara (5.2022.5)....
**Describe the bug** I’m using Morphia 2.5.0, and I've encountered an issue when following the suggested way to apply pagination and sorting using: However, it appears that the FindOptions passed...
Bumps [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 3.6.1 to 3.6.2. Release notes Sourced from org.codehaus.mojo:exec-maven-plugin's releases. 3.6.2 🚀 New features and improvements Add JPMS ServiceLoader Support with Multi-Release JAR (#500) @ascheman 📦 Dependency updates...
**Describe the bug** in `dev.morphia.mapping.codec.pojo.TypeData#get(java.lang.reflect.Type)` ```java } else if (type instanceof Class) { var typeData = new TypeData((Class) type); for (Type argType : TypeParameters.of(type)) { typeData.typeParameters.add(argType.equals(type) ? type : get(argType));...
use version 2.5.0 and jdk 17 1. When using autoCap, an error will be reported when booting. The same problem description is [##3454](https://github.com/MorphiaOrg/morphia/issues/3454) 2. There seems to be a bug...