Skip to content

Commit 9004269

Browse files
committed
Merge branch '2.7' into 2.8
2 parents 513ab6e + 3bfbb83 commit 9004269

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ public class BeanDeserializerFactory
5858
s.add("org.codehaus.groovy.runtime.MethodClosure");
5959
s.add("org.springframework.beans.factory.ObjectFactory");
6060
s.add("com.sun.org.apache.xalan.internal.xsltc.trax.TemplatesImpl");
61+
s.add("org.apache.xalan.xsltc.trax.TemplatesImpl");
6162
DEFAULT_NO_DESER_CLASS_NAMES = Collections.unmodifiableSet(s);
6263
}
6364

0 commit comments

Comments
 (0)