File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed
Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -219,12 +219,17 @@ Michal Foksa (MichalFoksa@github)
219219 (2.13 .0 )
220220* Contributed #290 : (avro) Generate logicalType switch
221221 (2.13 .0 )
222+ * Contributed fix for #308 : (avro) Incorrect serialization for `LogicalType.Decimal`
223+ (Java `BigDecimal `)
222224* Contributed #310 : (avro) Avro schema generation: allow override namespace with new
223225 `@AvroNamespace ` annotation
224226 (2.14 .0 )
225227* Contributed #494 : Avro Schema generation: allow mapping Java Enum properties to
226228 Avro String values
227229 (2.18 .0 )
230+ * Contributed fix for #535 : (avro) AvroSchemaGenerator: logicalType(s) never set
231+ for non - date classes
232+ (2.19 .0 )
228233* Contributed #536 : (avro) Add Logical Type support for `java.util.UUID`
229234 (2.19 .0 )
230235
@@ -357,3 +362,13 @@ Robert Noack (@mr-robert)
357362Knut Wannheden (@knutwannheden )
358363 * Contributed #518 : Should not read past end for CBOR string values
359364 (2.18 .1 )
365+
366+ Idan Sheinberg (@sheinbergon )
367+ * Reported #308 : (avro) Incorrect serialization for `LogicalType.Decimal` (Java
368+ `BigDecimal `)
369+ (2.19 .0 )
370+
371+ Cormac Redmond (@credmond )
372+ * Reported #535 : (avro) AvroSchemaGenerator: logicalType(s) never set for
373+ non - Date classes
374+ (2.19 .0 )
Original file line number Diff line number Diff line change @@ -16,6 +16,12 @@ Active maintainers:
1616
17172.19 .0 (not yet released )
1818
19+ #308 : (avro ) Incorrect serialization for `LogicalType .Decimal ` (Java `BigDecimal `)
20+ (reported by Idan S )
21+ (fix contributed by Michal F )
22+ #535 : (avro ) AvroSchemaGenerator : logicalType (s ) never set for non - date classes
23+ (reported by Cormac R )
24+ (fix contributed by Michal F )
1925#536 : (avro) Add Logical Type support for `java.util.UUID`
2026 (contributed by Michal F )
2127
You can’t perform that action at this time.
0 commit comments