Skip to content

Commit

Permalink
Merge pull request #124 from linghengqian/ehcache-jakarta
Browse files Browse the repository at this point in the history
Add support for `org.ehcache:ehcache:3.10.8-jakarta`
  • Loading branch information
vjovanov authored Jan 11, 2023
2 parents bcab9f1 + a6cddb2 commit 378bcfe
Show file tree
Hide file tree
Showing 30 changed files with 8,001 additions and 0 deletions.
4 changes: 4 additions & 0 deletions metadata/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,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 @@
[
{
"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

0 comments on commit 378bcfe

Please sign in to comment.