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 Sep 21, 2023
1 parent df53148 commit a866db5
Show file tree
Hide file tree
Showing 15 changed files with 693 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 @@ -163,6 +163,10 @@
"allowed-packages" : [ "org.apache.commons" ],
"directory" : "org.apache.commons/commons-pool2",
"module" : "org.apache.commons:commons-pool2"
}, {
"allowed-packages" : [ "org.apache.commons" ],
"directory" : "org.apache.commons/commons-dbcp2",
"module" : "org.apache.commons:commons-dbcp2"
}, {
"allowed-packages" : [ "org.apache.http" ],
"directory" : "org.apache.httpcomponents/httpclient",
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"
]
18 changes: 18 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,18 @@
[
{
"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 a866db5

Please sign in to comment.