citrusframework / yaks

YAKS is a platform to enable Cloud Native BDD testing on Kubernetes
Apache License 2.0
82 stars 28 forks source link

Update to AWS SDK2 #460

Closed christophd closed 1 year ago

christophd commented 1 year ago

Apache Camel 3.20.x uses aws.java.sdk2 API in aws.* components. YAKS needs to update in order to avoid having both aws.java.sdk and aws.java.sdk2 on classpath.

Also Localstack Testcontainer uses aws.java.sdk so we need to use a GenericContainer with recent Docker images versions of Localstack instead.

christophd commented 1 year ago

This should have been fixed already