Skip to content

Commit f3cba27

Browse files
committed
Merge branch '2.9' into 2.10
2 parents 6b46b59 + 592872f commit f3cba27

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

release-notes/VERSION-2.x

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,8 @@ Project: jackson-databind
197197
#2648: Block one more gadget type (shiro-core)
198198
#2653: Block one more gadget type (shiro-core)
199199
#2658: Block one more gadget type (ignite-jta)
200+
#2659: Block one more gadget type (aries.transaction.jms)
201+
(reported by Srikanth Ramu)
200202

201203
2.9.10.3 (23-Feb-2020)
202204

src/main/java/com/fasterxml/jackson/databind/jsontype/impl/SubTypeValidator.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,9 @@ public class SubTypeValidator
147147
s.add("org.apache.ignite.cache.jta.jndi.CacheJndiTmFactory");
148148
s.add("org.quartz.utils.JNDIConnectionProvider");
149149

150+
// [databind#2659]: aries.transaction.jms
151+
s.add("org.apache.aries.transaction.jms.internal.XaPooledConnectionFactory");
152+
150153
DEFAULT_NO_DESER_CLASS_NAMES = Collections.unmodifiableSet(s);
151154
}
152155

0 commit comments

Comments
 (0)