Skip to content

Commit deb8fa6

Browse files
committed
Add support for org.ehcache:ehcache:3.10.8-jakarta
1 parent e0ab4f6 commit deb8fa6

File tree

29 files changed

+6900
-0
lines changed

29 files changed

+6900
-0
lines changed

metadata/index.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,5 +149,9 @@
149149
{
150150
"directory": "org.testcontainers/testcontainers",
151151
"module": "org.testcontainers:testcontainers"
152+
},
153+
{
154+
"directory": "org.ehcache/ehcache",
155+
"module": "org.ehcache:ehcache"
152156
}
153157
]
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[
2+
"jni-config.json",
3+
"proxy-config.json",
4+
"reflect-config.json",
5+
"resource-config.json"
6+
]
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
[
2+
{
3+
"condition": {
4+
"typeReachable": "org.ehcache.sizeof.impl.JvmInformation"
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": "org.ehcache.sizeof.impl.JvmInformation"
19+
},
20+
"name": "java.util.Arrays",
21+
"methods": [
22+
{
23+
"name": "asList",
24+
"parameterTypes": [
25+
"java.lang.Object[]"
26+
]
27+
}
28+
]
29+
}
30+
]
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
[
2+
{
3+
"condition": {
4+
"typeReachable": "org.ehcache.impl.internal.store.disk.OffHeapDiskStore"
5+
},
6+
"interfaces": [
7+
"org.ehcache.shadow.org.terracotta.offheapstore.storage.portability.Portability",
8+
"org.ehcache.shadow.org.terracotta.offheapstore.disk.persistent.PersistentPortability"
9+
]
10+
},
11+
{
12+
"condition": {
13+
"typeReachable": "org.ehcache.impl.internal.store.disk.OffHeapDiskStore"
14+
},
15+
"interfaces": [
16+
"org.ehcache.shadow.org.terracotta.offheapstore.storage.portability.WriteBackPortability",
17+
"org.ehcache.shadow.org.terracotta.offheapstore.disk.persistent.PersistentPortability"
18+
]
19+
},
20+
{
21+
"condition": {
22+
"typeReachable": "org.ehcache.sizeof.annotations.AnnotationProxyFactory"
23+
},
24+
"interfaces": [
25+
"org.ehcache.sizeof.annotations.IgnoreSizeOf"
26+
]
27+
}
28+
]

0 commit comments

Comments
 (0)