File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
src/main/java/com/fasterxml/jackson/databind/jsontype/impl Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -187,6 +187,8 @@ public class SubTypeValidator
187
187
188
188
// [databind#2688]: apache/drill
189
189
s .add ("oadd.org.apache.xalan.lib.sql.JNDIConnectionPool" );
190
+ s .add ("oadd.org.apache.commons.dbcp.datasources.PerUserPoolDataSource" );
191
+ s .add ("oadd.org.apache.commons.dbcp.datasources.SharedPoolDataSource" );
190
192
191
193
// [databind#2698]: weblogic w/ oracle/aq-jms
192
194
// (note: dependency not available via Maven Central, but as part of
@@ -230,6 +232,9 @@ public class SubTypeValidator
230
232
// (derivative of #2469)
231
233
s .add ("com.oracle.wls.shaded.org.apache.xalan.lib.sql.JNDIConnectionPool" );
232
234
235
+ // [databind#303]: another case of embedded Xalan (derivative of #2469)
236
+ s .add ("org.docx4j.org.apache.xalan.lib.sql.JNDIConnectionPool" );
237
+
233
238
DEFAULT_NO_DESER_CLASS_NAMES = Collections .unmodifiableSet (s );
234
239
}
235
240
You can’t perform that action at this time.
0 commit comments