Results 1 issues of Lubomir Elko

When I'm running my project through vertx-hot, I get following error: ``` Unexpected exception in route java.lang.NoSuchMethodError: io.vertx.core.http.HttpServerRequest.rawMethod()Ljava/lang/String; ``` Notes: - My project depends on Vert.x 3.3.2 - vertx-hot plugin...