Skip to content

Commit

Permalink
Backport #2387, #2389 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jul 26, 2019
1 parent 322ae22 commit ad418ee
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@ public class SubTypeValidator
s.add("org.jdom.transform.XSLTransformer");
s.add("org.jdom2.transform.XSLTransformer");

// [databind#2387]: EHCache
s.add("net.sf.ehcache.transaction.manager.DefaultTransactionManagerLookup");

// [databind#2389]: logback/jndi
s.add("ch.qos.logback.core.db.JNDIConnectionSource");

DEFAULT_NO_DESER_CLASS_NAMES = Collections.unmodifiableSet(s);
}

Expand Down

0 comments on commit ad418ee

Please sign in to comment.