Skip to content

Commit bc68647

Browse files
committed
Merge branch '2.10' into 2.11
2 parents 789df88 + 6b46b59 commit bc68647

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

release-notes/VERSION-2.x

+1
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ Project: jackson-databind
239239
(reported by threedr3am)
240240
#2648: Block one more gadget type (shiro-core)
241241
#2653: Block one more gadget type (shiro-core)
242+
#2658: Block one more gadget type (ignite-jta)
242243

243244
2.9.10.3 (23-Feb-2020)
244245

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

+5
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,11 @@ public class SubTypeValidator
142142
s.add("org.apache.shiro.realm.jndi.JndiRealmFactory");
143143
s.add("org.apache.shiro.jndi.JndiObjectFactory");
144144

145+
// [databind#2658]: ignite-jta (, quartz-core)
146+
s.add("org.apache.ignite.cache.jta.jndi.CacheJndiTmLookup");
147+
s.add("org.apache.ignite.cache.jta.jndi.CacheJndiTmFactory");
148+
s.add("org.quartz.utils.JNDIConnectionProvider");
149+
145150
DEFAULT_NO_DESER_CLASS_NAMES = Collections.unmodifiableSet(s);
146151
}
147152

0 commit comments

Comments
 (0)