Add integration tests for aws2-translate #2403#8310
Add integration tests for aws2-translate #2403#8310sanjana2505006 wants to merge 3 commits intoapache:mainfrom
Conversation
9fe76ec to
f15d425
Compare
|
@ppalaga Whenever you get a chance, please review and let me know if any changes are needed |
| import org.apache.camel.telemetry.decorators.PlatformHttpSpanDecorator; | ||
| import org.apache.camel.telemetry.decorators.ServletSpanDecorator; | ||
|
|
||
| public class CamelQuarkusOpenTelemetry2Tracer extends OpenTelemetryTracer { |
There was a problem hiding this comment.
Please remove this. It does not seem to be related to this PR.
There was a problem hiding this comment.
Sorry about that, I removed the unrelated file. Force pushed the update.
f15d425 to
0df2cd7
Compare
|
@jamesnetherton I’ve just force-pushed an update to address the failing checks. |
|
You'll need to rebase and update the versions in the pom.xml files from |
|
There are test failures related to this change. 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 |
648f591 to
4f6d499
Compare
Thank you for the feedback and the guidance. I'm a student currently learning the Camel ecosystem, and I appreciate you pointing me toward the documentation. I have rebased the PR onto the latest Thank you for your patience as I learn the ropes! |
6893c01 to
fcab491
Compare
|
Turns out that AWS Translate is not supported on LocalStack: |
Added integration tests for the AWS2 Translate component. Covers translateText and listLanguages operations. Fixes #2403.