atiaomar1978-hub commented on PR #25102: URL: https://github.com/apache/camel/pull/25102#issuecomment-5079052501
## CI fixes (latest) Follow-up commits on `CAMEL-24255-camel-duckdb` to unblock checks: ### 1. PR doc validation — `5433e67351e` Antora could not resolve `example$json/duckdb.json` for `duckdb-component.adoc`. - Symlink `docs/components/modules/ROOT/examples/json/duckdb.json` → generated catalog JSON (same as other components). - Symlink `docs/components/modules/ROOT/pages/duckdb-component.adoc` → `components/camel-duckdb/src/main/docs/…` (drop duplicated copy). ### 2. Regen / uncommitted changes (Java 25) — `d5e212eb56d` After `./etc/scripts/regen.sh`, CI failed on a dirty tree: missing kamelet entry. - Add `org.apache.camel.component.duckdb.DuckDbComponent=camel:duckdb` to `dsl/camel-kamelet-main/src/generated/resources/camel-component-known-dependencies.properties`. ### 3. Incremental tests (Java 17) — [run 30162647542](https://github.com/apache/camel/actions/runs/30162647542/job/89690636388) — `157c5756780` Incremental build died during parent POM grep analysis (`echo | awk` → SIGPIPE under `pipefail` when this PR touches `parent/pom.xml`). - Fix `extractPomDiff` in `.github/actions/incremental-build/incremental-build.sh` to use a here-string instead of a pipe. PR description updated. CI should re-run on `157c5756780`. _AI-generated comment on behalf of [atiaomar1978-hub](https://github.com/atiaomar1978-hub)._ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
