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/04/20 11:11:08 UTC

[camel] branch regen_bot updated (bcdfa1a64ff -> 3c33ff7bf36)

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 bcdfa1a64ff Regen for commit d0175c72d7fe78ee8bc66b67df2d278ce2d78701
     add 2f959d19c01 CAMEL-17991: camel-jbang - camel init - download source from github to local
     add 665bd3f35a7 CAMEL-17991: camel-jbang - camel init - download source from github to local
     add 3c33ff7bf36 Upgrade to Kotlin 1.6.21

No new revisions were added by this update.

Summary of changes:
 camel-dependencies/pom.xml                         |   2 +-
 .../modules/ROOT/pages/camel-jbang.adoc            |  42 ++++++
 .../dsl/jbang/core/commands/GitHubHelper.java      | 153 +++++++++++++++++++++
 .../apache/camel/dsl/jbang/core/commands/Init.java |  53 +++++++
 .../apache/camel/dsl/jbang/core/commands/Run.java  | 117 +---------------
 parent/pom.xml                                     |   2 +-
 6 files changed, 257 insertions(+), 112 deletions(-)
 create mode 100644 dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/GitHubHelper.java