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/10/15 14:24:11 UTC

[camel] branch regen_bot updated (274970b6f0e -> a47ad77b479)

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 274970b6f0e CAMEL-16484: camel-dropbox - Bump to Dropbox 5.4.3
     add 1276085c9d9 camel-jbang: Route controller CLI command
     add a47ad77b479 Regen for commit 1276085c9d9216a745792e4b91336575fdd58c2d

No new revisions were added by this update.

Summary of changes:
 .../camel/impl/console/RouteControllerConsole.java |  15 +-
 .../java/org/apache/camel/util/StringHelper.java   |  17 ++
 .../org/apache/camel/util/StringHelperTest.java    |   8 +
 .../camel/cli/connector/LocalCliConnector.java     |   8 +
 .../dsl/jbang/core/commands/CamelJBangMain.java    |   2 +
 .../core/commands/action/CamelThreadDump.java      |   2 +-
 .../commands/action/RouteControllerAction.java     | 285 +++++++++++++++++++++
 7 files changed, 331 insertions(+), 6 deletions(-)
 create mode 100644 dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/action/RouteControllerAction.java