File tree Expand file tree Collapse file tree 3 files changed +20
-1
lines changed
guava/src/test/java/com/fasterxml/jackson/datatype/guava Expand file tree Collapse file tree 3 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
import java .util .List ;
4
4
5
- import com .google .common .collect .ImmutableList ;
6
5
import org .junit .jupiter .api .Test ;
7
6
7
+ import com .google .common .collect .ImmutableList ;
8
+
8
9
import com .fasterxml .jackson .annotation .JsonFormat ;
9
10
import com .fasterxml .jackson .databind .ObjectMapper ;
10
11
Original file line number Diff line number Diff line change @@ -109,6 +109,8 @@ Joo Hyuk Kim (JooHyukKim@github)
109
109
* Contributed fix for #117 : (guava) `ImmutableRangeSet` fails to deserialize
110
110
without explicit deserializer
111
111
(2.16.0 )
112
+ * Contributed fix for #185 : `ACCEPT_SINGLE_VALUE_AS_ARRAY` doesn't work on Guava `ImmutableList`
113
+ (2.18.5 )
112
114
113
115
Ethan McCue (@bowbahdoe)
114
116
* Reported #122 : PCollections module info (`module-info.class`) incorrect
@@ -134,6 +136,10 @@ Arthur Chan (@arthurscchan)
134
136
some circumstances
135
137
(2.17.0 )
136
138
139
+ Gergely Juhasz (@JGergely)
140
+ * Reported #185 : `ACCEPT_SINGLE_VALUE_AS_ARRAY` doesn't work on Guava `ImmutableList`
141
+ (2.18.5 )
142
+
137
143
Abhishek Kumar (@Abhishekkr3003)
138
144
* Contributed #1 : (guava) Add deserialization support for `Table<R, C, V>`
139
145
(2.19.0 )
Original file line number Diff line number Diff line change @@ -20,13 +20,25 @@ Active Maintainers:
20
20
21
21
-
22
22
23
+ 2.19.1 (not yet released)
24
+
25
+ #185 : `ACCEPT_SINGLE_VALUE_AS_ARRAY` doesn' t work on Guava `ImmutableList`
26
+ (reported by Gergely J)
27
+ (fix contributed by Joo-Hyuk K)
28
+
23
29
2.19.0 (24-Apr-2025)
24
30
25
31
#1: (guava) Add deserialization support for `Table<R, C, V>`
26
32
(contributed by Abhishek K)
27
33
#174: Unify testing structure/tools [JSTEP-10]
28
34
(contributed by Joo-Hyuk K)
29
35
36
+ 2.18.5 (not yet released)
37
+
38
+ #185: `ACCEPT_SINGLE_VALUE_AS_ARRAY` doesn' t work on Guava `ImmutableList`
39
+ (reported by Gergely J)
40
+ (fix contributed by Joo-Hyuk K)
41
+
30
42
2.18.4 (06 -May-2025 )
31
43
2.18.3 (28 -Feb-2025 )
32
44
2.18.2 (27 -Nov-2024 )
You can’t perform that action at this time.
0 commit comments