[
https://issues.redhat.com/browse/WFLY-13267?page=com.atlassian.jira.plugi...
]
Richard Achmatowicz commented on WFLY-13267:
--------------------------------------------
I have added transformer tests for EAP 7.0.0, 7.1.0 and 7.2.0 which are long overdue.
I also refactored the transformers to use chained transformers, so that in future, only
transformers from current to the most recent version will be required.
Convert EJB3 subsystem transformers to use chained transformers
---------------------------------------------------------------
Key: WFLY-13267
URL:
https://issues.redhat.com/browse/WFLY-13267
Project: WildFly
Issue Type: Task
Components: EJB
Affects Versions: 19.0.0.Final
Reporter: Richard Achmatowicz
Assignee: Richard Achmatowicz
Priority: Major
Fix For: 20.0.0.Beta1
The EJB3 subsystem defines its subsystem transformers in the class
org.jboss.as.ejb3.subsystem.EJBTransformers.
This class organizes transformers in 'the old way' (see
https://docs.jboss.org/author/display/WFLY/Domain+Mode+Subsystem+Transfor...),
so that there is a lot of code duplication.
This issue will reorganize the transformers to use the chained transformer technique,
where only the changes from the current version to the most recent legacy version need be
specified.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)