-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Bump software.amazon.awssdk from 2.20.86 to 2.30.18 #17396
base: main
Are you sure you want to change the base?
Bump software.amazon.awssdk from 2.20.86 to 2.30.18 #17396
Conversation
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
❌ Gradle check result for 5e94114: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Still need sha / license / notice changes. |
|
❌ Gradle check result for 1a7a762: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
❌ Gradle check result for daa5d56: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Not sure why it is not found:
|
@@ -30,6 +30,7 @@ dependencies { | |||
api "software.amazon.awssdk:aws-core:${versions.aws}" | |||
api "software.amazon.awssdk:utils:${versions.aws}" | |||
api "software.amazon.awssdk:auth:${versions.aws}" | |||
api "software.amazon.awssdk:identity-spi:${versions.aws}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does there need to be a dependency on https://mvnrepository.com/artifact/software.amazon.awssdk/retries-spi as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting, crypto-kms didnt show any thirdparty missing classes.
let me check.
Signed-off-by: Andrew Ross <andrross@amazon.com>
@peterzhuamazon @cwperks I just pushed a commit to fix the crypto-kms failures |
plugins/crypto-kms/src/test/java/org/opensearch/crypto/kms/KmsServiceTests.java
Show resolved
Hide resolved
Signed-off-by: Andrew Ross <andrross@amazon.com>
❌ Gradle check result for 60ae79e: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: Andrew Ross <andrross@amazon.com>
❌ Gradle check result for 058fe8b: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: Andrew Ross <andrross@amazon.com>
❌ Gradle check result for e6e5066: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
@andrross seems like more failures on repository-s3 test:
|
I think we already have this set in gradle check env. |
FYI @vikasvb90 @sachinpkale @ashking94 It looks like there are some significant changes in the AWS SDK for this minor version update. I know you folks have worked in this area in the past so I'd appreciate it if you could take a look here. Thanks! |
What would be a good approach right now?
Thanks. |
Thanks @peterzhuamazon , I think we could postpone AWS SDK update for core, but it is largely unrelated to |
We were planning to update but paused a bit because we want to update core then source the version from core. But now seems like we will just update plugins directly. Thanks. |
Looks like there's an issue filed on the AWS SDK repo here: aws/aws-sdk-java-v2#5754 (comment) |
Description
Bump software.amazon.awssdk from 2.20.86 to 2.30.18
Related Issues
Follow up to #17320
Check List
[ ] Functionality includes testing.[ ] API changes companion pull request created, if applicable.[ ] Public documentation issue/PR created, if applicable.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.