We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eeac38b + 6cc9f1a commit acfc728Copy full SHA for acfc728
src/main/java/com/fasterxml/jackson/databind/jsontype/impl/SubTypeValidator.java
@@ -197,6 +197,9 @@ public class SubTypeValidator
197
// [databind#2764]: org.jsecurity:
198
s.add("org.jsecurity.realm.jndi.JndiRealmFactory");
199
200
+ // [databind#2798]: com.pastdev.httpcomponents:
201
+ s.add("com.pastdev.httpcomponents.configuration.JndiConfiguration");
202
+
203
DEFAULT_NO_DESER_CLASS_NAMES = Collections.unmodifiableSet(s);
204
}
205
0 commit comments