File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -232,6 +232,9 @@ Michal Foksa (MichalFoksa@github)
232
232
(2.19 .0 )
233
233
* Contributed #536 : (avro) Add Logical Type support for `java.util.UUID`
234
234
(2.19 .0 )
235
+ * Contributed fix for #589 : AvroSchema: Does not include base class for records
236
+ with subclasses
237
+ (2.19 .1 )
235
238
236
239
Hunter Herman (hherman1 @github )
237
240
@@ -385,3 +388,9 @@ Manuel Sugawara (@sugmanue)
385
388
Josh Curry (@seadbrane )
386
389
* Reported , contributed fix for #571 : Unable to deserialize a pojo with IonStruct
387
390
(2.19 .0 )
391
+
392
+ Rafael Winterhalter (@raphw )
393
+ * Reported #589 : AvroSchema: Does not include base class for records
394
+ with subclasses
395
+ (2.19 .1 )
396
+
Original file line number Diff line number Diff line change @@ -18,6 +18,12 @@ Active maintainers:
18
18
19
19
-
20
20
21
+ 2.19 .1 (not yet released )
22
+
23
+ #589 : AvroSchema: Does not include base class for records with subclasses
24
+ (reported by Rafael W )
25
+ (fix contributed by Michal F )
26
+
21
27
2.19 .0 (24 - Apr - 2025 )
22
28
23
29
#300 : (smile) Floats are encoded with sign extension while doubles without
You can’t perform that action at this time.
0 commit comments