vertx-hot icon indicating copy to clipboard operation
vertx-hot copied to clipboard

NoSuchMethodError: HttpServerRequest.rawMethod

Open lu-ko opened this issue 8 years ago • 0 comments

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 depends on Vert.x 3.1.0
  • Probably caused by https://github.com/eclipse/vert.x/issues/1339

Please upgrade vertx-hot plugin to the latest Vert.x

lu-ko avatar Sep 07 '16 13:09 lu-ko