-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add nativeTest that uses DIGEST-MD5 as SASL mechanism for ElasticJob …
…ZookeeperRegistryCenter under GraalVM Native Image
- Loading branch information
1 parent
756de29
commit e101206
Showing
12 changed files
with
873 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
...es/META-INF/native-image/com.github.docker-java/docker-java-api/3.3.6/reflect-config.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[ | ||
{ | ||
"condition":{"typeReachable":"com.github.dockerjava.api.model.RuntimeInfo"}, | ||
"name":"com.github.dockerjava.api.model.RuntimeInfo", | ||
"allPublicConstructors": true | ||
} | ||
] |
25 changes: 25 additions & 0 deletions
25
...main/resources/META-INF/native-image/org.apache.zookeeper/zookeeper/3.9.2/jni-config.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
[ | ||
{ | ||
"condition":{"typeReachable":"org.apache.zookeeper.jmx.MBeanRegistry"}, | ||
"name":"[Lcom.sun.management.internal.DiagnosticCommandArgumentInfo;" | ||
}, | ||
{ | ||
"condition":{"typeReachable":"org.apache.zookeeper.jmx.MBeanRegistry"}, | ||
"name":"[Lcom.sun.management.internal.DiagnosticCommandInfo;" | ||
}, | ||
{ | ||
"condition":{"typeReachable":"org.apache.zookeeper.jmx.MBeanRegistry"}, | ||
"name":"com.sun.management.internal.DiagnosticCommandArgumentInfo", | ||
"methods":[{"name":"<init>","parameterTypes":["java.lang.String","java.lang.String","java.lang.String","java.lang.String","boolean","boolean","boolean","int"] }] | ||
}, | ||
{ | ||
"condition":{"typeReachable":"org.apache.zookeeper.jmx.MBeanRegistry"}, | ||
"name":"com.sun.management.internal.DiagnosticCommandInfo", | ||
"methods":[{"name":"<init>","parameterTypes":["java.lang.String","java.lang.String","java.lang.String","java.lang.String","java.lang.String","java.lang.String","boolean","java.util.List"] }] | ||
}, | ||
{ | ||
"condition":{"typeReachable":"org.apache.zookeeper.jmx.MBeanRegistry"}, | ||
"name":"java.util.Arrays", | ||
"methods":[{"name":"asList","parameterTypes":["java.lang.Object[]"] }] | ||
} | ||
] |
Oops, something went wrong.