File tree Expand file tree Collapse file tree
src/main/java/com/fasterxml/jackson/databind/jsontype/impl Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ Project: jackson-databind
88
99#2688 : Block one more gadget type (apache-drill)
1010 (reported by Topsec (tcc))
11+ #2698 : Block one more gadget type (weblogic/oracle-aqjms)
12+ (reported by Fangrun Li)
1113
12142.9.10.4 (11 -Apr-2020 )
1315
Original file line number Diff line number Diff line change @@ -183,6 +183,15 @@ public class SubTypeValidator
183183 // [databind#2688]: apache/drill
184184 s .add ("oadd.org.apache.xalan.lib.sql.JNDIConnectionPool" );
185185
186+ // [databind#2698]: weblogic w/ oracle/aq-jms
187+ // (note: dependency not available via Maven Central, but as part of
188+ // weblogic installation, possibly fairly old version(s))
189+ s .add ("oracle.jms.AQjmsQueueConnectionFactory" );
190+ s .add ("oracle.jms.AQjmsXATopicConnectionFactory" );
191+ s .add ("oracle.jms.AQjmsTopicConnectionFactory" );
192+ s .add ("oracle.jms.AQjmsXAQueueConnectionFactory" );
193+ s .add ("oracle.jms.AQjmsXAConnectionFactory" );
194+
186195 DEFAULT_NO_DESER_CLASS_NAMES = Collections .unmodifiableSet (s );
187196 }
188197
You can’t perform that action at this time.
0 commit comments