Skip to content

Commit 328a0f8

Browse files
committed
Complete #2478 fix
1 parent 9593e16 commit 328a0f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/fasterxml/jackson/databind/jsontype/impl/SubTypeValidator.java

+1
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ public class SubTypeValidator
115115
s.add("org.apache.xalan.lib.sql.JNDIConnectionPool");
116116

117117
// [databind#2478]: comons-dbcp, p6spy
118+
s.add("org.apache.commons.dbcp.datasources.PerUserPoolDataSource");
118119
s.add("org.apache.commons.dbcp.datasources.SharedPoolDataSource");
119120
s.add("com.p6spy.engine.spy.P6DataSource");
120121

0 commit comments

Comments
 (0)