java-spring-cloud
java-spring-cloud copied to clipboard
Mongo Client 4.x Not supported
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?
Relates to https://github.com/opentracing-contrib/java-mongo-driver/issues/21