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 @@ -17,6 +17,8 @@ Project: jackson-databind
17
17
#2658 : Block one more gadget type (ignite-jta)
18
18
#2659 : Block one more gadget type (aries.transaction.jms)
19
19
(reported by Srikanth Ramu)
20
+ #2660 : Block one more gadget type (caucho-quercus)
21
+ (reported by threedr3am)
20
22
21
23
2.9.10.3 (23 -Feb-2020 )
22
24
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