Repository: activemq-artemis Updated Branches: refs/heads/master 6984d39a9 -> 117d92bc9
This closes #1257 Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/117d92bc Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/117d92bc Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/117d92bc Branch: refs/heads/master Commit: 117d92bc94cdf7b700e3db967ddcf23345a761f5 Parents: 6984d39 9fdba82 Author: Clebert Suconic <[email protected]> Authored: Mon May 8 11:59:41 2017 -0400 Committer: Clebert Suconic <[email protected]> Committed: Mon May 8 11:59:41 2017 -0400 ---------------------------------------------------------------------- .../deployers/impl/FileConfigurationParser.java | 32 +++++++++++++ .../resources/schema/artemis-configuration.xsd | 28 +++++++++++ .../core/config/impl/FileConfigurationTest.java | 24 +++++++++- .../src/test/resources/brokerPlugin.xml | 27 +++++++++++ .../plugin/MethodCalledVerifier.java | 5 ++ .../integration/plugin/XmlConfigPluginTest.java | 49 ++++++++++++++++++++ .../test/resources/broker-plugins-config.xml | 48 +++++++++++++++++++ 7 files changed, 212 insertions(+), 1 deletion(-) ----------------------------------------------------------------------
