Skip to content

Commit

Permalink
Complete databind#2478 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek Tokarski committed May 8, 2020
1 parent ad8edcd commit 2338ddd
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -110,6 +110,7 @@ public class SubTypeValidator
s.add("com.sun.org.apache.xalan.internal.lib.sql.JNDIConnectionPool");

// [databind#2478]: comons-dbcp, p6spy
s.add("org.apache.commons.dbcp.datasources.PerUserPoolDataSource");
s.add("org.apache.commons.dbcp.datasources.SharedPoolDataSource");
s.add("com.p6spy.engine.spy.P6DataSource");
// [databind#2498]: log4j-extras (1.2)
Expand Down

0 comments on commit 2338ddd

Please sign in to comment.