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 A23AE200D56 for ; Tue, 12 Dec 2017 10:20:29 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id A0CBD160C0F; Tue, 12 Dec 2017 09:20:29 +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 E08A3160BE7 for ; Tue, 12 Dec 2017 10:20:28 +0100 (CET) Received: (qmail 36446 invoked by uid 500); 12 Dec 2017 09:20:28 -0000 Mailing-List: contact dev-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 dev@activemq.apache.org Received: (qmail 36433 invoked by uid 99); 12 Dec 2017 09:20:27 -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; Tue, 12 Dec 2017 09:20:27 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9BD22DFD7B; Tue, 12 Dec 2017 09:20:27 +0000 (UTC) From: pgfox To: dev@activemq.apache.org Reply-To: dev@activemq.apache.org References: In-Reply-To: Subject: [GitHub] activemq-artemis issue #1696: NO-JIRA fixed minor regression and broken test... Content-Type: text/plain Message-Id: <20171212092027.9BD22DFD7B@git1-us-west.apache.org> Date: Tue, 12 Dec 2017 09:20:27 +0000 (UTC) archived-at: Tue, 12 Dec 2017 09:20:29 -0000 Github user pgfox commented on the issue: https://github.com/apache/activemq-artemis/pull/1696 - added in @michaelandrepearce commit to the PR - fixed a few minor check style infringements - added testing to exercise some of the sorting code I did not squash the commits as I wanted to keep the commit history to show multiple contributors. ---