vert-x3 / vertx-service-discovery

Some tools one can use for doing microservices with Vert.x
Apache License 2.0
115 stars 67 forks source link

Replace createNonShared with create #116

Closed aaloise closed 4 years ago

aaloise commented 4 years ago

createNonShared(Vertx vertx, JsonObject config) was deprecated and then removed from vertx-mongo-client

https://github.com/vert-x3/vertx-mongo-client/commit/4500f715eabb4667ead0a73553645af89ab05b1e

tsegismont commented 4 years ago

Thanks !