Skip to content

Commit 41b7f9b

Browse files
committed
Actual #2462 fix (prev commit only updates release notes)
1 parent 335db54 commit 41b7f9b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/main/java/com/fasterxml/jackson/databind/jsontype/impl/SubTypeValidator.java

+5-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,11 @@ public class SubTypeValidator
106106

107107
// [databind#2420]: CXF/JAX-RS provider/XSLT
108108
s.add("org.apache.cxf.jaxrs.provider.XSLTJaxbProvider");
109-
109+
110+
// [databind#2462]: commons-configuration / -2
111+
s.add("org.apache.commons.configuration.JNDIConfiguration");
112+
s.add("org.apache.commons.configuration2.JNDIConfiguration");
113+
110114
DEFAULT_NO_DESER_CLASS_NAMES = Collections.unmodifiableSet(s);
111115
}
112116

0 commit comments

Comments
 (0)