Repository: activemq-artemis Updated Branches: refs/heads/master 3e41aa151 -> fdb57b687
This closes #1770 Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/fdb57b68 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/fdb57b68 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/fdb57b68 Branch: refs/heads/master Commit: fdb57b6877dbc4ab09c42aa6d7f2367caefbcd6b Parents: 3e41aa1 da164a2 Author: Clebert Suconic <[email protected]> Authored: Thu Jan 11 21:33:17 2018 -0500 Committer: Clebert Suconic <[email protected]> Committed: Thu Jan 11 21:33:17 2018 -0500 ---------------------------------------------------------------------- .../commands/tools/xml/XmlDataConstants.java | 8 + .../cli/commands/tools/xml/XmlDataImporter.java | 159 ++++++++++++++++++- .../main/resources/exportimport/export.groovy | 4 +- .../main/resources/exportimport/export1X.groovy | 4 +- .../main/resources/exportimport/import.groovy | 2 + .../main/resources/exportimport/import1X.groovy | 28 ---- .../main/resources/meshTest/sendMessages.groovy | 16 +- .../tests/compatibility/ExportImportTest.java | 44 +++-- .../compatibility/JournalCompatibilityTest.java | 109 +++++++++++++ 9 files changed, 322 insertions(+), 52 deletions(-) ----------------------------------------------------------------------
