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.
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.