davsclaus commented on PR #25100:
URL: https://github.com/apache/camel/pull/25100#issuecomment-5077662993

   @gnodet Thanks for the thorough review — all 5 items have been addressed:
   
   1. **BOM entry** — added `camel-jactl` to `bom/camel-bom/pom.xml`
   2. **Hardcoded version** — moved `2.9.2` to `jactl-version` property in 
`parent/pom.xml`, referenced via `${jactl-version}` in the component pom
   3. **Doc/API mismatch** — updated all doc references and Javadoc to match 
actual API: `createWithHostAccess()` / `createWithHostAccess(Predicate)` and 
`withAllowContextMapAll(true)`
   4. **AsciiDoc formatting** — fixed `##` → `==`, `'exception\`` → `` 
`exception` ``, and `withHostAccesss` triple-s typo (both in source doc and 
catalog copy)
   5. **Missing newline** — added trailing newline to `pom.xml`
   
   Full reactor build passes.
   
   _Claude Code on behalf of Claus Ibsen_


-- 
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]

Reply via email to