Skip to content

Commit 4d190bb

Browse files
committed
Merge branch '2.11' into 2.12
2 parents 98777f6 + 9a1255e commit 4d190bb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

+4
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,10 @@ public class SubTypeValidator
207207
s.add("com.nqadmin.rowset.JdbcRowSetImpl");
208208
s.add("org.arrah.framework.rdbms.UpdatableJdbcRowsetImpl");
209209

210+
// [databind#2986]: dbcp2
211+
s.add("org.apache.commons.dbcp2.datasources.PerUserPoolDataSource");
212+
s.add("org.apache.commons.dbcp2.datasources.SharedPoolDataSource");
213+
210214
DEFAULT_NO_DESER_CLASS_NAMES = Collections.unmodifiableSet(s);
211215
}
212216

0 commit comments

Comments
 (0)