Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-13704

Replace use of org.jboss.remoting3 module in tests

    XMLWordPrintable

Details

    Description

      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:

      <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>
      

      Attachments

        Activity

          People

            cfang@redhat.com Cheng Fang
            cfang@redhat.com Cheng Fang
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: