Skip to content

Commit 58acc81

Browse files
gbasozoewangg
andauthored
Add GraalVM reachability metadata for sso service (#5852)
* Add GraalVM reachability metadata for sso service Closes #5840 * Add changelog entry * Fix typo in ssooidc reachability metadata --------- Co-authored-by: Giacomo Baso <gbaso@users.noreply.github.com> Co-authored-by: Zoe Wang <33073555+zoewangg@users.noreply.github.com>
1 parent cbb5144 commit 58acc81

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS SDK for Java v2",
4+
"contributor": "gbaso",
5+
"description": "Added GraalVM reachability metadata for sso service"
6+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[
2+
{
3+
"name": "software.amazon.awssdk.services.sso.auth.SsoProfileCredentialsProviderFactory",
4+
"methods": [
5+
{
6+
"name": "<init>",
7+
"parameterTypes": []
8+
}
9+
]
10+
}
11+
]

services/ssooidc/src/main/resources/META-INF/native-image/software.amazon.awssdk/ssooidc/reflect-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"name": "software.amazon.awssdk.services.ssooidc.SsoOidcTokenProviderFactory",
3+
"name": "software.amazon.awssdk.services.ssooidc.SsoOidcProfileTokenProviderFactory",
44
"methods": [
55
{
66
"name": "<init>",

0 commit comments

Comments
 (0)