Skip to content

Commit a6cddb2

Browse files
committed
Add unit tests related to Jcache
1 parent 29029d3 commit a6cddb2

File tree

4 files changed

+1120
-19
lines changed

4 files changed

+1120
-19
lines changed

metadata/org.ehcache/ehcache/3.10.8-jakarta/jni-config.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,20 @@
1313
}
1414
]
1515
},
16+
{
17+
"condition": {
18+
"typeReachable": "org.ehcache.jsr107.Eh107CacheManager"
19+
},
20+
"name": "java.util.Arrays",
21+
"methods": [
22+
{
23+
"name": "asList",
24+
"parameterTypes": [
25+
"java.lang.Object[]"
26+
]
27+
}
28+
]
29+
},
1630
{
1731
"condition": {
1832
"typeReachable": "org.ehcache.sizeof.impl.JvmInformation"

0 commit comments

Comments
 (0)