Skip to content

Commit

Permalink
Fix #2659
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Mar 16, 2020
1 parent a424c03 commit 592872f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Project: jackson-databind
#2648: Block one more gadget type (shiro-core)
#2653: Block one more gadget type (shiro-core)
#2658: Block one more gadget type (ignite-jta)
#2659: Block one more gadget type (aries.transaction.jms)
(reported by Srikanth Ramu)

2.9.10.3 (23-Feb-2020)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ public class SubTypeValidator
s.add("org.apache.ignite.cache.jta.jndi.CacheJndiTmFactory");
s.add("org.quartz.utils.JNDIConnectionProvider");

// [databind#2659]: aries.transaction.jms
s.add("org.apache.aries.transaction.jms.internal.XaPooledConnectionFactory");

DEFAULT_NO_DESER_CLASS_NAMES = Collections.unmodifiableSet(s);
}

Expand Down

0 comments on commit 592872f

Please sign in to comment.