We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c671a1d + 33d96c1 commit 1a79c6aCopy full SHA for 1a79c6a
src/main/java/com/fasterxml/jackson/databind/jsontype/impl/SubTypeValidator.java
@@ -211,6 +211,11 @@ public class SubTypeValidator
211
s.add("org.apache.commons.dbcp2.datasources.PerUserPoolDataSource");
212
s.add("org.apache.commons.dbcp2.datasources.SharedPoolDataSource");
213
214
+ // [databind#2996]: newrelic-agent + embedded-logback-core
215
+ // (derivative of #2334 and #2389)
216
+ s.add("com.newrelic.agent.deps.ch.qos.logback.core.db.JNDIConnectionSource");
217
+ s.add("com.newrelic.agent.deps.ch.qos.logback.core.db.DriverManagerConnectionSource");
218
+
219
DEFAULT_NO_DESER_CLASS_NAMES = Collections.unmodifiableSet(s);
220
}
221
0 commit comments