[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:26:00 EDT 2020
Cheng Fang created WFLY-13704:
---------------------------------
Summary: Replace use of org.jboss.remoting3 module in tests
Key: WFLY-13704
URL: https://issues.redhat.com/browse/WFLY-13704
Project: WildFly
Issue Type: Component Upgrade
Components: Test Suite
Affects Versions: 20.0.1.Final
Reporter: Cheng Fang
Assignee: Cheng Fang
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