Return-Path: X-Original-To: apmail-activemq-commits-archive@www.apache.org Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 19E83186BA for ; Thu, 4 Feb 2016 22:05:04 +0000 (UTC) Received: (qmail 49868 invoked by uid 500); 4 Feb 2016 22:05:03 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 49648 invoked by uid 500); 4 Feb 2016 22:05:03 -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 49415 invoked by uid 99); 4 Feb 2016 22:05:03 -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; Thu, 04 Feb 2016 22:05:03 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 35EDAE17FD; Thu, 4 Feb 2016 22:05:03 +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: Thu, 04 Feb 2016 22:05:08 -0000 Message-Id: <0b810e5bb00e49d7a7b5ea1cc2d5a3da@git.apache.org> In-Reply-To: <8ce01202e2ee4c9eb15eafd06d63a1bb@git.apache.org> References: <8ce01202e2ee4c9eb15eafd06d63a1bb@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [06/44] activemq-artemis git commit: This closes #371 Removing unecessary concurrent collection. Replacing by regular one This closes #371 Removing unecessary concurrent collection. Replacing by regular one Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/33b1f727 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/33b1f727 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/33b1f727 Branch: refs/heads/refactor-openwire Commit: 33b1f7275c779640918fe6798ad91ff119a3d651 Parents: 623b1b9 df44690 Author: Andy Taylor Authored: Thu Feb 4 18:31:31 2016 +0000 Committer: Andy Taylor Committed: Thu Feb 4 18:31:31 2016 +0000 ---------------------------------------------------------------------- .../artemis/core/remoting/impl/netty/NettyConnection.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ----------------------------------------------------------------------