poiati / gmongo

A Groovy wrapper to the mongodb Java driver
http://blog.paulopoiati.com/2010/06/20/gmongo-0-5-released/
Apache License 2.0
182 stars 44 forks source link

proposed change of inheritance to match mongo client #30

Closed bdwheeler closed 9 years ago

bdwheeler commented 9 years ago

Reference issue #29 Proposed change to have GMongoClient extend GMongo - still keeping all constructors and delegating to the java driver, just using the parent class as the delegator. GMongo constructors create Mongo client, GMongoClient constructor create a MongoClient. This allows the grails mongodb plugin to work with grails 2.6+ with auth enabled for driver 3.0.0 and greater.

davydotcom commented 9 years ago

+1

poiati commented 9 years ago

Thank you guys, I will take a look later today.