Skip to content

Commit

Permalink
Add support for com.hazelcast:hazelcast:5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
linghengqian committed Jan 17, 2023
1 parent 7bc34b1 commit eef33a7
Show file tree
Hide file tree
Showing 22 changed files with 8,785 additions and 0 deletions.
5 changes: 5 additions & 0 deletions metadata/com.hazelcast/hazelcast/5.2.1/index.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[
"jni-config.json",
"reflect-config.json",
"resource-config.json"
]
30 changes: 30 additions & 0 deletions metadata/com.hazelcast/hazelcast/5.2.1/jni-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
[
{
"condition": {
"typeReachable": "com.hazelcast.internal.util.JVMUtil"
},
"name": "java.lang.Boolean",
"methods": [
{
"name": "<init>",
"parameterTypes": [
"boolean"
]
}
]
},
{
"condition": {
"typeReachable": "com.hazelcast.core.Hazelcast"
},
"name": "java.util.Arrays",
"methods": [
{
"name": "asList",
"parameterTypes": [
"java.lang.Object[]"
]
}
]
}
]
Loading

0 comments on commit eef33a7

Please sign in to comment.