Details
-
Improvement
-
Resolution: Done
-
Major - P3
-
None
-
None
Description
Inline results for the aggregate command was deprecated in MongoDB 3.4 and will be removed in MongoDB 3.6. Any methods and classes related to inline results should be deprecated. These include:
- com.mongodb.client.AggregateIterable#useCursor
- com.mongodb.async.client.AggregateIterable#useCursor
- com.mongodb.AggregationOutput
- com.mongodb.DBCollection#aggregate(com.mongodb.DBObject, com.mongodb.DBObject...)
- com.mongodb.DBCollection#aggregate(java.util.List<? extends com.mongodb.DBObject>)
- com.mongodb.DBCollection#aggregate(java.util.List<? extends com.mongodb.DBObject>, com.mongodb.ReadPreference)
- com.mongodb.operation.AggregateOperation#getUseCursor
- com.mongodb.operation.AggregateOperation#useCursor
Attachments
Issue Links
- is depended on by
-
DRIVERS-350 Deprecate methods and classes related to inline results for the aggregate command
-
- Closed
-