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 0295cfc2005 CAMEL-19236: camel-jbang - Command to send a message.
0295cfc2005 is described below
commit 0295cfc20054053775bcc2894d75a584b2b8fb3c
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Apr 14 11:37:26 2023 +0200
CAMEL-19236: camel-jbang - Command to send a message.
---
.../camel/dsl/jbang/core/commands/action/MessageTableHelper.java | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/action/MessageTableHelper.java
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/action/MessageTableHelper.java
index ba0974584d2..3effbfa643b 100644
---
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/action/MessageTableHelper.java
+++
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/action/MessageTableHelper.java
@@ -84,7 +84,14 @@ public class MessageTableHelper {
List<TableRow> rows = new ArrayList<>();
TableRow eRow;
- String tab0 = null, tab1 = null, tab1b = null, tab2 = null, tab3 =
null, tab4 = null, tab5 = null, tab6 = null;
+ String tab0 = null;
+ String tab1 = null;
+ String tab1b = null;
+ String tab2 = null;
+ String tab3 = null;
+ String tab4 = null;
+ String tab5 = null;
+ String tab6 = null;
if (endpoint != null) {
eRow = new TableRow("Endpoint", null, null,
endpoint.getString("endpoint"));