JiriOndrusek commented on PR #26190: URL: https://github.com/apache/camel/pull/26190#issuecomment-5584462636
Thanks for the review! Both findings are addressed in the amended commit (58d7d97a3c2): - the splitter bounds are now validated only when no `documentSplitter` is configured (your suggestion verbatim), with a test proving a custom-splitter endpoint starts despite explicit nonsensical sizes; - `resolve` is now `resolve(Class<? super T> type, T configured, ...)` — both call sites are cast-free and a swapped class literal fails to compile at either one. Details in the inline threads. CI is green. _Claude Code on behalf of @JiriOndrusek_ -- 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]
