Tadayoshi Sato
Tadayoshi Sato
This is a great tool and it would be even better if it could read [AsciiDoc](https://docs.asciidoctor.org/asciidoc/latest/syntax-quick-reference/) files as well. Thanks!
It makes sense to use a feature from standard library instead of relying on a 3rd party library. Use of `go:embed` may also save us from periodical regens of `resources.go`...
As a follow-up to #3205, there's no test coverage that verifies Integration runs when traits are enabled at IntegrationPlatform like this: ```yaml apiVersion: camel.apache.org/v1 kind: IntegrationPlatform metadata: labels: app: camel-k...
Now that GH Actions allows partial re-runs of workflows for only failed ones, it should be beneficial to split long-running workflows such as `kubernetes` and `openshift` into smaller jobs, so...
We release a Windows version of Camel K CLI, but there is no test coverage targeting Windows environment yet. This causes some Windows only issues with the CLI and `kamel...
## This is a... [ ] Feature request [ ] Regression (a behavior that used to work and stopped working in a new release) [x] Bug report [ ] Documentation...
Latest Strimzi doc says `KafkaConnectS2I` is deprecated. We should use `KafkaConnect` for our instructions using Strimzi. https://strimzi.io/docs/operators/master/using.html#assembly-kafka-connect-str > With the introduction of build configuration to the KafkaConnect resource, Strimzi can...
While looking at the recent CI itest failure on itests-netty, I found the following errors occuring frequently in many itests. Why is it happening? Can we fix this? ``` java.net.URISyntaxException:...
Whenever troubleshooting e2e errors I always feel pain at reading the current CI output. What I've been doing is searching keywords multiple times to find where the tests failed. Now...
Sometimes we miss website build issues like this #3635. We should have a workflow to validate the website generation on a pull req that changes `docs/`.