Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions metadata/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,5 +149,9 @@
{
"directory": "org.testcontainers/testcontainers",
"module": "org.testcontainers:testcontainers"
},
{
"directory": "org.ehcache/ehcache",
"module": "org.ehcache:ehcache"
}
]
6 changes: 6 additions & 0 deletions metadata/org.ehcache/ehcache/3.10.8-jakarta/index.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[
"jni-config.json",
"proxy-config.json",
"reflect-config.json",
"resource-config.json"
]
30 changes: 30 additions & 0 deletions metadata/org.ehcache/ehcache/3.10.8-jakarta/jni-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
[
{
"condition": {
"typeReachable": "org.ehcache.sizeof.impl.JvmInformation"
},
"name": "java.lang.Boolean",
"methods": [
{
"name": "<init>",
"parameterTypes": [
"boolean"
]
}
]
},
{
"condition": {
"typeReachable": "org.ehcache.sizeof.impl.JvmInformation"
},
"name": "java.util.Arrays",
"methods": [
{
"name": "asList",
"parameterTypes": [
"java.lang.Object[]"
]
}
]
}
]
28 changes: 28 additions & 0 deletions metadata/org.ehcache/ehcache/3.10.8-jakarta/proxy-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
[
{
"condition": {
"typeReachable": "org.ehcache.impl.internal.store.disk.OffHeapDiskStore"
},
"interfaces": [
"org.ehcache.shadow.org.terracotta.offheapstore.storage.portability.Portability",
"org.ehcache.shadow.org.terracotta.offheapstore.disk.persistent.PersistentPortability"
]
},
{
"condition": {
"typeReachable": "org.ehcache.impl.internal.store.disk.OffHeapDiskStore"
},
"interfaces": [
"org.ehcache.shadow.org.terracotta.offheapstore.storage.portability.WriteBackPortability",
"org.ehcache.shadow.org.terracotta.offheapstore.disk.persistent.PersistentPortability"
]
},
{
"condition": {
"typeReachable": "org.ehcache.sizeof.annotations.AnnotationProxyFactory"
},
"interfaces": [
"org.ehcache.sizeof.annotations.IgnoreSizeOf"
]
}
]
Loading