Pasquale Congiusti
Pasquale Congiusti
Closes #3472 **Release Note** ```release-note doc: local operator id procedure ```
The [local camel k operator debugging procedure](https://camel.apache.org/camel-k/next/contributing/local-development.html) is not working any longer. The operator starts correctly but it is not able to run any Integration. I've tried setting `KAMEL_OPERATOR_ID` env...
`golangci-lint` used in github actions is now `1.47.2` version and it is reporting several issues. ``` cmd/util/vfs-gen/multifs/multidir.go:43:10 exhaustruct entries is missing in dirInfo cmd/util/vfs-gen/multifs/multidir.go:87:45 exhaustruct entries is missing in dirInfo...
As Opentracing is marked as deprecated in Camel Quarkus: https://camel.apache.org/camel-quarkus/next/reference/extensions/opentracing.html
I've uninstalled everything but I can still see leases around that won't let me install again an operator due to `installation not allowed because operator with id 'camel-k-missing-deps' already exists,...
Adding -s and -w flag reduce significatively the size of the output (52 vs 73 MiB) ``` $ ll kamel -h -rwxrwxr-x 1 squake squake 73M abr 28 16:47 kamel*...
We may think to move the actual nightly release job that build the latest bits of Camel K in an unsupported pre-release into a Continuous Delivery. Basically it means the...
Provide some example to show how to use the trait. See other examples in https://github.com/apache/camel-k/tree/main/examples/traits as a reference.
We may have a look and collect here the tests that are mostly failing in our E2E suite: - [ ] --- FAIL: TestKameletChange (269.36s) - [ ] --- FAIL:...
We should include some example related to the local dependencies feature. _Originally posted by @squakez in https://github.com/apache/camel-k/pull/2835#pullrequestreview-928614436_