diff --git a/.changes/next-release/feature-AWSSDKforJavav2-62cff79.json b/.changes/next-release/feature-AWSSDKforJavav2-62cff79.json new file mode 100644 index 000000000000..777fbada4d37 --- /dev/null +++ b/.changes/next-release/feature-AWSSDKforJavav2-62cff79.json @@ -0,0 +1,6 @@ +{ + "type": "feature", + "category": "AWS SDK for Java v2", + "contributor": "gbaso", + "description": "Added GraalVM reachability metadata for sso service" +} diff --git a/services/sso/src/main/resources/META-INF/native-image/software.amazon.awssdk/sso/reflect-config.json b/services/sso/src/main/resources/META-INF/native-image/software.amazon.awssdk/sso/reflect-config.json new file mode 100644 index 000000000000..536c091c3913 --- /dev/null +++ b/services/sso/src/main/resources/META-INF/native-image/software.amazon.awssdk/sso/reflect-config.json @@ -0,0 +1,11 @@ +[ + { + "name": "software.amazon.awssdk.services.sso.auth.SsoProfileCredentialsProviderFactory", + "methods": [ + { + "name": "", + "parameterTypes": [] + } + ] + } +] \ No newline at end of file