Add AWS CloudTrail native extension and integration tests#8787
Conversation
|
So this extension is directly added as native. Maybe we need to add complete |
136b174 to
8707c2e
Compare
the aws cloudtrail is under the aws2 folder, I saw the aws2 has been defined in group02, do I need to add aws cloudtrail alone to the test-categories? |
Ah ok, it should be fine then. |
aldettinger
left a comment
There was a problem hiding this comment.
Failures are unrelated. Tests in group 02 and 12 looks good. Well donz 👏
| <exclusions> | ||
| <exclusion> | ||
| <groupId>commons-logging</groupId> | ||
| <artifactId>commons-logging</artifactId> | ||
| </exclusion> | ||
| </exclusions> |
There was a problem hiding this comment.
Do we need this? The same exclusion is already applied to camel-aws-cloudtrail.
There was a problem hiding this comment.
yes you are right, the aws sdk cloudtrail should not be added here either. Removed this already.
| <dependency> | ||
| <groupId>org.apache.camel.quarkus</groupId> | ||
| <artifactId>camel-quarkus-integration-wiremock-support</artifactId> | ||
| <scope>test</scope> | ||
| </dependency> |
There was a problem hiding this comment.
I guess WireMock is used because LocalStack does not support Cloudtrail?
There was a problem hiding this comment.
yes, it's not supported in localstack community version.
There was a problem hiding this comment.
Ok - then we should revisit after #8760 is done because I think Floci does have support for Cloudtrail.
Add native support for the AWS CloudTrail component, enabling users to interact with AWS CloudTrail service in native mode. This implementation includes: - Runtime and deployment modules for native compilation - Integration tests with WireMock for testing CloudTrail operations - Consumer support for polling CloudTrail events - Documentation and extension metadata Co-Authored-By: Jinyu Chen Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
8707c2e to
6947808
Compare
Add native support for the AWS CloudTrail component, enabling users to interact with AWS CloudTrail service in native mode.
This implementation includes:
Co-Authored-By: Jinyu Chen
Co-Authored-By: Claude Sonnet 4.5 noreply@anthropic.com
fixes #5566