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 10:41:37 UTC

[camel] branch regen_bot updated (d2343411949 -> 665bd3f35a7)

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


    omit d2343411949 Regen for commit 6edb466f501b38c0d4be44f9544f69a304d67d8b
     add 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

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (d2343411949)
            \
             N -- N -- N   refs/heads/regen_bot (665bd3f35a7)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../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 +---------------
 4 files changed, 255 insertions(+), 110 deletions(-)
 create mode 100644 dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/GitHubHelper.java