Skip to content

Commit

Permalink
Actual #2462 fix (prev commit only updates release notes)
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Sep 20, 2019
1 parent 335db54 commit 41b7f9b
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,11 @@ public class SubTypeValidator

// [databind#2420]: CXF/JAX-RS provider/XSLT
s.add("org.apache.cxf.jaxrs.provider.XSLTJaxbProvider");


// [databind#2462]: commons-configuration / -2
s.add("org.apache.commons.configuration.JNDIConfiguration");
s.add("org.apache.commons.configuration2.JNDIConfiguration");

DEFAULT_NO_DESER_CLASS_NAMES = Collections.unmodifiableSet(s);
}

Expand Down

0 comments on commit 41b7f9b

Please sign in to comment.