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

Adding the AWS SDK v2.0 #417

Merged
merged 3 commits into from
Nov 3, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add additional metadata and test locations for AWS SDK.
  • Loading branch information
fniephaus authored Nov 3, 2023
commit d6879d93375a58ec60b29ef7dc49a30c98214090
4 changes: 3 additions & 1 deletion library-and-framework-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -2054,10 +2054,12 @@
{
"minimum_version": "2.16.1",
"metadata_locations": [
"/~https://github.com/search?q=repo%3Aaws%2Faws-sdk-java-v2%20META-INF%2Fnative-image&type=code",
"https://repo1.maven.org/maven2/software/amazon/awssdk/"
],
"tests_locations": [
"/~https://github.com/aws/aws-sdk-java-v2/tree/master/test/sdk-native-image-test"
"/~https://github.com/aws/aws-sdk-java-v2/tree/master/test/sdk-native-image-test",
"/~https://github.com/aws/aws-sdk-java-v2/blob/03ee2c63a59958775db3c83ff7494264b765daf8/.github/workflows/codebuild-ci.yml#L89-L101"
],
"test_level": "fully-tested"
}
Expand Down
Loading