-
Notifications
You must be signed in to change notification settings - Fork 350
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Bundle Kamelets from a released version #3919
Labels
Comments
@oscerd wdyt? |
Makes sense. I'll switch to 3.20.0-SNAPSHOT |
wait.. should be |
We should align to camel version. It will be easier to understand the camel version used under the hood |
Fixed in Kamelets: https://repository.apache.org/content/groups/snapshots/org/apache/camel/kamelets/camel-kamelets/3.20.0-SNAPSHOT/ - we should make the related changes to use them now. |
squakez
added a commit
to squakez/camel-k
that referenced
this issue
Dec 21, 2022
squakez
added a commit
to squakez/camel-k
that referenced
this issue
Dec 21, 2022
squakez
added a commit
to squakez/camel-k
that referenced
this issue
Dec 21, 2022
squakez
added a commit
that referenced
this issue
Dec 21, 2022
squakez
added a commit
that referenced
this issue
Dec 21, 2022
squakez
added a commit
that referenced
this issue
Dec 21, 2022
squakez
added a commit
to jboss-fuse/camel-k
that referenced
this issue
Dec 22, 2022
Close apache#3919 Conflict fixed manually (cherry picked from commit apache/camel-k@29defedac)
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
The action of bundling Kamelet, right now is not following a strict release process. We are going and taking the last ones that are present in the Git repository. It may lead to inconsistencies and problems, moreover, at the moment the code in
main
is not bundling what is in the respectivemain
of Kamelet repo.I suggest to move to a different strategy, where we get the published maven dependency containing the kamelets instead. In order to work correctly, we also need to use a new versioning for Kamelets on main (ie, atm,
0.11.0-SNAPSHOT
instead ofmain-SNAPSHOT
).The text was updated successfully, but these errors were encountered: