You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2023/03/05 20:50:12 UTC

[camel] branch regen_bot updated (7ba7c8b3417 -> dfdd5b1274a)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 7ba7c8b3417 Regen SBOM from commit 93e3d74d5f43568879e458661fcf9a70a284b500
     add dfdd5b1274a CAMEL-19087: camel trace - Added pretty option

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/util/xml/XmlPrettyPrinter.java    | 182 +++++++++++++++++++++
 .../camel/util/xml/XmlPrettyPrinterTest.java       |  53 ++++++
 .../core/commands/action/CamelTraceAction.java     |  23 ++-
 .../camel/dsl/jbang/core/common/XmlHelper.java     |  34 ++++
 4 files changed, 291 insertions(+), 1 deletion(-)
 create mode 100644 core/camel-xml-jaxp/src/main/java/org/apache/camel/util/xml/XmlPrettyPrinter.java
 create mode 100644 core/camel-xml-jaxp/src/test/java/org/apache/camel/util/xml/XmlPrettyPrinterTest.java