Skip to content

Commit 378bcfe

Browse files
authored
Merge pull request #124 from linghengqian/ehcache-jakarta
Add support for `org.ehcache:ehcache:3.10.8-jakarta`
2 parents bcab9f1 + a6cddb2 commit 378bcfe

File tree

30 files changed

+8001
-0
lines changed

30 files changed

+8001
-0
lines changed

metadata/index.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,10 @@
170170
"directory": "org.testcontainers/testcontainers",
171171
"module": "org.testcontainers:testcontainers"
172172
},
173+
{
174+
"directory": "org.ehcache/ehcache",
175+
"module": "org.ehcache:ehcache"
176+
},
173177
{
174178
"directory": "org.mockito/mockito-core",
175179
"module": "org.mockito:mockito-core"
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: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
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.jsr107.Eh107CacheManager"
19+
},
20+
"name": "java.util.Arrays",
21+
"methods": [
22+
{
23+
"name": "asList",
24+
"parameterTypes": [
25+
"java.lang.Object[]"
26+
]
27+
}
28+
]
29+
},
30+
{
31+
"condition": {
32+
"typeReachable": "org.ehcache.sizeof.impl.JvmInformation"
33+
},
34+
"name": "java.util.Arrays",
35+
"methods": [
36+
{
37+
"name": "asList",
38+
"parameterTypes": [
39+
"java.lang.Object[]"
40+
]
41+
}
42+
]
43+
}
44+
]
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)