Skip to content

Commit 680d75b

Browse files
committed
Merge branch '2.8'
2 parents 2f9d731 + 9004269 commit 680d75b

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ public class BeanDeserializerFactory
5555
s.add("org.codehaus.groovy.runtime.MethodClosure");
5656
s.add("org.springframework.beans.factory.ObjectFactory");
5757
s.add("com.sun.org.apache.xalan.internal.xsltc.trax.TemplatesImpl");
58+
s.add("org.apache.xalan.xsltc.trax.TemplatesImpl");
5859
DEFAULT_NO_DESER_CLASS_NAMES = Collections.unmodifiableSet(s);
5960
}
6061

0 commit comments

Comments
 (0)