rastislavpapp opened a new pull request, #9366: URL: https://github.com/apache/camel/pull/9366
Fix of CAMEL-19049 based on #9359 Fixes problem introduced in [CAMEL-18411](https://issues.apache.org/jira/browse/CAMEL-18411) in BeanInfo class, in 3.14.x, where methods from synthetic classes are no longer considered as overriding the original methods (via a change in the #findMostSpecificOverride method). This causes ambiguity when trying to invoke them. I'm mainly concerned about usage in Karaf, where the proxy class is created via aries-proxy. For simplicity, test case added uses bytebuddy. -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org