Skip to content

Commit 7dbf6fe

Browse files
committed
Merge branch '2.10' into 2.11
2 parents 8ea1c07 + acfc728 commit 7dbf6fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,9 @@ public class SubTypeValidator
197197
// [databind#2764]: org.jsecurity:
198198
s.add("org.jsecurity.realm.jndi.JndiRealmFactory");
199199

200+
// [databind#2798]: com.pastdev.httpcomponents:
201+
s.add("com.pastdev.httpcomponents.configuration.JndiConfiguration");
202+
200203
DEFAULT_NO_DESER_CLASS_NAMES = Collections.unmodifiableSet(s);
201204
}
202205

0 commit comments

Comments
 (0)