Jeff Yemin
Jeff Yemin
Fixes #289
#### Describe the feature Update the mongodb-driver-reactivestreams dependency from 4.1.2 to 4.7.1. #### Use cases The 4.7.1 driver is backwards-compatible with 4.1.2, so the vertx-mongo-client should not require any changes....
The intention is to reduce CI flakiness by retrying ClientEncryption operations that are known to fail occasionally in CI due to transient KMS errors.
Make these suites run concurrently on the main matrices * driver-sync * driver-reactive-streams * driver-core * driver-legacy Additionally, run unit tests once per JDK rather than on every MongoDB deployment...
Noticed this due to warning when validating the config file: ``` ~/git/mongo-java-driver (main)$ evergreen validate .evergreen/.evg.yml WARNING: strict unmarshalling YAML: load project error(s): error unmarshalling yaml strict: input fields may...
Upgrade MongoDB Driver to latest available release. Note that as of 4.0 the mongo-java-driver uber jar is no longer published, so using mongodb-driver-legacy (which will pull in transitive dependencies) in...
Helidon Version: latest ## Task Description The 4.x branch of the MongoDB driver is no longer releasing patches, and so all dependents should be upgraded to the 5.x branch. Also,...