DATAMONGO-1637 - Polishing.

Move aggregation options conversion to AggregationOptions.getMongoAggregationOptions(). Allow cursor options to control cursor batch size. Add command logging to stream execution. Rearrange method order. Close cursor in tests. Change author name from user name to full name.

Original pull request: #447.
This commit is contained in:
Mark Paluch
2017-03-14 13:01:03 +01:00
parent 1a65828365
commit a84c4b064d
6 changed files with 445 additions and 226 deletions

View File

@@ -6,6 +6,7 @@
* Upgrade to Java 8.
* Usage of the `Document` API instead of `DBObject`.
* <<mongo.reactive>>.
* Support for aggregation result streaming via Java 8 `Stream`.
[[new-features.1-10-0]]
== What's new in Spring Data MongoDB 1.10