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

davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 971ebbafb1f Sync deps
     new 3a26c35414c CAMEL-19236: camel-jbang - Command to send a message.
     new 058c5e6c0cb CAMEL-19236: camel-jbang - Command to send a message.
     new 646b371c8b8 CAMEL-19236: camel-jbang - Command to send a message.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/camel/support/MessageHelper.java    |  79 ++--
 .../modules/ROOT/pages/camel-jbang.adoc            |  84 +++++
 .../camel/cli/connector/LocalCliConnector.java     | 143 ++++++++
 .../dsl/jbang/core/commands/CamelJBangMain.java    |   2 +
 .../core/commands/action/CamelSendAction.java      | 272 ++++++++++++++
 .../core/commands/action/CamelTraceAction.java     | 341 ++---------------
 .../core/commands/action/MessageTableHelper.java   | 408 +++++++++++++++++++++
 7 files changed, 986 insertions(+), 343 deletions(-)
 create mode 100644 
dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/action/CamelSendAction.java
 create mode 100644 
dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/action/MessageTableHelper.java

Reply via email to