Pasquale Congiusti
Pasquale Congiusti
#5378 had introduced a regression on certain traits that were expecting the presence of a Camel Catalog in order to work. These traits can still work using the legacy business...
It happens when promoting any integration from a namespace to another: ``` camel-k-operator-9b9f56d75-c827n camel-k-operator {"level":"info","ts":"2024-05-23T14:23:59Z","logger":"camel-k","msg":"Cannot get information about the creator Integration &ObjectReference{Kind:Integration,Namespace:default,Name:test,UID:,APIVersion:camel.apache.org/v1,ResourceVersion:,FieldPath:,}: unable to get: default/test because of unknown namespace...
https://jolokia.org/reference/html/agents.html in doc page https://camel.apache.org/camel-k/2.3.x/traits/jolokia.html is 404 not found.
While working on #5488 I realized we have certain limitations/assumptions in the way we require to execute the jvm from the Camel application container Pod. It turns out that, due...
``` ❌ TestRunCronExample (10m59.86s) cron_test.go:54: Timed out after 420.000s. Expected : to contain substring : Magicstring! ``` Last time seen in https://github.com/apache/camel-k/actions/runs/9184516211/job/25256969729#step:4:12970
The func will return an error instead of a nil value with a suggestion of the available bindings to use. Closes https://github.com/apache/camel-k/issues/5535 NOTE: to be rebased after #5565 is merged...
Closes #5531 **Release Note** ```release-note fix(ctrl): Pipe rebuild after error phase ```
We have no reason to try executing any test as we don't expect the presence of any test at all The operator output is now the following one: ``` camel-k-operator-5f5bf4f7bb-2w2tz...
There was an interesting [question in SOW asking for Camel K Openshift compatibility](https://stackoverflow.com/questions/78510921/oc4-4-14-x-supported-camel-k-2-0-1). I think we can add some automation to scrape and include in the matrix as we're already...
This PR is an heavy refactoring of the E2E. It reduces duplication and aim to have a simpler maintenance, robustness and execution speed. I've worked to make them executing in...