wildfly / wildfly-plugin-tools

A group of tools for interacting/managing with a WildFly container
Apache License 2.0
0 stars 2 forks source link

[52] Have the shutdown and kill methods return a CompletableFuture wh… #53

Closed jamezp closed 1 month ago

jamezp commented 1 month ago

…ich on get() will wait for the server to shut down or the process to end.

NOTE: Given the backwards compatibility issue with the return types, this will fail the WildFly Arquillian testing and likely the wildfly-maven-plugin too.

resolves #52