You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/08/26 11:22:41 UTC

[camel] branch main updated (4d47bdd0e8b -> 8199b336d5f)

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 4d47bdd0e8b CAMEL-18425: camel-cli - Make regular Camel applications work with Camel CLI
     add 8199b336d5f CAMEL-18425: camel-cli - Make regular Camel applications work with Camel CLI

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/camel/spi/CliConnector.java    |  9 ++++++
 .../org/apache/camel/spi/CliConnectorFactory.java  |  2 +-
 .../camel/impl/engine/AbstractCamelContext.java    | 16 ++++++++---
 .../cli/connector/DefaultCliConnectorFactory.java  |  4 +--
 .../camel/cli/connector/LocalCliConnector.java     | 32 ++++++++++++----------
 .../java/org/apache/camel/main/KameletMain.java    | 22 +++++++++++++++
 6 files changed, 63 insertions(+), 22 deletions(-)
 create mode 100644 core/camel-api/src/main/java/org/apache/camel/spi/CliConnector.java