Skip to content

Commit 3cc3b01

Browse files
committed
Merge branch '2.8' into 2.9
2 parents dfba83d + fc4214a commit 3cc3b01

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

release-notes/VERSION-2.x

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Project: jackson-databind
44
=== Releases ===
55
------------------------------------------------------------------------
66

7+
2.9.10.2 (not yet released)
8+
9+
#2526: Block two more gadget types (ehcache/JNDI - CVEs to be allocated)
10+
(repoerted by UltramanGaia)
11+
712
2.9.10.1 (20-Oct-2019)
813

914
#2478: Block two more gadget types (commons-dbcp, p6spy,
@@ -33,8 +38,6 @@ Project: jackson-databind
3338
(reported by Fei Lu)
3439
#2462: Block two more gadget types (commons-configuration)
3540
#2469: Block one more gadget type (xalan2)
36-
<<<<<<< HEAD:release-notes/VERSION-2.x
37-
<<<<<<< HEAD:release-notes/VERSION-2.x
3841

3942
2.9.9 (16-May-2019)
4043

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@ public class SubTypeValidator
121121
s.add("org.apache.log4j.receivers.db.DriverManagerConnectionSource");
122122
s.add("org.apache.log4j.receivers.db.JNDIConnectionSource");
123123

124+
// [databind#2526]: some more ehcache
125+
s.add("net.sf.ehcache.transaction.manager.selector.GenericJndiSelector");
126+
s.add("net.sf.ehcache.transaction.manager.selector.GlassfishSelector");
127+
124128
DEFAULT_NO_DESER_CLASS_NAMES = Collections.unmodifiableSet(s);
125129
}
126130

0 commit comments

Comments
 (0)