Skip to content

Commit 85b05f2

Browse files
committed
Add necessary GraalVM configuration for the Apache HTTP client
Can be removed once aws/aws-sdk-java-v2#3428 is released.
1 parent 78c8155 commit 85b05f2

File tree

1 file changed

+17
-0
lines changed
  • aws-sdk-v2/src/main/resources/META-INF/native-image/io.micronaut.aws/micronaut-aws-sdk-v2

1 file changed

+17
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"name":"org.apache.commons.logging.impl.Jdk14Logger",
4+
"methods":[{"name":"<init>","parameterTypes":["java.lang.String"] }]
5+
},
6+
{
7+
"name":"org.apache.commons.logging.impl.Log4JLogger"
8+
},
9+
{
10+
"name":"org.apache.commons.logging.impl.LogFactoryImpl",
11+
"methods":[{"name":"<init>","parameterTypes":[] }]
12+
},
13+
{
14+
"name":"org.apache.commons.logging.impl.WeakHashtable",
15+
"methods":[{"name":"<init>","parameterTypes":[] }]
16+
}
17+
]

0 commit comments

Comments
 (0)