Pasquale Congiusti

Results 534 comments of Pasquale Congiusti

Thanks for reporting. Do you mind providing the dump of your Integration spec. The Pipe should have created an Integration named `log-sink-pipe` and we can see there the configuration created...

I think the root cause is the second bug you've reported. If you create this from scratch with the right property does it work? in such case, feel free to...

Okey, we'll keep this open to answer the first question, thanks.

In the past we hit certain problems when using Brokers (see https://github.com/apache/camel-k-runtime/issues/536). However, this should have been solved as we now leverage directly Camel Knative component. I'm proceeding with a...

Thanks for having a look at that @christophd - I am dropping the PR and you can continue the work as I understood you were about to work on a...

@lburgazzoli do you think is this enough to solve the issue reported? It seems the execution of those mojos is skipped, but I am not sure if you were thinking...

Change done. Execution is showing the following: ``` camel-k-operator-5f5bf4f7bb-8hhvb camel-k-operator {"level":"info","ts":"2024-06-03T09:40:54Z","logger":"camel-k.maven.build","msg":"Not copying test resources"} camel-k-operator-5f5bf4f7bb-8hhvb camel-k-operator {"level":"info","ts":"2024-06-03T09:40:54Z","logger":"camel-k.maven.build","msg":""} camel-k-operator-5f5bf4f7bb-8hhvb camel-k-operator {"level":"info","ts":"2024-06-03T09:40:54Z","logger":"camel-k.maven.build","msg":"--- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ camel-k-integration ---"} camel-k-operator-5f5bf4f7bb-8hhvb camel-k-operator {"level":"info","ts":"2024-06-03T09:40:54Z","logger":"camel-k.maven.build","msg":"Not compiling test...

Failing check: https://github.com/apache/camel-k/issues/5521

I think the correct way to monitor an healthy Integration is to watch both `.status.phase` and `.conditions[READY]==true` and ideally you should include the readiness probe via health trait to make...

The problem is that we need to know if the application is really starting or not, reason why we are checking the Pod as well. The Deployment would not report...