[jboss-jira] [JBoss JIRA] (WFLY-13267) Convert EJB3 subsystem transformers to use chained transformers
Cheng Fang (Jira)
issues at jboss.org
Mon Apr 27 22:59:00 EDT 2020
[ https://issues.redhat.com/browse/WFLY-13267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Cheng Fang updated WFLY-13267:
------------------------------
Description:
The EJB3 subsystem defines its subsystem transformers in the class org.jboss.as.ejb3.subsystem.EJBTransformers.
This class organizes transformers in '[the old way|https://docs.jboss.org/author/display/WFLY/Domain%20Mode%20Subsystem%20Transformers.html#108626372_DomainModeSubsystemTransformers-Theoldway]' (see https://docs.jboss.org/author/display/WFLY/Domain+Mode+Subsystem+Transformers#DomainModeSubsystemTransformers-Chainedtransformers), 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.
was:
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+Transformers#DomainModeSubsystemTransformers-Chainedtransformers), 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.
> 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|https://docs.jboss.org/author/display/WFLY/Domain%20Mode%20Subsystem%20Transformers.html#108626372_DomainModeSubsystemTransformers-Theoldway]' (see https://docs.jboss.org/author/display/WFLY/Domain+Mode+Subsystem+Transformers#DomainModeSubsystemTransformers-Chainedtransformers), 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)
More information about the jboss-jira
mailing list