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 Nov 30, 2022
1 parent a202935 commit fb033ff
Show file tree
Hide file tree
Showing 20 changed files with 6,229 additions and 0 deletions.
7 changes: 7 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,7 @@
[
"jni-config.json",
"proxy-config.json",
"reflect-config.json",
"resource-config.json",
"serialization-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.internal.metrics.impl.MetricsService"
},
"name": "java.util.Arrays",
"methods": [
{
"name": "asList",
"parameterTypes": [
"java.lang.Object[]"
]
}
]
}
]
1 change: 1 addition & 0 deletions metadata/com.hazelcast/hazelcast/5.2.1/proxy-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
Loading

0 comments on commit fb033ff

Please sign in to comment.