Skip to content

Commit c6dab9b

Browse files
committed
Merge branch '2.9' into 2.10
2 parents 6a0cdc5 + e701bd8 commit c6dab9b

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,11 @@ public class SubTypeValidator
201201

202202
// [databind#2798]: com.pastdev.httpcomponents:
203203
s.add("com.pastdev.httpcomponents.configuration.JndiConfiguration");
204-
204+
205+
// [databind#2826], [databind#2827]
206+
s.add("com.nqadmin.rowset.JdbcRowSetImpl");
207+
s.add("org.arrah.framework.rdbms.UpdatableJdbcRowsetImpl");
208+
205209
DEFAULT_NO_DESER_CLASS_NAMES = Collections.unmodifiableSet(s);
206210
}
207211

0 commit comments

Comments
 (0)