Skip to content

Commit

Permalink
Fix #2660
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Mar 18, 2020
1 parent 592872f commit 1645efb
Show file tree
Hide file tree
Showing 2 changed files with 6 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 @@ -17,6 +17,8 @@ Project: jackson-databind
#2658: Block one more gadget type (ignite-jta)
#2659: Block one more gadget type (aries.transaction.jms)
(reported by Srikanth Ramu)
#2660: Block one more gadget type (caucho-quercus)
(reported by threedr3am)

2.9.10.3 (23-Feb-2020)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,11 @@ public class SubTypeValidator

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

// [databind#2660]: caucho-quercus
s.add("com.caucho.config.types.ResourceRef");

DEFAULT_NO_DESER_CLASS_NAMES = Collections.unmodifiableSet(s);
}

Expand Down

0 comments on commit 1645efb

Please sign in to comment.