]
Gary Brown commented on RTGOV-586:
----------------------------------
Also added ActionProvider abstraction to avoid having to extend the ServicesProvider
interface when new actions are added.
UI ServicesProvider impls should be located using commons
ServiceRegistry
-------------------------------------------------------------------------
Key: RTGOV-586
URL:
https://issues.jboss.org/browse/RTGOV-586
Project: RTGov (Run Time Governance)
Issue Type: Task
Reporter: Gary Brown
Assignee: Gary Brown
Fix For: 2.0.0.Final
Currently the RTGov UI uses CDI to locate the provider implementations. Change this to
use the commons ServiceRegistry, to make it easier to plug in new providers.