]
Brian Stansberry moved WFLY-565 to WFCORE-402:
----------------------------------------------
Project: WildFly Core (was: WildFly)
Key: WFCORE-402 (was: WFLY-565)
Component/s: Domain Management
(was: Domain Management)
Fix Version/s: 1.0.0.Beta1
(was: 9.0.0.Beta1)
Get core resources and operations out of the controller module
--------------------------------------------------------------
Key: WFCORE-402
URL:
https://issues.jboss.org/browse/WFCORE-402
Project: WildFly Core
Issue Type: Task
Components: Domain Management
Reporter: Brian Stansberry
Fix For: 1.0.0.Beta1
The controller module has a lot of classes related to core resources (resource defs, op
handlers, description providers for things like interfaces) that are only in there so they
can be commonly accessible to both server and host-controller. This is unnecessary, since
host-controller depends on server.
Either move these to server or create a separate module for this stuff; restrict the
controller module to the true core ModelController stuff.