-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Query Operations
-
None
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
- is depended on by
-
DRIVERS-350 Deprecate methods and classes related to inline results for the aggregate command
- Closed