Skip to content
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

Kinesis Client library 1.6.3 (latest) does not work with AWS Java SDK 1.11.x (latest) #74

Closed
smurty opened this issue Jun 5, 2016 · 7 comments

Comments

@smurty
Copy link

smurty commented Jun 5, 2016

KCL still depends on JSONObject (in package com.amazonaws.util.json) which as per AWS 1.11 release notes has been removed in favor of the Jackson Json library.
So, is there a KCL in the works (and what is the availability date?) that would allow us to upgrade to AWS 1.11.x ?

@nathgs
Copy link

nathgs commented Jun 7, 2016

I've had a crack at this and got KCL working with AWS SDK 1.11.x. Have a look at my pull request #75 if you are interested.

@smurty
Copy link
Author

smurty commented Jun 8, 2016

Thanks Nathan !

I did something similar for one of our internal projects that used AWS's JSONObject & JSONArray but I was not sure how AWS would upgrade KCL.

So I held off, but thanks for your help.


From: Nathan Smith notifications@github.com
Sent: Tuesday, June 7, 2016 6:20:00 PM
To: awslabs/amazon-kinesis-client
Cc: Sudarshan Murty; Author
Subject: Re: [awslabs/amazon-kinesis-client] Kinesis Client library 1.6.3 (latest) does not work with AWS Java SDK 1.11.x (latest) (#74)

I've had a crack at this and got KCL working with AWS SDK 1.11.x. Have a look at my pull request #75#75 if you are interested.

You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHubhttps://github.com//issues/74#issuecomment-224432214, or mute the threadhttps://github.com/notifications/unsubscribe/AG5diCJWi5okGzddjNl7mQat4CsfSQaTks5qJe6QgaJpZM4Iua60.

@sihil
Copy link

sihil commented Jun 14, 2016

This has impacted us too. I've raised an AWS support case.

@smurty
Copy link
Author

smurty commented Jun 14, 2016

Great thanks ! Appreciate if you could post if/when you hear back from AWS.

@pfifer
Copy link
Contributor

pfifer commented Jun 14, 2016

I'm currently in the process of updating the KCL to AWS SDK 1.11. I'm currently testing the SDK 1.11 change, and a couple other PR's. I'm hoping to have a release ready, and out in the next two weeks.

@rdifalco
Copy link

KCL not working with 1.11.X is hurting us. Any idea when a new release will be made?

@pfifer
Copy link
Contributor

pfifer commented Jul 7, 2016

The KCL has been updated to AWS Java SDK 1.11. The artifacts are being release in Maven right now.

Sorry for the delay.

@pfifer pfifer closed this as completed Jul 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants