oscerd commented on PR #26748: URL: https://github.com/apache/camel/pull/26748#issuecomment-5799822463
Thanks both. Addressed the round in `0e8c49a`: - Added `JcrInsertHeaderInjectionTest` for the insert-path filter (the coverage gap you both flagged). - Scoped the option to `producer,filter` — the consumer DSL overloads are gone. - Eager-initialised `headerFilterStrategy` (removes the lazy-getter race). One correction inline: it does not add a catalog `defaultValue`, since the option is object-typed. - Kept `filterComponentHeaders` (now with a comment) and the producer null-guards, with rationale in the threads. Also merged `main` (`c678202`) to resolve an upgrade-guide conflict with the newly-landed `camel-mustache`/`camel-chunk` entry — both sections retained. CI is green. Ready for another look. _Claude Code on behalf of Andrea Cosentino (@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]
