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 @@ -242,6 +242,8 @@ Project: jackson-databind
242
242
#2658 : Block one more gadget type (ignite-jta)
243
243
#2659 : Block one more gadget type (aries.transaction.jms)
244
244
(reported by Srikanth Ramu)
245
+ #2660 : Block one more gadget type (caucho-quercus)
246
+ (reported by threedr3am)
245
247
246
248
2.9.10.3 (23 -Feb-2020 )
247
249
Original file line number Diff line number Diff line change @@ -149,7 +149,11 @@ public class SubTypeValidator
149
149
150
150
// [databind#2659]: aries.transaction.jms
151
151
s .add ("org.apache.aries.transaction.jms.internal.XaPooledConnectionFactory" );
152
+ s .add ("org.apache.aries.transaction.jms.RecoverablePooledConnectionFactory" );
152
153
154
+ // [databind#2660]: caucho-quercus
155
+ s .add ("com.caucho.config.types.ResourceRef" );
156
+
153
157
DEFAULT_NO_DESER_CLASS_NAMES = Collections .unmodifiableSet (s );
154
158
}
155
159
You can’t perform that action at this time.
0 commit comments