Skip to content

Commit a1a47d0

Browse files
authored
Update native image resource-config.json to stop including .class files in the native image. (#6644)
1 parent 2417a30 commit a1a47d0

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "bugfix",
3+
"category": "AWS SDK for Java v2",
4+
"contributor": "",
5+
"description": "Update native image resource-config.json to stop including .class files in the native image. See [#6582](https://github.com/aws/aws-sdk-java-v2/issues/6582)"
6+
}

core/sdk-core/src/main/resources/META-INF/native-image/software.amazon.awssdk/sdk-core/resource-config.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
"includes": [
44
{
55
"pattern": "software/amazon/awssdk/services/\\w+/execution.interceptors"
6-
},
7-
{
8-
"pattern": "software/amazon/awssdk/.*"
9-
}
10-
]
6+
}]
117
}
128
}

0 commit comments

Comments
 (0)