-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for
org.apache.commons:commons-dbcp2:2.9.0
- Loading branch information
1 parent
657d207
commit bc4a1be
Showing
88 changed files
with
23,607 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
34
metadata/org.apache.commons/commons-dbcp2/2.9.0/proxy-config.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} | ||
] |
Oops, something went wrong.