Claudio Miranda
Claudio Miranda
> some e2e tests failed. is this because the fixed Camel component is not part of Camel K yet? Yes, we should wait the release train of camel artifacts.
> @claudio4j will users of the component be able to listen for all events on a broker with this fix, too? Yes, there is a [e2e knative-broker](https://github.com/apache/camel-k/blob/main/e2e/yaks/common/knative-broker/knative-broker.feature#L45-L47) test that checks...
> @claudio4j can we rebase this please? rebased.
I see all of the failing CI tests are timeouts.
It seems to me there should be a parameter of `kamel run --verify-deps=` to allow the integration to run and provide feedback to the user in the case the integrations...
You can cache the openjdk11 image in podman and push it to your registry ``` podman tag adoptopenjdk/openjdk11:slim $REGISTRY//openjdk11:slim podman push $REGISTRY//openjdk11:slim --tls-verify=false ``` Then you can install camel-k and...
@squakez can this be closed, since it's not an issue in the code ? @bjethwan there is a [camel-k zulip chat](https://camel.zulipchat.com) if you would like a more interactive way to...
Seems it was removed from 1.6.x, but it exists in the main branch https://camel.apache.org/camel-k/next/languages/yaml.html#_extending_the_dsl It seems that doc page comes from [camel-k-runtime doc](https://github.com/apache/camel-k-runtime/tree/main/docs/modules/languages/pages) which should be updated as those dsl...
@davsclaus when the camel-knative was [migrated from camel-k-runtime to camel](https://github.com/apache/camel/pull/6749), was it intended to remove support for [extending the dsl](https://github.com/apache/camel-k-runtime/blob/main/docs/modules/languages/pages/yaml.adoc#extending-the-dsl) ? If yes, I think we can remove that doc...
Thanks Claus, this is [the PR](https://github.com/apache/camel-k-runtime/pull/881).