You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2019/07/30 22:05:06 UTC

[activemq-artemis] 03/03: This closes #2775

This is an automated email from the ASF dual-hosted git repository.

clebertsuconic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git

commit fb7de135d6abc6fd9ec7251ed78dc52e37eef5da
Merge: 573e6a2 8019086
Author: Clebert Suconic <cl...@apache.org>
AuthorDate: Tue Jul 30 18:04:52 2019 -0400

    This closes #2775

 .../org/apache/activemq/artemis/cli/commands/Create.java    | 12 +++++++++++-
 .../org/apache/activemq/artemis/cli/commands/etc/broker.xml |  2 ++
 .../apache/activemq/artemis/core/config/Configuration.java  | 11 +++++++++++
 .../artemis/core/config/impl/ConfigurationImpl.java         | 13 +++++++++++++
 .../core/deployers/impl/FileConfigurationParser.java        |  2 ++
 .../persistence/impl/journal/JournalStorageManager.java     |  4 ++++
 .../apache/activemq/artemis/utils/XMLConfigurationUtil.java |  7 +------
 .../src/main/resources/schema/artemis-configuration.xsd     | 10 ++++++++++
 .../artemis/core/config/impl/ConfigurationImplTest.java     |  1 +
 .../artemis/core/config/impl/FileConfigurationTest.java     |  1 +
 .../src/test/resources/ConfigurationTest-full-config.xml    |  1 +
 .../test/resources/ConfigurationTest-xinclude-config.xml    |  1 +
 12 files changed, 58 insertions(+), 7 deletions(-)