atiaomar1978-hub commented on PR #25495: URL: https://github.com/apache/camel/pull/25495#issuecomment-5433741234
## CI fix — unresolved documentation xref Checked [CI run 31732539144](https://github.com/apache/camel/actions/runs/31732539144): **failure was from this PR**. ### Root cause `docs` module **xref-check** failed: ``` Unresolved xrefs: manual:ROOT:event-notifier.adoc line 154: xref:components::others/backlog-tracer.adoc[Backlog Tracer] ``` `backlog-tracer.adoc` lives in the user manual (`manual::`), not under `components::others`. ### Fix **Commit:** `d28e2f97633` — changed to `xref:backlog-tracer.adoc[Backlog Tracer]` (same pattern as `tracer.adoc`, `index.adoc`, etc.) ### Verification (local) ```bash ./mvnw -pl docs -Psourcecheck generate-resources -DskipTests # xref-check: green ./mvnw -pl core/camel-core -am -Dtest=CamelEventJsonTest test # green ``` Pushed to `feature/CAMEL-24377-camel-event-json` — CI re-run should pass the docs xref-check step. --- _Composer on behalf of atiaomar1978-hub (AI-generated)_ -- 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]
