Repository: activemq-artemis Updated Branches: refs/heads/master 2b1e0313b -> 374f142ed
fixing build for LargeMessageOverReplicationTest Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/374f142e Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/374f142e Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/374f142e Branch: refs/heads/master Commit: 374f142edb3700a3654102bade5978a4dc16ab87 Parents: 2b1e0313 Author: Clebert Suconic <[email protected]> Authored: Mon Oct 10 10:12:13 2016 +0200 Committer: Clebert Suconic <[email protected]> Committed: Mon Oct 10 10:12:22 2016 +0200 ---------------------------------------------------------------------- .../tests/extras/byteman/LargeMessageOverReplicationTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/374f142e/tests/extra-tests/src/test/java/org/apache/activemq/artemis/tests/extras/byteman/LargeMessageOverReplicationTest.java ---------------------------------------------------------------------- diff --git a/tests/extra-tests/src/test/java/org/apache/activemq/artemis/tests/extras/byteman/LargeMessageOverReplicationTest.java b/tests/extra-tests/src/test/java/org/apache/activemq/artemis/tests/extras/byteman/LargeMessageOverReplicationTest.java index fff9cb0..48a6757 100644 --- a/tests/extra-tests/src/test/java/org/apache/activemq/artemis/tests/extras/byteman/LargeMessageOverReplicationTest.java +++ b/tests/extra-tests/src/test/java/org/apache/activemq/artemis/tests/extras/byteman/LargeMessageOverReplicationTest.java @@ -35,10 +35,10 @@ import org.apache.activemq.artemis.tests.util.ActiveMQTestBase; import org.apache.activemq.artemis.tests.util.ReplicatedBackupUtils; import org.apache.activemq.artemis.tests.util.TransportConfigurationUtils; import org.apache.activemq.artemis.utils.ReusableLatch; -import org.apache.qpid.transport.util.Logger; import org.jboss.byteman.contrib.bmunit.BMRule; import org.jboss.byteman.contrib.bmunit.BMRules; import org.jboss.byteman.contrib.bmunit.BMUnitRunner; +import org.jboss.logging.Logger; import org.junit.After; import org.junit.Assert; import org.junit.Before; @@ -237,7 +237,7 @@ public class LargeMessageOverReplicationTest extends ActiveMQTestBase { System.err.println("activating"); if (!backupServer.waitForActivation(1, TimeUnit.MINUTES)) { - Logger.get(LargeMessageOverReplicationTest.class).warn("Can't failover server"); + Logger.getLogger(LargeMessageOverReplicationTest.class).warn("Can't failover server"); } } } catch (Exception e) {
