davsclaus opened a new pull request, #24764: URL: https://github.com/apache/camel/pull/24764
## Summary _Claude Code on behalf of davsclaus_ - Fix `AmbiguousMethodCallException` in body-conversion matching to list the actual distinct method candidates instead of the same method listed twice - Collect convertible candidates in a list during the matching loop instead of only keeping the last match Fixes: https://issues.apache.org/jira/browse/CAMEL-24102 ## Test plan - [x] `BeanAmbiguousBodyConversionTest` — verifies the exception lists 2 distinct candidates - [x] All existing ambiguous method tests pass (6 tests) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.6 <[email protected]> -- 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]
