Skip to content

Commit 6f3eb79

Browse files
committed
Add support for com.hazelcast:hazelcast:5.2.1
1 parent 41adcc9 commit 6f3eb79

File tree

24 files changed

+8800
-0
lines changed

24 files changed

+8800
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[
2+
"jni-config.json",
3+
"reflect-config.json",
4+
"resource-config.json"
5+
]
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
[
2+
{
3+
"condition": {
4+
"typeReachable": "com.hazelcast.internal.util.JVMUtil"
5+
},
6+
"name": "java.lang.Boolean",
7+
"methods": [
8+
{
9+
"name": "<init>",
10+
"parameterTypes": [
11+
"boolean"
12+
]
13+
}
14+
]
15+
},
16+
{
17+
"condition": {
18+
"typeReachable": "com.hazelcast.core.Hazelcast"
19+
},
20+
"name": "java.util.Arrays",
21+
"methods": [
22+
{
23+
"name": "asList",
24+
"parameterTypes": [
25+
"java.lang.Object[]"
26+
]
27+
}
28+
]
29+
}
30+
]

0 commit comments

Comments
 (0)