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