Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for org.ehcache:ehcache:3.10.8-jakarta #124

Merged
merged 9 commits into from
Jan 11, 2023
Merged
4 changes: 4 additions & 0 deletions metadata/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@
"directory": "org.testcontainers/testcontainers",
"module": "org.testcontainers:testcontainers"
},
{
"directory": "org.ehcache/ehcache",
"module": "org.ehcache:ehcache"
},
{
"directory": "org.mockito/mockito-core",
"module": "org.mockito:mockito-core"
Expand Down
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"
]
44 changes: 44 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,44 @@
[
linghengqian marked this conversation as resolved.
Show resolved Hide resolved
{
"condition": {
"typeReachable": "org.ehcache.sizeof.impl.JvmInformation"
},
"name": "java.lang.Boolean",
"methods": [
{
"name": "<init>",
"parameterTypes": [
"boolean"
]
}
]
},
{
"condition": {
"typeReachable": "org.ehcache.jsr107.Eh107CacheManager"
},
"name": "java.util.Arrays",
"methods": [
{
"name": "asList",
"parameterTypes": [
"java.lang.Object[]"
]
}
]
},
{
"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