Jongo 1.3.0 is now available

177 views
Skip to first unread message

Benoît GUEROUT

unread,
Apr 4, 2016, 9:18:12 AM4/4/16
to Jongo
Here is the brand new 1.3.0 release !

Get it at maven central and start exploring its documentation.

Fore more informations please read our release notes : http://jongo.org/#release-notes

Note that Jongo now uses semantic versioning (1.3.x) to ease hotfix release.

Again, your feedback matters a lot to us.

Raees Khan

unread,
Jul 16, 2018, 10:04:19 AM7/16/18
to Jongo
Hey,

but it doesn't support aggregate method when install latest version of mongdb. right?

Thank you.

Ayush Siddharth

unread,
Mar 27, 2019, 3:22:30 AM3/27/19
to Jongo

Is there any plan to change the Jongo constructor to accept "MongoDatabase" as well other than "DB" ?


public MongoCollection getCollection(String databaseName,String collectionName){
DB database = mongoClient.getDB(databaseName); //depricated method
Jongo jongo = new Jongo(database); // Custructor only accept DB object 
MongoCollection collection = jongo.getCollection(collectionName);
return collection;
}

Why is getDB deprecated? What is the substitute here?
Reply all
Reply to author
Forward
0 new messages