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 5410E200B8F for ; Fri, 30 Sep 2016 19:19:18 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 52B3B160AE5; Fri, 30 Sep 2016 17:19:18 +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 BF9DB160AB4 for ; Fri, 30 Sep 2016 19:19:17 +0200 (CEST) Received: (qmail 54738 invoked by uid 500); 30 Sep 2016 17:19:17 -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 54722 invoked by uid 99); 30 Sep 2016 17:19:16 -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; Fri, 30 Sep 2016 17:19:16 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CB0DEE08C1; Fri, 30 Sep 2016 17:19:16 +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: Fri, 30 Sep 2016 17:19:17 -0000 Message-Id: <865b9589698a470086a6bdabb5691582@git.apache.org> In-Reply-To: <6f87df7f129241fc8ff200ab702854da@git.apache.org> References: <6f87df7f129241fc8ff200ab702854da@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] activemq-artemis git commit: This closes #813 archived-at: Fri, 30 Sep 2016 17:19:18 -0000 This closes #813 Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/8cd677b2 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/8cd677b2 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/8cd677b2 Branch: refs/heads/master Commit: 8cd677b20605dd7f1d225ca1cf2458e399fab1b6 Parents: f698a7f 082b75b Author: Clebert Suconic Authored: Fri Sep 30 13:19:08 2016 -0400 Committer: Clebert Suconic Committed: Fri Sep 30 13:19:08 2016 -0400 ---------------------------------------------------------------------- .../cli/commands/tools/XmlDataImporter.java | 76 ++++++++++---------- .../activemq/artemis/api/core/JsonUtil.java | 7 +- .../converter/jms/ServerJMSObjectMessage.java | 9 +-- .../rest/queue/ConsumedObjectMessage.java | 3 +- .../artemis/rest/util/HttpMessageHelper.java | 3 +- .../core/server/impl/ScaleDownHandler.java | 17 ++--- .../example/ldap/InMemorySchemaPartition.java | 7 +- 7 files changed, 61 insertions(+), 61 deletions(-) ----------------------------------------------------------------------