]
Brian Stansberry updated WFCORE-4727:
-------------------------------------
Git Pull Request:
Clean out no longer needed AbstractControllerService and
ModelTestControllerService constructors
------------------------------------------------------------------------------------------------
Key: WFCORE-4727
URL:
https://issues.jboss.org/browse/WFCORE-4727
Project: WildFly Core
Issue Type: Task
Components: Management
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Priority: Minor
When AbstractControllerService and ModelTestControllerService constructors change we have
to leave the old variants around for use by legacy version controller code in subsystem
tests of model transformation.
But some of these old constructor variants were only used for legacy release so old that
we no longer test transformation. So clean those out.