Repository: activemq-artemis
Updated Branches:
  refs/heads/2.6.x 09d7cb460 -> cfd368681


ARTEMIS-2151 Fixing Compilation after ConnectionSupplier


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/cfd36868
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/cfd36868
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/cfd36868

Branch: refs/heads/2.6.x
Commit: cfd368681ca6f8db531e7ef727a1b40c508026cd
Parents: 09d7cb4
Author: Clebert Suconic <clebertsuco...@apache.org>
Authored: Thu Nov 1 17:22:53 2018 -0400
Committer: Clebert Suconic <clebertsuco...@apache.org>
Committed: Thu Nov 1 17:22:53 2018 -0400

----------------------------------------------------------------------
 .../artemis/tests/integration/amqp/JMSClientTestSupport.java     | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/cfd36868/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/JMSClientTestSupport.java
----------------------------------------------------------------------
diff --git 
a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/JMSClientTestSupport.java
 
b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/JMSClientTestSupport.java
index 9e0d41a..39af3e6 100644
--- 
a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/JMSClientTestSupport.java
+++ 
b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/JMSClientTestSupport.java
@@ -259,4 +259,8 @@ public abstract class JMSClientTestSupport extends 
AmqpClientTestSupport {
 
       return connection;
    }
+
+   interface ConnectionSupplier {
+      Connection createConnection() throws JMSException;
+   }
 }

Reply via email to