Update SDK versions for JavaSDK 1+2 and KCL#238
Update SDK versions for JavaSDK 1+2 and KCL#238jsamuel1 wants to merge 1 commit intoawslabs:masterfrom
Conversation
brendan-p-lynch
left a comment
There was a problem hiding this comment.
This looks like it is based off of 2.5.2, which is not close to 2.5.8 (the current release. This will definately clash with the most recent changes, as some of these versions aren't even in the same files
| <kcl.version>2.5.2</kcl.version> | ||
| <awssdk.version>2.25.11</awssdk.version> | ||
| <aws-java-sdk.version>1.12.696</aws-java-sdk.version> | ||
| <kcl.version>2.5.8</kcl.version> |
There was a problem hiding this comment.
Still need the -SNAPSHOT version for testing. We should not be using this version as it will confuse local builds with public releases
| </dependency> | ||
| <dependency> | ||
| <groupId>software.amazon.awssdk</groupId> | ||
| <artifactId>http-auth-spi</artifactId> |
There was a problem hiding this comment.
Is there a reason these have to be added
There was a problem hiding this comment.
These were required on running, without which there was a class not found error when authenticating, with no code changes in my code from previous implementation.
I added the java sdk modules one-by-one until all class not found errors were resolved. This was with the default authentication chain.
Issue #, if available:
Description of changes:
Updating the SDK and KCL versions to bring in latest changes - especially required for new regions and authentication methods.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.