Skip to content

Commit

Permalink
Merge pull request #5296 from eclipse-vertx/deployment-manager-rewrite
Browse files Browse the repository at this point in the history
Stop the started instances of a verticle when the deployment fails
  • Loading branch information
vietj committed Sep 5, 2024
2 parents 528f54a + f9737bd commit aa29562
Show file tree
Hide file tree
Showing 22 changed files with 738 additions and 531 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
import io.netty.channel.EventLoop;
import io.vertx.core.*;
import io.vertx.core.Future;
import io.vertx.core.impl.deployment.Deployment;
import io.vertx.core.internal.EventExecutor;
import io.vertx.core.internal.logging.Logger;
import io.vertx.core.internal.logging.LoggerFactory;
Expand Down
Loading

0 comments on commit aa29562

Please sign in to comment.