File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed
Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -386,6 +386,9 @@ Manuel Sugawara (@sugmanue)
386386 (2.19 .0 )
387387 * Contributed fix for #616 : CBOR text gets truncated on decoding
388388 (2.19 .3 )
389+ * Conribued fix for #640 : (cbor) CBOR throws ArrayIndexOutOfBoundsException
390+ with long ASCII text
391+ (2.20 .2 )
389392
390393Josh Curry (@seadbrane )
391394 * Reported , contributed fix for #571 : Unable to deserialize a pojo with IonStruct
Original file line number Diff line number Diff line change @@ -29,6 +29,11 @@ implementations)
2929#629: (ion) Unnecessary `IOException` in `IonObjectMapper` method signatures
3030 (fix contributed by Michael L)
3131
32+ 3.0.4 (not yet released)
33+
34+ #640: (cbor) CBOR throws ArrayIndexOutOfBoundsException with long ASCII text
35+ (reported, fix contributed by Manuel S)
36+
32373.0.3 (28-Nov-2025)
3338
3439- (avro) Upgrade `avro` lib dep to 1.11.5 (from 1.11.4)
Original file line number Diff line number Diff line change @@ -24,6 +24,11 @@ Active maintainers:
2424 (reported by Josh C )
2525- (avro ) Upgrade `avro ` lib dep to 1.11 .5 (from 1.11 .4 )
2626
27+ 2.20 .2 (not yet released )
28+
29+ #640 : (cbor) CBOR throws ArrayIndexOutOfBoundsException with long ASCII text
30+ (reported , fix contributed by Manuel S )
31+
27322.20 .1 (30 - Oct - 2025 )
2833
2934#599 : (cbor) Unable to deserialize stringref-enabled CBOR with ignored properties
You can’t perform that action at this time.
0 commit comments