Justin Lee
Justin Lee
Yes. and the docs for that method list the new approach to use.
As for that return type, it was a mistake on the public API. If you remove `internal` from the package name on your import, it should work just fine. The...
As I've said before I don't think this belongs in panache. It is not intended to be an ODM. There are multiple options for a Mongo ODM if that's what's...
As I've said before I don't think this belongs in panache. It is not intended to be an ODM. There are multiple options for a Mongo ODM if that's what's...
It's about focus. Quarkus, typically, hasn't built new frameworks as such and has built integrations with existing ones in a relatively new(ish) and powerful way. In the same way, we...
I think what you're running into is that `MorphiaContainer` was added to try and solve a particular problem ("clear" boundaries around configuration reuse and avoiding remapping classes) but it doesn't...
I'll try to dig in to this tonight.
Well, "tonight" turned in to months. I can't recreate this on `master`/2.4.14. If you could put together a [reproducer](/morphiaorg/reproducer) I'd be happy to take another look. For now I'll remove...
If you could put together a [reproducer](/morphiaorg/reproducer) I'd be happy to take a look and see.
You can set it to [upsert](https://morphia.dev/morphia/3.0/javadoc/dev/morphia/ReplaceOptions.html#upsert(boolean)) and it'll do what you're asking.