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:
committed by
Mark Paluch
parent
30b86e7612
commit
88150eca54
4
pom.xml
4
pom.xml
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user