Pasquale Congiusti
Pasquale Congiusti
I think the failures checks we're hitting is because of this joor issue: https://github.com/jOOQ/jOOR/issues/69
Configmap tests are failing because when we use the fast-jar, the resources provided in the classpath are not "visible" to the route directly. The following one is failing (`java -cp...
Given the problems found so far, I'm moving the code developed into https://github.com/squakez/camel-k/tree/feat/5476_executable_jar for future references. I've created a follow up issue that we need to tackle in the future...
cc @lburgazzoli
Probably not an issue (at least, not in upstream CI). See #5484
Let's add it to the flakiness bucket then.
> Do you know what this is ... https://github.com/apache/camel-k/tree/main/docs/modules/ROOT/examples/js > > ``` > $ git grep ck.js > docs/antora.yml: requires: "'util=camel-website-util,ck=xref:js/ck.js'" > ``` No, unfortunately not. We have some configuration...
@tdiesler we did changes in autogenerated code in traits. It is likely that tonight it will be reverted back by auto updates. You need to change the content of the...
See: https://github.com/apache/camel-k/blob/4317da83d0f15137b12da6a2204d2543bd9e4603/docs/modules/traits/pages/3scale.adoc?plain=1#L21 We need to make the change on the go file and then, `make generate`.
@lburgazzoli fyi, we're using `area/build-system` for those issues related to the operator build image (ie, make images). We're instead using `area/builder` for the other one. It can be misleading and...