Details
-
New Feature
-
Resolution: Won't Fix
-
Minor - P4
-
None
-
3.9.1
-
None
-
Minor Change
Description
GridFS has a constructor that receives a `DB` object, however obtaining a DB object `getDb()`is deprecated now in MongoClient `client.getDB(String name)`. So probably a new constructor or a viable alternative to instantiate GridFS is needed.