Closed mykevinjung closed 7 years ago
Looks like this repo has gone quiet: no activity in over a year.
If you're interested, this PR has a fix: https://github.com/awslabs/amazon-sqs-java-extended-client-lib/pull/11
@hearnden right. As I couldn't wait for new jar, I pulled down the source code of PR #11 and used the code itself instead of extended lib.
+1
It looks like a new commit has gone in to make this possible. Can we get an update pushed to maven?
Version 1.0.1 has been pushed and released to Maven.
We are using SQS Extended Client Lib. Based on a recent announcement on IAM Roles for Tasks we are going to upgrade AWS SDK to the latest 1.11 version. But AmazonSQS interface in the latest SDK has changed, e.g.
setQueueAttributes
returnsSetQueueAttributesResult
instead ofvoid
while this lib is implementing the old AmazonSQS interface. So we are not able to use amazon-sqs-java-extended-client-lib 1.0 with Core SDK 1.11.xx.This is blocking the upgrade to the latest AWS Java SDK.