Deprecated API
Contents
-
Deprecated Packages Package Description com.mongodb.async com.mongodb.binding com.mongodb.operation
-
Deprecated Enums Enum Description com.mongodb.client.model.AggregationLevel com.mongodb.AggregationOptions.OutputMode There is no replacement for this. Applications can assume that the driver will use a cursor for server versions that support it (>= 2.6). The driver will ignore this as of MongoDB 3.6, which does not support inline results for the aggregate command.com.mongodb.client.model.changestream.ChangeStreamLevel com.mongodb.operation.OrderBy
-
Deprecated Exceptions Exceptions Description com.mongodb.util.JSONParseException there is no replacement for this classcom.mongodb.MongoWaitQueueFullException In the next major release the limit on wait queue size will be removed, so this exception will no longer be thrown
-
Deprecated Enum Constants Enum Constant Description com.mongodb.AuthenticationMechanism.MONGODB_CR This mechanism was replaced byAuthenticationMechanism.SCRAM_SHA_1
in MongoDB 3.0, and is now deprecatedorg.bson.json.JsonMode.STRICT The format generated with this mode is no longer considered standard for MongoDB tools. This value is not currently scheduled for removal.