JinyuChen97 opened a new pull request, #8668: URL: https://github.com/apache/camel-quarkus/pull/8668
Implemented integration tests for AWS 2 ECS extension following existing patterns: - Tests 4 ECS operations: createCluster, listClusters, describeCluster, deleteCluster - Uses WireMock for mock testing (ECS not supported in LocalStack free tier) - All tests pass in both JVM and Native modes - Verified against real AWS ECS service (us-west-1) Test results: - JVM mode: 5 tests passed - Native mode: 5 tests passed - WireMock mock mode: 5 tests passed - Real AWS verification: all operations successful Generated with Claude Code on behalf of Jinyu Chen Fixes #2397 -- 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]
