From dev-return-67493-archive-asf-public=cust-asf.ponee.io@activemq.apache.org Tue Oct 9 03:15:23 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 0581C180652 for ; Tue, 9 Oct 2018 03:15:22 +0200 (CEST) Received: (qmail 62994 invoked by uid 500); 9 Oct 2018 01:15:21 -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 62983 invoked by uid 99); 9 Oct 2018 01:15:21 -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, 09 Oct 2018 01:15:21 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D7B4ADFE18; Tue, 9 Oct 2018 01:15:20 +0000 (UTC) From: michaelandrepearce To: dev@activemq.apache.org Reply-To: dev@activemq.apache.org Message-ID: Subject: [GitHub] activemq-artemis pull request #2354: ARTEMIS-2094 Capture SecurityRepository... Content-Type: text/plain Date: Tue, 9 Oct 2018 01:15:20 +0000 (UTC) GitHub user michaelandrepearce opened a pull request: https://github.com/apache/activemq-artemis/pull/2354 ARTEMIS-2094 Capture SecurityRepository changes to server config This fixes SecurityFailoverTest and any other test that only updates security repository and not the config. You can merge this pull request into a Git repository by running: $ git pull https://github.com/michaelandrepearce/activemq-artemis ARTEMIS-2094-enhancement Alternatively you can review and apply these changes as the patch at: https://github.com/apache/activemq-artemis/pull/2354.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2354 ---- commit 9d76d0588dd7d4eb12e1191368e1ca725da95b2d Author: Michael André Pearce Date: 2018-10-08T23:35:52Z ARTEMIS-2094 Capture SecurityRepository changes to server config This fixes SecurityFailoverTest and any other test that only updates security repository and not the config. ---- ---