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 C549C200C68 for ; Wed, 19 Apr 2017 06:49:58 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C3EF7160BB2; Wed, 19 Apr 2017 04:49:58 +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 45E8C160BAF for ; Wed, 19 Apr 2017 06:49:58 +0200 (CEST) Received: (qmail 64422 invoked by uid 500); 19 Apr 2017 04:49:57 -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 64312 invoked by uid 99); 19 Apr 2017 04:49:56 -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; Wed, 19 Apr 2017 04:49:56 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C2E7ADFDCD; Wed, 19 Apr 2017 04:49:56 +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: Wed, 19 Apr 2017 04:49:58 -0000 Message-Id: <3404e0b6ba39457da7dd33eacceded92@git.apache.org> In-Reply-To: <8b97a48c8a9a4d8ba31d26375dd2533a@git.apache.org> References: <8b97a48c8a9a4d8ba31d26375dd2533a@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/3] activemq-artemis git commit: This closes #1210 archived-at: Wed, 19 Apr 2017 04:49:58 -0000 This closes #1210 Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/cc4c3957 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/cc4c3957 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/cc4c3957 Branch: refs/heads/master Commit: cc4c3957b1db5619a5628ab48c111d9889209404 Parents: 1f82c78 04535ee Author: Clebert Suconic Authored: Wed Apr 19 00:49:48 2017 -0400 Committer: Clebert Suconic Committed: Wed Apr 19 00:49:48 2017 -0400 ---------------------------------------------------------------------- .../artemis/core/remoting/impl/netty/Epoll.java | 22 +++++++++++++------- .../integration/client/JournalCrashTest.java | 2 +- .../cluster/RealNodeManagerTest.java | 2 +- .../management/AddressControlTest.java | 2 ++ .../security/NettySecurityClientTest.java | 3 +-- .../integration/security/SimpleClient.java | 5 ++++- .../resources/restricted-security-client.policy | 3 +++ .../artemis/tests/util/SpawnedVMSupport.java | 14 ++++++++----- 8 files changed, 36 insertions(+), 17 deletions(-) ----------------------------------------------------------------------