DATAMONGO-2012 - Upgrade drivers to 3.8 (sync) and 1.9 (reactive).

We still stick to count for non session operations as countDocuments does not allow geo operators like $near in the filter query. For now we will wait to see if this is resolved within the driver.

Added options to watch an entire database and resume the changestream from a given point in time (UTC).

Original pull request: #576.
This commit is contained in:
Christoph Strobl
2018-06-22 08:18:22 +02:00
committed by Mark Paluch
parent 30b86e7612
commit 88150eca54
17 changed files with 783 additions and 209 deletions

View File

@@ -28,8 +28,8 @@
<project.type>multi</project.type>
<dist.id>spring-data-mongodb</dist.id>
<springdata.commons>2.1.0.BUILD-SNAPSHOT</springdata.commons>
<mongo>3.8.0-beta2</mongo>
<mongo.reactivestreams>1.9.0-beta1</mongo.reactivestreams>
<mongo>3.8.0</mongo>
<mongo.reactivestreams>1.9.0</mongo.reactivestreams>
<jmh.version>1.19</jmh.version>
</properties>