-
Notifications
You must be signed in to change notification settings - Fork 466
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compiler error when aws-java-sdk in pom.xml was updated to 1.11.3 #73
Comments
Try changing your dependency to the amazon-kinesis-client in your project to something like the below, and then explicitly specify the aws sdk version you need:
|
Sorry if I misunderstood, but the 1.11.x versions of aws-java-sdk-core no longer has Wouldn't the Lease class need to be updated? |
Thanks for the comments. I am learning the sample code of aws kinesis. Firstly, I set aws-java-sdk-1.11.3.jar as dependency of the sample code. However, It did not work when I run the sample code. I think recompiling the amazon-kinesis-client-1.6.3 with latest aws-java-sdk may help to solve the issue. However, some compile error happened. Finally, I found if I only use the dependencies of amazon-kinesis-client-1.6.3 instead of aws-java-sdk-1.11.3.jar, the sample code will work. Cheers, |
I really wanted to use AWS SDK 1.11.x so went to the trouble of updating the amazon-kinesis-client to support it. Some minor code changes were required. Have a look at my pull request #75 if you are interested. |
How is it that 1.11.X has been out for over a month and a tiny tweak has not been made to the KCL for a coordinated release? Weird. |
The KCL has now been updated to the 1.11 release, and is being release in Maven right now. Sorry for the delay. |
I would like to compile amazon-kinesis-client-1.6.3 with latest aws-java-sdk, which is 1.11.3. However, several compile error messages are shown as follows. Could someone help to solve it? Thanks.
The text was updated successfully, but these errors were encountered: