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 @@ -393,6 +393,9 @@ Rafael Winterhalter (@raphw)
393393 * Reported #589 : AvroSchema: Does not include base class for records
394394 with subclasses
395395 (2.19 .1 )
396+ * Reported #601 : Jackson subtype Avro schema unions are non-deterministic and
397+ therefore incompatible with each other
398+ (2.20 .1 )
396399
397400Brian Gruber (@bgruber )
398401 * Reported #431 : (cbor) Negative `BigInteger` values not encoded/decoded correctly
@@ -412,3 +415,8 @@ Fawzi Essam (@iifawzi)
412415Oleg Koretsky (@Radiokot )
413416 * Contributed #603 (cbor ) Add support for writing unsigned numbers to CBOR
414417 (2.20 .0 )
418+
419+ Vincent Eigenberger (@beseder1 )
420+ * Contributed fix for #601 : Jackson subtype Avro schema unions are non-deterministic
421+ and therefore incompatible with each other
422+ (2.20 .1 )
Original file line number Diff line number Diff line change @@ -18,6 +18,13 @@ Active maintainers:
1818
1919No changes since 2.20
2020
21+ 2.20 .1 (not yet released )
22+
23+ #601 : Jackson subtype Avro schema unions are non - deterministic and therefore
24+ incompatible with each other
25+ (reported by Raphael W )
26+ (fix by Vincent E )
27+
21282.20 .0 (28 - Aug - 2025 )
2229
2330#137 : (cbor) Allow exposing CBOR "undefined" value as `JsonToken.VALUE_EMBEDDED_OBJECT`;
You can’t perform that action at this time.
0 commit comments