-
Notifications
You must be signed in to change notification settings - Fork 350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(trait): let Camel runtime manages Kamelets #4812
Conversation
@christophd this PR address the point you raised about sources parsing. It should be solved now. Consider that the default properties are no longer required as they are managed by the runtime. |
71ff66d
to
2b5e3f6
Compare
🐫 Thank you for contributing! Code Coverage Report ✔️ - Coverage changed: 33.4% --> 33.5% (Coverage difference: +.1%) |
🐫 Thank you for contributing! Code Coverage Report ✔️ - Coverage changed: 33.4% --> 33.5% (Coverage difference: +.1%) |
🐫 Thank you for contributing! 🐫 Unable to create Coverage Report |
🐫 Thank you for contributing! 🐫 Unable to create Coverage Report |
a6449e6
to
f8cc4d8
Compare
🐫 Thank you for contributing! Code Coverage Report ✔️ - Coverage changed: 33.4% --> 33.6% (Coverage difference: +.2%) |
269cc90
to
47747da
Compare
🐫 Thank you for contributing! Code Coverage Report ✔️ - Coverage changed: 33.4% --> 33.6% (Coverage difference: +.2%) |
* Add a configmap as a bundle for all kamelets used by the Integration * Mount the bundle in /etc/camel/kamelets * Let the runtime use the Kamelets instead of trasforming into RouteTemplates * Let the operator use the Kamelet template for capability parsing Closes apache#4618
To maintain backward compatibility
Configmap limit is 1 MB. We partition into more configmaps if the bundle exceed such limit.
47747da
to
0260d64
Compare
🐫 Thank you for contributing! Code Coverage Report ✔️ - Coverage changed: 33.4% --> 33.5% (Coverage difference: +.1%) |
Failure does not seem related. |
With this PR we get rid off the very first Kamelets runtime execution which translated the Kamelets into a route templates. We let now the Camel runtime to use the Kamelets as they are expected in the framework.
Supersedes #4797
Closes #4618
Release Note