Hi all,
please, is there any chance that Jongo will be updated to work with MongoDB Java driver 3.4.0? Specifically, Jongo object cannot be initiated on com.mongodb.client.MongoDatabase returned by mongoClient.getDatabase(dbName). Also, I'm using my own MongoDB codec and thus I can use, e.g. the following to directly return objects of MyClass:
this.collection.find(Filters.eq(id), MyClass.class)
I'm not sure, if this would work with Jongo
I love the idea of issuing the query with the MongoDB Shell syntax but I have everything on driver 3.4.0 and I cannot downgrade :-/
If Jongo is not planned to be upgraded, don't you know about any alternative that would parse the Mongo Shell syntax and create native MongoDB query?
Thanks! David