Pasquale Congiusti
Pasquale Congiusti
Considering the issue reported in #4977 and the improvements done in the monitoring, I wonder if we should enable by default the health trait. Right now, it's disabled by default,...
We got ``` Get "https://kind-registry:5000/v2/": dial tcp: lookup kind-registry on 127.0.0.53:53: server misbehaving ``` we only use mac for quarkus native, but I tested with other checks and it is...
As we're discussing around Camel K 2.0 and the possibility to make it runtime-generic, and as we're discovering we may need full source at build time in order to build...
The builder trait needs to know certain parameters available in the Quarkus trait in order to perform its tasks accordingly (ie, native image task definition and pod resource configuration). However,...
We already have the code in place to support semver and be able to get the best match accordingly. We need to verify what is exactly missing and provide the...
In version 2.2.0 we're introducing a condition that provide information about trait execution (warnings, error, info, ...). For example: ``` - firstTruthyTime: "2024-01-05T14:59:28Z" lastTransitionTime: "2024-01-05T14:59:28Z" lastUpdateTime: "2024-01-05T14:59:31Z" message: 'explicitly disabled...
Not to be tackled soon. Placeholder to keep track of all dependencies which would require such an upgrade. _Originally posted by @squakez in https://github.com/apache/camel-k/issues/4846#issuecomment-1775225106_
As seen in https://github.com/apache/camel-k/pull/4812, there could be situations where we want to use a generated source only for operator capabilities, without the need to have it available at runtime. We...
- [x] extract plugin version in camel-k-runtime - [ ] refactor the way we interact with maven to be able to reuse the code to generate a complete maven command...
When we build a project, we have faced certain corner cases where a build time external resource is required (see #4200). We've recently worked on the possibility to alter the...