File tree 2 files changed +6
-0
lines changed
src/main/java/com/fasterxml/jackson/databind/jsontype/impl
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -239,6 +239,7 @@ Project: jackson-databind
239
239
(reported by threedr3am)
240
240
#2648 : Block one more gadget type (shiro-core)
241
241
#2653 : Block one more gadget type (shiro-core)
242
+ #2658 : Block one more gadget type (ignite-jta)
242
243
243
244
2.9.10.3 (23 -Feb-2020 )
244
245
Original file line number Diff line number Diff line change @@ -142,6 +142,11 @@ public class SubTypeValidator
142
142
s .add ("org.apache.shiro.realm.jndi.JndiRealmFactory" );
143
143
s .add ("org.apache.shiro.jndi.JndiObjectFactory" );
144
144
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
+
145
150
DEFAULT_NO_DESER_CLASS_NAMES = Collections .unmodifiableSet (s );
146
151
}
147
152
You can’t perform that action at this time.
0 commit comments