[jboss-jira] [JBoss JIRA] (WFLY-13704) Replace use of org.jboss.remoting3 module in tests

Cheng Fang (Jira) issues at jboss.org
Mon Jul 27 18:27:00 EDT 2020


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

Cheng Fang updated WFLY-13704:
------------------------------
    Issue Type: Task  (was: Component Upgrade)


> Replace use of org.jboss.remoting3 module in tests
> --------------------------------------------------
>
>                 Key: WFLY-13704
>                 URL: https://issues.redhat.com/browse/WFLY-13704
>             Project: WildFly
>          Issue Type: Task
>          Components: Test Suite
>    Affects Versions: 20.0.1.Final
>            Reporter: Cheng Fang
>            Assignee: Cheng Fang
>            Priority: Major
>             Fix For: 21.0.0.Beta1
>
>
> some tests use org.jboss.remoting3 as its dependency, which is a deprecated module. 
> for ex: https://github.com/wildfly/wildfly/blob/master/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/ejb/timerservice/suspend/TimerServiceSuspendTestCase.java#L62
> Cheng Fang: https://github.com/wildfly/wildfly/blob/master/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/ee/concurrent/EEConcurrentManagementTestCase.java#L77
> remoting3 module:
> {code:xml}
> <module name="org.jboss.remoting3" xmlns="urn:jboss:module:1.5">
>     <!-- This module is deprecated and subject to being removed in a subsequent release.      -->
>     <!-- Any use of the Remoting library should now reference the org.jboss.remoting          -->
>     <!-- module instead.                                                                      -->
>     <resources>
>     </resources>
>     <dependencies>
>         <module name="org.jboss.remoting" export="true"/>
>     </dependencies>
> </module>
> {code}



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


More information about the jboss-jira mailing list