java-spring-cloud icon indicating copy to clipboard operation
java-spring-cloud copied to clipboard

Mongo Client 4.x Not supported

Open fracklen opened this issue 4 years ago • 1 comments

We are running with spring-boot 2.3.x, which pulls in Mongo Client 4.x

The MongoClient has been updated, and no longer has the same interface. (Or package path)

Is there a way to make the cloud-mongo-starter support both Mongo Client 3.x and 4.x?

fracklen avatar Nov 17 '20 09:11 fracklen

Relates to https://github.com/opentracing-contrib/java-mongo-driver/issues/21

JoakimLofgren avatar Jan 12 '21 14:01 JoakimLofgren