Skip to content

Commit 3bfbb83

Browse files
committed
Minor improvement wrt #1599 (also cover vanilla xalan impl)
1 parent ec859af commit 3bfbb83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/fasterxml/jackson/databind/deser/BeanDeserializerFactory.java

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ public class BeanDeserializerFactory
5757
s.add("org.codehaus.groovy.runtime.MethodClosure");
5858
s.add("org.springframework.beans.factory.ObjectFactory");
5959
s.add("com.sun.org.apache.xalan.internal.xsltc.trax.TemplatesImpl");
60+
s.add("org.apache.xalan.xsltc.trax.TemplatesImpl");
6061
DEFAULT_NO_DESER_CLASS_NAMES = Collections.unmodifiableSet(s);
6162
}
6263

0 commit comments

Comments
 (0)