File tree 2 files changed +5
-0
lines changed
src/main/java/com/fasterxml/jackson/databind/jsontype/impl
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -240,6 +240,8 @@ Project: jackson-databind
240
240
#2648 : Block one more gadget type (shiro-core)
241
241
#2653 : Block one more gadget type (shiro-core)
242
242
#2658 : Block one more gadget type (ignite-jta)
243
+ #2659 : Block one more gadget type (aries.transaction.jms)
244
+ (reported by Srikanth Ramu)
243
245
244
246
2.9.10.3 (23 -Feb-2020 )
245
247
Original file line number Diff line number Diff line change @@ -147,6 +147,9 @@ public class SubTypeValidator
147
147
s .add ("org.apache.ignite.cache.jta.jndi.CacheJndiTmFactory" );
148
148
s .add ("org.quartz.utils.JNDIConnectionProvider" );
149
149
150
+ // [databind#2659]: aries.transaction.jms
151
+ s .add ("org.apache.aries.transaction.jms.internal.XaPooledConnectionFactory" );
152
+
150
153
DEFAULT_NO_DESER_CLASS_NAMES = Collections .unmodifiableSet (s );
151
154
}
152
155
You can’t perform that action at this time.
0 commit comments