-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for
com.hazelcast:hazelcast:5.2.1
(#169)
- Loading branch information
1 parent
7bc34b1
commit d19e498
Showing
22 changed files
with
8,785 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[ | ||
"jni-config.json", | ||
"reflect-config.json", | ||
"resource-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,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[]" | ||
] | ||
} | ||
] | ||
} | ||
] |
Oops, something went wrong.