Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4C11F200CC1 for ; Mon, 10 Jul 2017 20:10:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4AA74164F87; Mon, 10 Jul 2017 18:10:14 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B5B72164F81 for ; Mon, 10 Jul 2017 20:10:13 +0200 (CEST) Received: (qmail 2721 invoked by uid 500); 10 Jul 2017 18:10:12 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 2712 invoked by uid 99); 10 Jul 2017 18:10:12 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jul 2017 18:10:12 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 652EEE0996; Mon, 10 Jul 2017 18:10:12 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: clebertsuconic@apache.org To: commits@activemq.apache.org Date: Mon, 10 Jul 2017 18:10:13 -0000 Message-Id: <8fe2ba9009d045898d8d4a149f51b509@git.apache.org> In-Reply-To: <2d11e46d8e344fb19fd22ac632851e70@git.apache.org> References: <2d11e46d8e344fb19fd22ac632851e70@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] activemq-artemis git commit: This closes #1393 archived-at: Mon, 10 Jul 2017 18:10:14 -0000 This closes #1393 Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/75d8a3c2 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/75d8a3c2 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/75d8a3c2 Branch: refs/heads/master Commit: 75d8a3c2432085c53d24e3cf0e04e3bc0dfb1bc4 Parents: cc04b8f ad228e2 Author: Clebert Suconic Authored: Mon Jul 10 14:06:34 2017 -0400 Committer: Clebert Suconic Committed: Mon Jul 10 14:06:34 2017 -0400 ---------------------------------------------------------------------- .../client/impl/ClientSessionFactoryImpl.java | 2 +- .../remoting/impl/netty/TransportConstants.java | 1 + .../jms/server/impl/JMSServerManagerImpl.java | 4 +- .../core/remoting/impl/invm/InVMConnector.java | 1 + .../impl/netty/HttpAcceptorHandler.java | 8 +- .../core/remoting/impl/netty/NettyAcceptor.java | 4 +- .../server/impl/RemotingServiceImpl.java | 2 +- .../websocket/WebSocketServerHandler.java | 16 +-- .../cli/test/WebServerComponentTest.java | 10 +- .../integration/client/HangConsumerTest.java | 2 +- .../jms/client/TopicCleanupTest.java | 4 +- .../tests/integration/paging/PagingTest.java | 2 +- .../NettyConnectorWithHTTPUpgradeTest.java | 2 +- .../remoting/impl/netty/NettyConnectorTest.java | 134 +++---------------- 14 files changed, 50 insertions(+), 142 deletions(-) ----------------------------------------------------------------------