Robbie Gemmell created ARTEMIS-3950:
---------------------------------------
Summary: dont prepare unused debug detail during xml data import
processing
Key: ARTEMIS-3950
URL: https://issues.apache.org/jira/browse/ARTEMIS-3950
Project: ActiveMQ Artemis
Issue Type: Improvement
Affects Versions: 2.24.0
Reporter: Robbie Gemmell
Fix For: 2.25.0
The xml data import command for the cli prepares some details in a
StringBuilder for use in debug logging. Though it does avoid calling toString()
on the builder if the logger isnt enabled for debug output, it would be better
not to prepare the detail at all since it takes various steps to do so
including toString() of message metadata.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)