Skip to content

Commit

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

2.9.10.3 (23-Feb-2020)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,11 @@ public class SubTypeValidator
s.add("org.apache.shiro.realm.jndi.JndiRealmFactory");
s.add("org.apache.shiro.jndi.JndiObjectFactory");

// [databind#2658]: ignite-jta (, quartz-core)
s.add("org.apache.ignite.cache.jta.jndi.CacheJndiTmLookup");
s.add("org.apache.ignite.cache.jta.jndi.CacheJndiTmFactory");
s.add("org.quartz.utils.JNDIConnectionProvider");

DEFAULT_NO_DESER_CLASS_NAMES = Collections.unmodifiableSet(s);
}

Expand Down

0 comments on commit a424c03

Please sign in to comment.