This is an automated email from the ASF dual-hosted git repository.
clebertsuconic pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
from 05f8e5d68f ARTEMIS-4372 small fixes on CLI
add 39b6edd6df ARTEMIS-4372 small tweaks on Artemis CLI
add bce775c98e ARTEMIS-4382 Long Time to process export / import
No new revisions were added by this update.
Summary of changes:
.../org/apache/activemq/artemis/cli/Artemis.java | 4 +-
.../artemis/cli/commands/AutoCompletion.java | 10 +-
.../artemis/cli/commands/tools/DBOption.java | 15 +-
.../cli/commands/tools/OptionalLocking.java | 9 +
.../artemis/cli/commands/tools/PrintData.java | 2 +
.../cli/commands/tools/xml/XMLMessageImporter.java | 31 +--
.../cli/commands/tools/xml/XmlDataExporter.java | 21 ++
.../cli/commands/tools/xml/XmlDataImporter.java | 139 +++++------
.../factory/serialize/XMLMessageSerializer.java | 4 -
tests/soak-tests/pom.xml | 78 ++++---
.../tests/soak/paging/ValidateExportSpeedTest.java | 257 +++++++++++++++++++++
11 files changed, 440 insertions(+), 130 deletions(-)
create mode 100644
tests/soak-tests/src/test/java/org/apache/activemq/artemis/tests/soak/paging/ValidateExportSpeedTest.java