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 8F75B200D06 for ; Mon, 25 Sep 2017 17:02:28 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8DB591609EB; Mon, 25 Sep 2017 15:02:28 +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 0F6A31609BB for ; Mon, 25 Sep 2017 17:02:27 +0200 (CEST) Received: (qmail 87675 invoked by uid 500); 25 Sep 2017 15:02:27 -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 87666 invoked by uid 99); 25 Sep 2017 15:02: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; Mon, 25 Sep 2017 15:02:27 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 74640F565E; Mon, 25 Sep 2017 15:02:25 +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: Mon, 25 Sep 2017 15:02:25 -0000 Message-Id: <338d791d5ef04f12b38a6b173ca352b7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/4] activemq-artemis git commit: This closes #1539 archived-at: Mon, 25 Sep 2017 15:02:28 -0000 Repository: activemq-artemis Updated Branches: refs/heads/master 53c8ee007 -> 28c96e100 This closes #1539 Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/28c96e10 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/28c96e10 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/28c96e10 Branch: refs/heads/master Commit: 28c96e1002cacb8f51e346c7c410befe593aeeaf Parents: 53c8ee0 956c4c6 Author: Clebert Suconic Authored: Mon Sep 25 11:00:56 2017 -0400 Committer: Clebert Suconic Committed: Mon Sep 25 11:00:56 2017 -0400 ---------------------------------------------------------------------- .../protocol/mqtt/MQTTConnectionManager.java | 24 +-- .../core/protocol/mqtt/MQTTProtocolManager.java | 23 +++ .../integration/mqtt/imported/MQTTFQQNTest.java | 6 - .../imported/MQTTInterceptorPropertiesTest.java | 18 +- .../integration/mqtt/imported/MQTTTest.java | 199 ++++++++----------- .../integration/plugin/MqttPluginTest.java | 20 -- .../activemq/artemis/tests/util/Wait.java | 4 +- 7 files changed, 121 insertions(+), 173 deletions(-) ----------------------------------------------------------------------