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 744B11965E for ; Wed, 13 Apr 2016 15:22:05 +0000 (UTC) Received: (qmail 29709 invoked by uid 500); 13 Apr 2016 15:22:05 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 29625 invoked by uid 500); 13 Apr 2016 15:22:05 -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 29602 invoked by uid 99); 13 Apr 2016 15:22:05 -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, 13 Apr 2016 15:22:05 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0F322DFFF8; Wed, 13 Apr 2016 15:22:05 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: cshannon@apache.org To: commits@activemq.apache.org Date: Wed, 13 Apr 2016 15:22:06 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] activemq git commit: https://issues.apache.org/jira/browse/AMQ-6244 https://issues.apache.org/jira/browse/AMQ-6244 Merging ActiveMQBytesMessage compression fix This closes #177 Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/66953e1a Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/66953e1a Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/66953e1a Branch: refs/heads/master Commit: 66953e1a2981427af67c8c76332e34c3cc6d9ee3 Parents: 7f86825 7a61718 Author: Christopher L. Shannon (cshannon) Authored: Wed Apr 13 15:20:27 2016 +0000 Committer: Christopher L. Shannon (cshannon) Committed: Wed Apr 13 15:20:27 2016 +0000 ---------------------------------------------------------------------- .../activemq/command/ActiveMQBytesMessage.java | 27 +-- .../org/apache/activemq/bugs/AMQ6244Test.java | 179 +++++++++++++++++++ 2 files changed, 193 insertions(+), 13 deletions(-) ----------------------------------------------------------------------