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 2022/08/26 12:16:06 UTC

[camel] branch regen_bot updated (4d47bdd0e8b -> bdf5878751e)

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 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
     add bdf5878751e Regen for commit 8199b336d5f8c9ac87fc6abca8b18be29cacc017

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/camel/spi/CliConnector.java    |  8 ++++++
 .../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, 62 insertions(+), 22 deletions(-)
 create mode 100644 core/camel-api/src/main/java/org/apache/camel/spi/CliConnector.java