This closes #607
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/880539a9 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/880539a9 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/880539a9 Branch: refs/heads/master Commit: 880539a9600c8d9655926d4882e49a8fee5aad32 Parents: 8d728ee ace1183 Author: jbertram <[email protected]> Authored: Wed Jun 29 15:54:22 2016 -0500 Committer: jbertram <[email protected]> Committed: Wed Jun 29 15:54:22 2016 -0500 ---------------------------------------------------------------------- artemis-cli/pom.xml | 5 ++ .../artemis/cli/commands/Configurable.java | 43 --------------- .../activemq/artemis/cli/commands/Run.java | 5 +- .../cli/commands/tools/LockAbstract.java | 58 ++++++++++++++++++++ .../cli/commands/tools/OptionalLocking.java | 37 +++++++++++++ .../artemis/cli/commands/tools/PrintData.java | 2 +- .../cli/commands/tools/XmlDataExporter.java | 2 +- .../apache/activemq/cli/test/ArtemisTest.java | 13 ++++- artemis-core-client/pom.xml | 12 ++++ .../artemis/maven/ArtemisAbstractPlugin.java | 4 +- .../artemis/tests/util/ActiveMQTestBase.java | 45 +++++++-------- docs/hacking-guide/en/book.json | 4 +- docs/user-manual/en/book.json | 2 +- 13 files changed, 152 insertions(+), 80 deletions(-) ----------------------------------------------------------------------
