Justin Lee
Justin Lee
having a mix of the new driver code and the legacy code makes the module system sad. when I can remove the deprecations this should improve. bumping to 3.0.
preserve these WIPs for reference [core module-info.java.txt](https://github.com/MorphiaOrg/morphia/files/8983816/module-info.java.txt) [kotlin module-info.java.txt](https://github.com/MorphiaOrg/morphia/files/8983817/module-info.java.txt)
The goal is to have 3.0 modularized. Past efforts haven't gone well because some deps haven't been modularized yet but i'm going to push through and that resolved, hopefully, one...
reference caching was dropped in 2.x because of how persistence works now. What's needed are certain hooks down in the driver that aren't currently available. I have a patch in...
fwiw, https://github.com/mongodb/mongo-java-driver/pull/846
this probably won't make 2.3 but I don't want to lose track of the idea I have in mind that might resolve this. Will probably get bumped to 3.0 (or...
@Entity should work just fine
Well, a SO is a bug regardless. If you could put together a [reproducer](/morphiaorg/reproducer) I'd be happy to take a look and see. But @Entity is inherited so you should...
Any progress?
Without seeing the code or a reproducer I could only guess. But if you know the queries are valid, you can [disable validation](https://morphia.dev/morphia/2.4/javadoc/dev/morphia/query/Query.html#disableValidation()) for those until we can figure out...