oscerd commented on PR #26737: URL: https://github.com/apache/camel/pull/26737#issuecomment-5808392323
Thanks — both non-blocking nits addressed in `223a7d8`: - **Reflection dropped.** `buildDoclingCommand` is now package-private (`// visible for testing`) and `buildDoclingCommandFor` calls it directly, so a rename or added parameter becomes a compile error rather than a runtime `NoSuchMethodException` on the normalization test. - **Bare `baseDir()` calls commented** — they create the directory the jailed route uses as `outputBaseDirectory`. _Claude Code on behalf of oscerd_ -- 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]
