NO-JIRA changing accept port

This will clash if you have jenkins running on a default 8080 port.


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

Branch: refs/heads/master
Commit: 24b546f84e6787aa2152b76e5689195c61ef518e
Parents: 132af01
Author: Clebert Suconic <clebertsuco...@apache.org>
Authored: Mon Feb 19 17:36:30 2018 -0500
Committer: Clebert Suconic <clebertsuco...@apache.org>
Committed: Mon Feb 19 17:36:34 2018 -0500

----------------------------------------------------------------------
 .../transports/netty/NettyConnectorWithHTTPUpgradeTest.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/24b546f8/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/transports/netty/NettyConnectorWithHTTPUpgradeTest.java
----------------------------------------------------------------------
diff --git 
a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/transports/netty/NettyConnectorWithHTTPUpgradeTest.java
 
b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/transports/netty/NettyConnectorWithHTTPUpgradeTest.java
index d0f98db..b93dc44 100644
--- 
a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/transports/netty/NettyConnectorWithHTTPUpgradeTest.java
+++ 
b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/transports/netty/NettyConnectorWithHTTPUpgradeTest.java
@@ -91,7 +91,7 @@ public class NettyConnectorWithHTTPUpgradeTest extends 
ActiveMQTestBase {
 
    private static final SimpleString QUEUE = new 
SimpleString("NettyConnectorWithHTTPUpgradeTest");
 
-   private static final int HTTP_PORT = 8080;
+   private static final int HTTP_PORT = 8789;
 
    private Configuration conf;
    private ActiveMQServer server;

Reply via email to