This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new bf33e5bcb0c CAMEL-19033: camel-jbang - get trace -> trace
bf33e5bcb0c is described below
commit bf33e5bcb0c82b7c1f195969b5b33cbeec58b3c0
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Feb 16 14:02:21 2023 +0100
CAMEL-19033: camel-jbang - get trace -> trace
---
.../apache/camel/dsl/jbang/core/commands/action/CamelTraceAction.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/action/CamelTraceAction.java
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/action/CamelTraceAction.java
index 7487acad717..c9757599c24 100644
---
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/action/CamelTraceAction.java
+++
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/action/CamelTraceAction.java
@@ -699,7 +699,7 @@ public class CamelTraceAction extends ActionBaseCommand {
new Column().dataAlign(HorizontalAlign.LEFT)
.minWidth(showExchangeProperties ? 10 :
8).with(TableRow::kindAsString),
new Column().dataAlign(HorizontalAlign.LEFT)
- .maxWidth(40,
OverflowBehaviour.NEWLINE).with(TableRow::typeAsString),
+ .maxWidth(40,
OverflowBehaviour.ELLIPSIS_LEFT).with(TableRow::typeAsString),
new Column().dataAlign(HorizontalAlign.RIGHT)
.maxWidth(40,
OverflowBehaviour.NEWLINE).with(TableRow::keyAsString),
new Column().dataAlign(HorizontalAlign.LEFT)