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

The ServerManager should implement AutoCloseable to allow the client to be closed #37

Closed jamezp closed 2 months ago

jamezp commented 2 months ago

The ServerManager should implemented AutoCloseable to allow the client to be closed. The DeploymentManager may end up closeable as well to allow resources to be cleaned up.