cescoffier / vertx-microservices-examples

Vert.x Microservices examples
29 stars 7 forks source link

Code needs to be updated to 3.8.x because of some deprecations #8

Open rakotomandimby opened 5 years ago

rakotomandimby commented 5 years ago

Several pieces of code are deprecated. I'm planing to submit updates

rakotomandimby commented 5 years ago

Juste for the archives: https://github.com/vert-x3/vertx-examples/issues/332

rakotomandimby commented 5 years ago

CompositeFuture still deals with Future and, as far as I searched, has no replacement. We're still pending on this.