You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2023/02/03 15:16:28 UTC

[camel-k] branch 3023/compile-with-sources updated (10706ecb7 -> 74cb88c29)

This is an automated email from the ASF dual-hosted git repository.

nfilotto pushed a change to branch 3023/compile-with-sources
in repository https://gitbox.apache.org/repos/asf/camel-k.git


 discard 10706ecb7 Temporary to launch native tests
 discard ef9d2c6e5 Ref #3023: Add native compilation with sources
     add 39056c442 chore: changelog automatic update
     add 1023aaf38 fix: don't log forbidden warning
     add fe7e1ef93 fix(test): use Kamelet catalog
     add 74cb88c29 Ref #3023: Add native compilation with sources

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   (10706ecb7)
            \
             N -- N -- N   refs/heads/3023/compile-with-sources (74cb88c29)

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:
 .github/workflows/{telemetry.yml => native.yml} |  10 +-
 CHANGELOG.md                                    | 167 +++++++++++++++---------
 e2e/namespace/native/files/Groovy.groovy        |  21 ---
 e2e/namespace/native/files/JavaShell.jsh        |  21 ---
 e2e/namespace/native/files/Kotlin.kts           |  21 ---
 e2e/namespace/native/native_binding_test.go     |   2 +-
 e2e/namespace/native/native_test.go             |  76 +----------
 pkg/cmd/bind.go                                 |   2 +-
 pkg/cmd/run.go                                  |   2 +-
 pkg/cmd/util.go                                 |   6 +-
 pkg/trait/trait_test.go                         |   4 +-
 11 files changed, 119 insertions(+), 213 deletions(-)
 copy .github/workflows/{telemetry.yml => native.yml} (93%)
 delete mode 100644 e2e/namespace/native/files/Groovy.groovy
 delete mode 100644 e2e/namespace/native/files/JavaShell.jsh
 delete mode 100644 e2e/namespace/native/files/Kotlin.kts