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 403FB200D56 for ; Tue, 12 Dec 2017 14:18:49 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 3D046160C23; Tue, 12 Dec 2017 13:18:49 +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 AA7A4160C0F for ; Tue, 12 Dec 2017 14:18:48 +0100 (CET) Received: (qmail 93158 invoked by uid 500); 12 Dec 2017 13:18:47 -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 93142 invoked by uid 99); 12 Dec 2017 13:18:47 -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 13:18:47 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BCC01E02B9; Tue, 12 Dec 2017 13:18:47 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: michaelpearce@apache.org To: commits@activemq.apache.org Date: Tue, 12 Dec 2017 13:18:48 -0000 Message-Id: <9f72839aeba741ed8836f6bc82a28994@git.apache.org> In-Reply-To: <94b18896792d43da9af44a8343913f43@git.apache.org> References: <94b18896792d43da9af44a8343913f43@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] activemq-artemis git commit: This closes #1688 ARTEMIS-1537 broker was less strict while reloading configuration archived-at: Tue, 12 Dec 2017 13:18:49 -0000 This closes #1688 ARTEMIS-1537 broker was less strict while reloading configuration Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/c8b7dcec Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/c8b7dcec Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/c8b7dcec Branch: refs/heads/master Commit: c8b7dcec9a7dd7cadc1306ea75859cb33ce10188 Parents: 70d5e31 736e95c Author: Michael Pearce Authored: Tue Dec 12 13:18:42 2017 +0000 Committer: Michael Pearce Committed: Tue Dec 12 13:18:42 2017 +0000 ---------------------------------------------------------------------- .../apache/activemq/artemis/utils/XMLUtil.java | 2 +- .../deployers/impl/FileConfigurationParser.java | 17 +- ...figurationTest-full-config-wrong-address.xml | 212 +++++++++++++++++++ .../impl/ConfigurationValidationTest.java | 16 ++ 4 files changed, 243 insertions(+), 4 deletions(-) ----------------------------------------------------------------------