Skip to content

Commit

Permalink
Add support for org.apache.commons:commons-dbcp2:2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
linghengqian committed Feb 14, 2023
1 parent 657d207 commit bc4a1be
Show file tree
Hide file tree
Showing 88 changed files with 23,607 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 @@ -186,6 +186,10 @@
"directory": "com.github.luben/zstd-jni",
"module": "com.github.luben:zstd-jni"
},
{
"directory": "org.apache.commons/commons-dbcp2",
"module": "org.apache.commons:commons-dbcp2"
},
{
"directory": "org.testcontainers/testcontainers",
"module": "org.testcontainers:testcontainers"
Expand Down
6 changes: 6 additions & 0 deletions metadata/org.apache.commons/commons-dbcp2/2.9.0/index.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[
"proxy-config.json",
"reflect-config.json",
"resource-config.json",
"serialization-config.json"
]
34 changes: 34 additions & 0 deletions metadata/org.apache.commons/commons-dbcp2/2.9.0/proxy-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[
{
"condition": {
"typeReachable": "org.apache.commons.dbcp2.DelegatingCallableStatement"
},
"interfaces": [
"java.sql.CallableStatement"
]
},
{
"condition": {
"typeReachable": "org.apache.commons.dbcp2.DelegatingDatabaseMetaData"
},
"interfaces": [
"java.sql.DatabaseMetaData"
]
},
{
"condition": {
"typeReachable": "org.apache.commons.dbcp2.DelegatingPreparedStatement"
},
"interfaces": [
"java.sql.PreparedStatement"
]
},
{
"condition": {
"typeReachable": "org.apache.commons.dbcp2.DelegatingResultSet"
},
"interfaces": [
"java.sql.ResultSet"
]
}
]
Loading

0 comments on commit bc4a1be

Please sign in to comment.