-
Notifications
You must be signed in to change notification settings - Fork 93
Description
It seems not supported as I get this error:
´´´
com.mongodb.MongoCommandException: Command failed with error -1: 'Unknown error: class java.util.ArrayList cannot be cast to class de.bwaldvogel.mongo.bson.Document (java.util.ArrayList is in module java.base of loader 'bootstrap'; de.bwaldvogel.mongo.bson.Document is in unnamed module of loader 'app')' on server 127.0.0.1:57611. The full response is {"$err": "Unknown error: class java.util.ArrayList cannot be cast to class de.bwaldvogel.mongo.bson.Document (java.util.ArrayList is in module java.base of loader 'bootstrap'; de.bwaldvogel.mongo.bson.Document is in unnamed module of loader 'app')", "errmsg": "Unknown error: class java.util.ArrayList cannot be cast to class de.bwaldvogel.mongo.bson.Document (java.util.ArrayList is in module java.base of loader 'bootstrap'; de.bwaldvogel.mongo.bson.Document is in unnamed module of loader 'app')", "ok": 0}
´´´