File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -119,5 +119,10 @@ Yanming Zhou (quaff@github)
119
119
(2.10 .1 )
120
120
121
121
Zack Slayton (zslayton @github )
122
- * Reported , contributed fix for #189 : IonObjectMapper close ()s the provided IonWriter unnecessarily
122
+ * Reported , contributed fix for #189 : ( ion ) IonObjectMapper close ()s the provided IonWriter unnecessarily
123
123
(2.10 .2 )
124
+
125
+ Binh Tran (ankel @github )
126
+ * Reported , contributed fix for #192 : (ion) Allow `IonObjectMapper` with class name annotation introspector
127
+ to deserialize generic subtypes
128
+ (2.11 .0 )
Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ Project: jackson-datatypes-binaryModules:
12
12
13
13
#179 : (avro ) Add `AvroGenerator .canWriteBinaryNatively ()` to support binary writes ,
14
14
fix `java .util .UUID ` representation
15
+ #192 : (ion) Allow `IonObjectMapper` with class name annotation introspector to deserialize
16
+ generic subtypes
17
+ (reported , fix provided by Binh T )
15
18
- `AvroGenerator ` overrides `getOutputContext ()` properly
16
19
17
20
2.10 .2 (not yet released )
You can’t perform that action at this time.
0 commit comments