Skip to content

Commit

Permalink
Document Live Redeploy in Vert.x 5 launcher section
Browse files Browse the repository at this point in the history
See eclipse-vertx/vert.x#5463

Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
tsegismont committed Jan 28, 2025
1 parent c1762cc commit a533f5b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions asciidoc/modules/cli_framework_deprecation.adoc
Original file line number Diff line number Diff line change
@@ -52,3 +52,6 @@ If your application is packaged as an executable JAR, having the `Main-Class` at
----
java -jar myapp.jar my.app.MainVerticle
----

The {VertX} {v5} Application Launcher doesn't support live redeployment of verticles upon file changes.
If you need this feature in development phase, and your project is built with Maven, check out the https://reactiverse.io/vertx-maven-plugin/[Vert.x Maven Plugin].

0 comments on commit a533f5b

Please sign in to comment.