jamesnetherton commented on PR #8310: URL: https://github.com/apache/camel-quarkus/pull/8310#issuecomment-3943963542
There are test failures related to this change. ``` Caused by: org.apache.camel.ResolveEndpointFailedException: Failed to resolve endpoint: aws2-translate://test?operation=listLanguages due to: Error binding property (operation=listLanguages) with name: operation on bean: aws2-translate://test?operation=listLanguages with value: listLanguages ``` Without sufficient context, it's often not enough to rely blindly on AI tooling to generate working code. Take some time to understand Camel, the component documentation & run tests locally to verify changes: https://camel.apache.org/components/next/aws2-translate-component.html -- 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]
