vert-x3 / vertx-mongo-client

Mongo Client for Eclipse Vert.x
http://vertx.io
Apache License 2.0
58 stars 98 forks source link

Update to 4.7 MongoDB driver #289

Closed jyemin closed 1 year ago

jyemin commented 2 years ago

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. This update will give users confidence that vertx-mongo-client will work with MongoDB 5.0 and 6.0, both of which the 4.7 driver is tested against.

Contribution

I'm happy to make the change, though it's just a one-liner in the pom.xml. (Note: I'm a maintainer of the MongoDB Java driver)

tsegismont commented 2 years ago

Hi @jyemin , thank you. Please go ahead!

jpforevers commented 1 year ago

@tsegismont Excuse me, when will this change take effect?

tsegismont commented 1 year ago

Target milestone is 4.4.0, which we are actively working on.