-
Notifications
You must be signed in to change notification settings - Fork 4
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 AWS sdk 2.28.15 #667
Bump AWS sdk 2.28.15 #667
Conversation
Signed-off-by: Paolo Di Tommaso <[email protected]>
@munishchouhan can you have a look at failing tests when you have chance? |
ok sure |
What the problem was? |
Still working on it, i think there is new check has been added, which is throwing NPE
|
I have also created a bug with aws sdk team about this |
I think we are getting NPE from here which is changed in this new version of SDK |
Maybe it can be downgraded to a prior version. The goal here is to use a version that supports EKS pod identity. @gavinelder was mentioning |
now tests are failing with this error:
I will change the credential provider and try again |
Signed-off-by: munishchouhan <[email protected]>
This turn out to be dependency issue, when we are mentioning version, we need to have the whole sdk |
Signed-off-by: munishchouhan <[email protected]>
now failing to create shadowjar because of the files added by new dependency, i will try to enable
|
Signed-off-by: munishchouhan <[email protected]>
No, that's too big. Likely some other dep is missing |
now I only included core and not the whole sdk |
build.gradle
Outdated
@@ -204,3 +205,6 @@ jacocoTestReport { | |||
})) | |||
} | |||
} | |||
shadowJar { |
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.
Is this still needed ?
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.
yes
Signed-off-by: Paolo Di Tommaso <[email protected]>
All sdk was still there, lets try this ☝️ |
oops sorry, my bad |
damn, still failing |
Signed-off-by: munishchouhan <[email protected]>
got the right one, fixed now |
What a team work! 😆 |
Finally |
This reverts commit 0c487ad.
This reverts commit 0c487ad.
This was reverted 3f19713 because aws sms was failing |
This PR bump AWS SDK 2.28.15