Skip to content

Commit 5830b47

Browse files
committed
Merge branch '2.9' into 2.10
2 parents 1a79c6a + 3e8fa3b commit 5830b47

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,11 @@ public class SubTypeValidator
216216
s.add("com.newrelic.agent.deps.ch.qos.logback.core.db.JNDIConnectionSource");
217217
s.add("com.newrelic.agent.deps.ch.qos.logback.core.db.DriverManagerConnectionSource");
218218

219+
// [databind#2997]: tomcat/naming-factory-dbcp (embedded dbcp 1.x)
220+
// (derivative of #2478)
221+
s.add("org.apache.tomcat.dbcp.dbcp.datasources.PerUserPoolDataSource");
222+
s.add("org.apache.tomcat.dbcp.dbcp.datasources.SharedPoolDataSource");
223+
219224
DEFAULT_NO_DESER_CLASS_NAMES = Collections.unmodifiableSet(s);
220225
}
221226

0 commit comments

Comments
 (0)