Skip to content

Commit

Permalink
Add metadata for HikariCP 5.0.1 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
lazar-mitrovic committed Aug 4, 2022
2 parents 698ca48 + b39ed6a commit a442d04
Show file tree
Hide file tree
Showing 17 changed files with 1,032 additions and 0 deletions.
7 changes: 7 additions & 0 deletions metadata/com.zaxxer/HikariCP/5.0.1/index.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
"jni-config.json",
"proxy-config.json",
"reflect-config.json",
"resource-config.json",
"serialization-config.json"
]
20 changes: 20 additions & 0 deletions metadata/com.zaxxer/HikariCP/5.0.1/jni-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[
{
"name": "java.lang.ClassLoader",
"methods": [
{
"name": "getPlatformClassLoader",
"parameterTypes": []
},
{
"name": "loadClass",
"parameterTypes": [
"java.lang.String"
]
}
]
},
{
"name": "jdk.internal.loader.ClassLoaders$PlatformClassLoader"
}
]
10 changes: 10 additions & 0 deletions metadata/com.zaxxer/HikariCP/5.0.1/proxy-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[
{
"condition": {
"typeReachable": "com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection"
},
"interfaces": [
"java.sql.Connection"
]
}
]
Loading

0 comments on commit a442d04

Please sign in to comment.