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

A Maven plugin for hot-deploy of Vert.x projects

Results 10 vertx-hot issues
Sort by recently updated
recently updated
newest added

My project uses Vertx 2.1.5. I'd like to check its compatibility with this plugin. Thanks

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...

I use the maven-enforcer-plugin to enforce that the project will get a warning on build (and fail to build) whenever a SNAPSHOT dependency is included in the project unless `-Denforcer.skip=true`...

I try out your library and have trouble getting `example1` to work. Accessing [localhost:8080/dynamic/app](http://localhost:8080/dynamic/app) on `example1` returns an `internal server error`. The server log says: ``` plain SEVERE: Unexpected exception...

Dear Dazraf, I am using the vertx-mongo-client libary. During hot redeploy I get this error. Is there anyway to resolve this: Best regards, # Marinus java.lang.ClassCastException: io.vertx.ext.mongo.impl.MongoClientImpl$MongoHolder cannot be cast...

I just don't use /src/main/java, no sources, I need to build only resources, main verticle is in dependency ``` src ``` No fancy config ``` io.dazraf vertx-hot-maven-plugin ${vertx-hot-version} ${main-verticle} config.json...

When running a project that uses log4j, I got an error about missing classes from logj4, which is probably since the logging is initialized before the project is build. I...

d.v.m.web.* d.v.m.compiler.* d.v.m.deployer.*

e.g. logback as a result, any customisation of the log messages is not processed.