File tree 3 files changed +9
-1
lines changed
src/test/java/com/fasterxml/jackson/datatype/joda/deser
3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -93,3 +93,7 @@ Bertrand Renuart (brenuart@github)
93
93
Richard Wise (Woodz@github)
94
94
* Contributed fix for #104 : Deserializing Interval discards timezone information
95
95
(2.11.0 )
96
+
97
+ Joost van de Wijgerd (jwijgerd@github)
98
+ * Contributed #116 : Improve schema support for DateTimeZone type
99
+ (2.12.0 )
Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ Project: jackson-datatype-joda
4
4
=== Releases ===
5
5
------------------------------------------------------------------------
6
6
7
+ 2.12.0 (not yet released)
8
+
9
+ #116 : Improve schema support for DateTimeZone type
10
+ (contributed by Joost v-d-W)
11
+
7
12
2.11.1 (25 -Jun-2020 )
8
13
9
14
No changes since 2.11.0
Original file line number Diff line number Diff line change 7
7
8
8
import com .fasterxml .jackson .annotation .JsonTypeInfo ;
9
9
import com .fasterxml .jackson .core .type .TypeReference ;
10
- import com .fasterxml .jackson .databind .JsonMappingException ;
11
10
import com .fasterxml .jackson .databind .ObjectMapper ;
12
11
import com .fasterxml .jackson .databind .exc .MismatchedInputException ;
13
12
import com .fasterxml .jackson .datatype .joda .JodaTestBase ;
You can’t perform that action at this time.
0 commit comments