Upgrade to MongoDB 4.4.0 Drivers.

Closes: #3875
This commit is contained in:
Christoph Strobl
2021-11-12 07:23:57 +01:00
parent f94a7ee742
commit 5b498f809e
2 changed files with 6 additions and 1 deletions

View File

@@ -2558,6 +2558,11 @@ public class MongoTemplateUnitTests extends MongoOperationsUnitTests {
return iterator.next();
}
@Override
public int available() {
return 1;
}
@Override
public T tryNext() {
if (iterator.hasNext()) {