[jboss-jira] [JBoss JIRA] (WFLY-12913) Rationalize com.sum.xml.bind module dependencies
Brian Stansberry (Jira)
issues at jboss.org
Sun Dec 29 14:34:13 EST 2019
[ https://issues.redhat.com/browse/WFLY-12913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Stansberry updated WFLY-12913:
------------------------------------
Description:
The com.sun.xml.bind module depends on and exports four other modules, and those modules in turn are private and have no other dependents:
{code}
<module name="com.github.relaxng" export="true" />
<module name="com.sun.istack" export="true" />
<module name="com.sun.xml.txw2" export="true" />
<module name="com.sun.xsom" export="true" />
{code}
Task is to:
1) Write to wildfly-dev mail list to check for any projects that layer on WildFly that directly use these modules.
2) Write to jboss-layered-products (internal Red Hat) mail list to check for any products based on WF/EAP that directly use these modules.
3) Assuming no positive responses, make the artifacts from the above four direct artifacts of the com.sun.xml.bind module,
> Rationalize com.sum.xml.bind module dependencies
> ------------------------------------------------
>
> Key: WFLY-12913
> URL: https://issues.redhat.com/browse/WFLY-12913
> Project: WildFly
> Issue Type: Task
> Components: JPA / Hibernate, REST, Web Services
> Reporter: Brian Stansberry
> Assignee: Scott Marlow
> Priority: Major
>
> The com.sun.xml.bind module depends on and exports four other modules, and those modules in turn are private and have no other dependents:
> {code}
> <module name="com.github.relaxng" export="true" />
> <module name="com.sun.istack" export="true" />
> <module name="com.sun.xml.txw2" export="true" />
> <module name="com.sun.xsom" export="true" />
> {code}
> Task is to:
> 1) Write to wildfly-dev mail list to check for any projects that layer on WildFly that directly use these modules.
> 2) Write to jboss-layered-products (internal Red Hat) mail list to check for any products based on WF/EAP that directly use these modules.
> 3) Assuming no positive responses, make the artifacts from the above four direct artifacts of the com.sun.xml.bind module,
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
More information about the jboss-jira
mailing list