]
Stuart Douglas updated WFCORE-20:
---------------------------------
Fix Version/s: 1.0.0.Alpha5
(was: 1.0.0.Alpha4)
Remove TransformationTarget.getExtensionRegistry
------------------------------------------------
Key: WFCORE-20
URL:
https://issues.jboss.org/browse/WFCORE-20
Project: WildFly Core
Issue Type: Task
Security Level: Public(Everyone can see)
Components: Domain Management
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Fix For: 1.0.0.Alpha5
TransformationTarget exposes the ExtensionRegistry. Since TransformationTarget is exposed
to extensions via the transformers they register (via
[Resource|Operation]TransformationContext) this leaks a class to extensions that isn't
meant to be exposed outside the core.
The only use of this method in WildFly doesn't really need it.