[jboss-jira] [JBoss JIRA] (WFLY-12913) Rationalize com.sum.xml.bind module dependencies

Lin Gao (Jira) issues at jboss.org
Mon Jan 6 05:39:04 EST 2020


    [ https://issues.redhat.com/browse/WFLY-12913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13941517#comment-13941517 ] 

Lin Gao edited comment on WFLY-12913 at 1/6/20 5:38 AM:
--------------------------------------------------------

+com.sun.istack+ comes from [istack-commons repository|https://github.com/eclipse-ee4j/jaxb-istack-commons/tree/master/istack-commons], which is different than the jaxb-ri one. The version is different as well.

The version of +com.sun.istack+ used by WildFly is +3.0.7+, looks like we need to upgrade it as well(to 3.0.10) together with jaxb-ri.



was (Author: gaol):
+com.sun.istack+ comes from [istack-commons repository|https://github.com/eclipse-ee4j/jaxb-istack-commons/tree/master/istack-commons], which is different than the jaxb-ri one. The version is different as well.

The version of +com.sun.istack+ used by WildFly is +3.0.7+, looks like we need to upgrade it as well together with jaxb-ri.


> 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: Lin Gao
>            Priority: Minor
>
> 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 modules direct artifacts of the com.sun.xml.bind module, add any needed module dependencies to con.sum.xml.bind, and get rid of those four modules.



--
This message was sent by Atlassian Jira
(v7.13.8#713008)


More information about the jboss-jira mailing list