Skip to content

Commit a8dda6b

Browse files
committed
Merge branch '2.9' into 2.10
2 parents aa85f05 + fae36eb commit a8dda6b

File tree

1 file changed

+1
-69
lines changed

1 file changed

+1
-69
lines changed

release-notes/VERSION-2.x

Lines changed: 1 addition & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -30,74 +30,6 @@ Project: jackson-databind
3030
#2101: `FAIL_ON_NULL_FOR_PRIMITIVES` failure does not indicate field name in exception message
3131
(reported by raderio@github)
3232
33-
2.9.10.5 (not yet released)
34-
35-
#2688: Block one more gadget type (apache-drill, CVE-2020-14060)
36-
(reported by Topsec(tcc))
37-
#2698: Block one more gadget type (weblogic/oracle-aqjms, CVE-2020-14061)
38-
(reported by Fangrun Li)
39-
#2704: Block one more gadget type (jaxp-ri, CVE-2020-14062)
40-
(reported by XuYuanzhen)
41-
#2765: Block one more gadget type (org.jsecurity, CVE-2020-14195)
42-
(reported by Al1ex@knownsec)
43-
44-
2.9.10.4 (11-Apr-2020)
45-
46-
#2631: Block one more gadget type (shaded-hikari-config, CVE-2020-9546)
47-
(reported by threedr3am & LFY)
48-
#2634: Block two more gadget types (ibatis-sqlmap, anteros-core; CVE-2020-9547 / CVE-2020-9548)
49-
(reported by threedr3am & V1ZkRA)
50-
#2642: Block one more gadget type (javax.swing, CVE-2020-10969)
51-
(reported by threedr3am)
52-
#2648: Block one more gadget type (shiro-core)
53-
#2653: Block one more gadget type (shiro-core)
54-
#2658: Block one more gadget type (ignite-jta, CVE-2020-10650)
55-
(reported by Srikanth Ramu, threedr3am'follower)
56-
#2659: Block one more gadget type (aries.transaction.jms, CVE-2020-10672)
57-
(reported by Srikanth Ramu)
58-
#2660: Block one more gadget type (caucho-quercus, CVE-2020-10673)
59-
(reported by threedr3am'follower)
60-
#2662: Block one more gadget type (bus-proxy, CVE-2020-10968)
61-
(reported by XuYuanzhen)
62-
#2664: Block one more gadget type (activemq-pool[-jms], CVE-2020-11111)
63-
(reported by Srikanth Ramu)
64-
#2666: Block one more gadget type (apache/commons-proxy, CVE-2020-11112)
65-
(reported by Yiting Fan)
66-
#2670: Block one more gadget type (openjpa, CVE-2020-11113)
67-
(reported by XuYuanzhen)
68-
#2680: Block one more gadget type (SSRF, spring-aop, CVE-2020-11619)
69-
#2682: Block one more gadget type (commons-jelly, CVE-2020-11620)
70-
71-
2.9.10.3 (23-Feb-2020)
72-
73-
#2620: Block one more gadget type (xbean-reflect/JNDI - CVE-2020-8840)
74-
(reported by threedr3am@github)
75-
76-
2.9.10.2 (03-Jan-2020)
77-
78-
#2526: Block two more gadget types (ehcache/JNDI - CVE-2019-20330)
79-
(repoerted by UltramanGaia)
80-
#2544: java.lang.NoClassDefFoundError Thrown for compact profile1
81-
(reported by Jon A)
82-
#2553: JsonDeserialize(contentAs=...) broken with raw collections
83-
(reported by cpopp@github)
84-
#2556: Contention in `TypeNameIdResolver.idFromClass()`
85-
(reported by Fabian L)
86-
#2560: Check `WRAP_EXCEPTIONS` in `CollectionDeserializer.handleNonArray()`
87-
(reported by Stefan W)
88-
#2564: Fix `IllegalArgumentException` on empty input collection for `ArrayBlockingQueue`
89-
(reported, fix suggested by yamert89@github)
90-
#2566: `MissingNode.toString()` returns `null` (4 character token) instead of empty string
91-
(reported by Greg A)
92-
#2567: Incorrect target type for arrays when providing nulls and nulls are disabled
93-
(reported by João G)
94-
#2573: Problem with `JsonInclude` config overrides for `java.util.Map`
95-
(reported by SukruthKS@github)
96-
#2576: Fail to serialize `Enum` instance which includes a method override
97-
as POJO (shape = Shape.OBJECT)
98-
(reported by ylhuang-veeva@github)
99-
- Fix an issue with `ObjectReader.with(JsonParser.Feature)` (and related) not working
100-
10133
2.10.1 (09-Nov-2019)
10234
10335
#2457: Extended enum values are not handled as enums when used as Map keys
@@ -176,7 +108,7 @@ Project: jackson-databind
176108
#2241: Add `PropertyNamingStrategy.LOWER_DOT_CASE` for dot-delimited names
177109
(contributed by [email protected])
178110
#2251: Getter that returns an abstract collection breaks a delegating `@JsonCreator`
179-
#2265: Inconsistent handling of Collections$UnmodifiableList vs Collections$UnmodifiableRandomAccessListq
111+
#2265: Inconsistent handling of Collections$UnmodifiableList vs Collections$UnmodifiableRandomAccessList
180112
#2273: Add basic Java 9+ module info
181113
#2280: JsonMerge not work with constructor args
182114
(reported by Deblock T)

0 commit comments

Comments
 (0)