-
Notifications
You must be signed in to change notification settings - Fork 222
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
Comments
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. |
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? |
Fix is in KCL #126 |
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
* 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
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. |
* [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].
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>
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.
The text was updated successfully, but these errors were encountered: