reactiverse / vertx-maven-plugin

A Maven plugin for pimping the build of your Vert.x applications
https://reactiverse.io/vertx-maven-plugin/
Apache License 2.0
74 stars 15 forks source link

Log message when shutdown hook is invoked #608

Closed tsegismont closed 4 months ago

tsegismont commented 4 months ago

When the user executes the run mojo and then hits Ctrl-C, there is a short moment between when nothing happens on the terminal screen while the Vert.x application is being shutdown.

It would be nice to have a small message logged for better UX