[jboss-jira] [JBoss JIRA] (WFLY-11157) Remove unused module dependencies on org.jboss.as.threads

James Perkins (Jira) issues at jboss.org
Tue Dec 11 13:08:01 EST 2018


     [ https://issues.jboss.org/browse/WFLY-11157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Perkins updated WFLY-11157:
---------------------------------
    Fix Version/s: 15.0.0.Final


> Remove unused module dependencies on org.jboss.as.threads
> ---------------------------------------------------------
>
>                 Key: WFLY-11157
>                 URL: https://issues.jboss.org/browse/WFLY-11157
>             Project: WildFly
>          Issue Type: Task
>          Components: Clustering, JDR, JPA / Hibernate, Web (Undertow)
>            Reporter: Brian Stansberry
>            Assignee: Brian Stansberry
>            Priority: Minor
>             Fix For: 15.0.0.Beta1, 15.0.0.Final
>
>
> A number of modules depend on org.jboss.as.threads but don't use it.
> {code}
> $ git grep org.jboss.as.threads | grep module.xml
> feature-pack/src/main/resources/modules/system/layers/base/org/jboss/as/clustering/infinispan/main/module.xml:        <module name="org.jboss.as.threads"/>
> feature-pack/src/main/resources/modules/system/layers/base/org/jboss/as/connector/main/module.xml:        <module name="org.jboss.as.threads"/>
> feature-pack/src/main/resources/modules/system/layers/base/org/jboss/as/ejb3/main/module.xml:        <module name="org.jboss.as.threads"/>
> feature-pack/src/main/resources/modules/system/layers/base/org/jboss/as/jdr/main/module.xml:        <module name="org.jboss.as.threads"/>
> feature-pack/src/main/resources/modules/system/layers/base/org/jboss/as/jpa/main/module.xml:        <module name="org.jboss.as.threads"/>
> feature-pack/src/main/resources/modules/system/layers/base/org/wildfly/extension/batch/jberet/main/module.xml:        <module name="org.jboss.as.threads"/>
> servlet-feature-pack/src/main/resources/modules/system/layers/base/org/wildfly/extension/undertow/main/module.xml:        <module name="org.jboss.as.threads"/>
> {code}
> The connector, ejb3 and batch-jberet modules actually use org.jboss.as.threads; the others do not.



--
This message was sent by Atlassian Jira
(v7.12.1#712002)


More information about the jboss-jira mailing list