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

Update aws-java-sdk to V1.11.28 #27

Closed
timmartin19 opened this issue Aug 23, 2016 · 4 comments
Closed

Update aws-java-sdk to V1.11.28 #27

timmartin19 opened this issue Aug 23, 2016 · 4 comments
Milestone

Comments

@timmartin19
Copy link
Contributor

timmartin19 commented Aug 23, 2016

They are sadly behind and I need the ContainerCredentialsProvider which is not available in the version specified.

https://github.com/awslabs/amazon-kinesis-client-python/blob/master/setup.py#L55

Is there another mechanism for manually setting the version for those packages? It would be very helpful.

@pfifer
Copy link
Contributor

pfifer commented Sep 22, 2016

There isn't currently a direct way to do that, but it should be safe to directly replace the aws-java-sdk-core.jar with an updated version. The change would need to be made to the egg where it's installed. I'm considering making a different way to handle the Java components of this, that would allow more direct control of the dependencies.

@pfifer
Copy link
Contributor

pfifer commented Nov 15, 2016

Unfortunately this didn't make it for the most recent release. I need to adjust the dependency resolution of the Kinesis Client Library to use the range syntax. I'll look at doing this for an upcoming release of the KCL. The way this library works would always be a bit restrictive

There are alternate methods that I could use for launching the MultiLangDaemon. These methods would significantly increase flexibility, but would require the use of Maven to create the initial bootstrap scripts. I'm curious to know what the feelings people would have on use Maven with this library?

@pfifer
Copy link
Contributor

pfifer commented Jan 9, 2017

Fix is in KCL #126

pfifer added a commit to awslabs/amazon-kinesis-client that referenced this issue Jan 9, 2017
Updated to the newest version of the AWS Java SDK.

Fixes:
Amazon Kinesis Client for Python Issue awslabs/amazon-kinesis-client-python#27

Related:
PR #125
pfifer added a commit to pfifer/amazon-kinesis-client that referenced this issue Jan 20, 2017
* Upgrade to the newest AWS Java SDK.
  * Issue awslabs/amazon-kinesis-client-python#27
  * PR awslabs#126
  * PR awslabs#125
* Added a direct dependency on commons-logging.
  * Issue awslabs#123
  * PR awslabs#124
* Make ShardInfo public to allow for custom ShardPrioritization strategies.
  * Issue awslabs#120
  * PR awslabs#127
pfifer added a commit to awslabs/amazon-kinesis-client that referenced this issue Jan 20, 2017
* Upgrade to the newest AWS Java SDK.
  * Issue awslabs/amazon-kinesis-client-python#27
  * PR #126
  * PR #125
* Added a direct dependency on commons-logging.
  * Issue #123
  * PR #124
* Make ShardInfo public to allow for custom ShardPrioritization strategies.
  * Issue #120
  * PR #127
@pfifer pfifer added this to the Version 1.4.4 milestone Apr 7, 2017
@pfifer
Copy link
Contributor

pfifer commented Apr 7, 2017

Version 1.4.4 is now available that includes version 1.11.115 of the AWS Java SDK.

Feel free to reopen if you're still having a problem.

@pfifer pfifer closed this as completed Apr 7, 2017
pfifer added a commit to pfifer/amazon-kinesis-client-python that referenced this issue Apr 10, 2017
* [PR awslabs#47]: Update to release 1.7.5 of the Amazon Kinesis Client.
  * Additionally updated to version 1.11.115 of the AWS Java SDK.
  * Fixes [Issue awslabs#43].
  * Fixes [Issue awslabs#27].
pfifer added a commit that referenced this issue Apr 10, 2017
* [PR #47]: Update to release 1.7.5 of the Amazon Kinesis Client.
  * Additionally updated to version 1.11.115 of the AWS Java SDK.
  * Fixes [Issue #43].
  * Fixes [Issue #27].
zengyu714 pushed a commit that referenced this issue Dec 29, 2021
Bump jackson-dataformat-cbor from 2.12.4 to 2.13.0 (#6)
Bump auth from 2.17.52 to 2.17.99 (#5)
Bump sts from 2.17.52 to 2.17.99 (#3)
Bump cloudwatch from 2.17.52 to 2.17.99 (#2)
Bump slf4j-api from 1.7.30 to 1.7.32 (#9)
Bump profiles from 2.17.52 to 2.17.99 (#8)
Bump aws-cbor-protocol from 2.17.52 to 2.17.99 (#7)
Bump dynamodb from 2.17.52 to 2.17.102 (#24)
Bump aws-java-sdk-sts from 1.12.3 to 1.12.131 (#23)
Bump aws-query-protocol from 2.17.52 to 2.17.102 (#22)
Bump netty-transport from 4.1.68.Final to 4.1.72.Final (#27)
Bump profiles from 2.17.52 to 2.17.102 (#26)
Bump logback-core from 1.2.7 to 1.2.10 (#28)

Signed-off-by: dependabot[bot] <support@github.com>
Co-Authored-By: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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

2 participants