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

Deprecate the `DeploymentManager.Factory` as interfaces can now have static methods #42

Closed jamezp closed 3 months ago

jamezp commented 3 months ago

The DeploymentManager.Factory should be deprecated as it was copied from previous code before interfaces could have static methods. The Factory.create() method should simply just be a static method on the interface.