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 @@ -196,6 +196,7 @@ Project: jackson-databind
196
196
(reported by threedr3am)
197
197
#2648 : Block one more gadget type (shiro-core)
198
198
#2653 : Block one more gadget type (shiro-core)
199
+ #2658 : Block one more gadget type (ignite-jta)
199
200
200
201
2.9.10.3 (23 -Feb-2020 )
201
202
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