To simplify the legacy API, the Mongo class should be deprecated. MongoClient, a subclass of Mongo, was added in 2.10 and all Mongo constructors have been deprecated. It's time to deprecate Mongo itself so that it can be removed in the next major release.
- related to
-
JAVA-3099 com.mongodb.MongoClient should implement the close method
- Closed