File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -470,6 +470,11 @@ Haruki (@stackunderflow111)
470
470
when custom characterEscape is used
471
471
(2.18.3)
472
472
473
+ Vincent Biret (@baywet)
474
+ * Reported #1446: Invalid package reference to "java.lang.foreign" from
475
+ `com.fasterxml.jackson.core:jackson-core` (from `FastDoubleParser`) [Android]
476
+ (2.18.5)
477
+
473
478
Yanming Zhou (@quaff)
474
479
* Requested #633: Allow skipping `RS` CTRL-CHAR to support JSON Text Sequences
475
480
(2.19.0)
Original file line number Diff line number Diff line change @@ -25,6 +25,10 @@ a pure JSON library.
25
25
#1425 : `JsonPointer.head()` throws `StringIndexOutOfBoundsException` for
26
26
valid JSON Pointers
27
27
(reported by @sergeykad )
28
+ #1446 : Invalid package reference to "java.lang.foreign" from
29
+ `com .fasterxml .jackson .core :jackson - core ` (from `FastDoubleParser `) [Android ]
30
+ (reported by Vincent B )
31
+ (fix by @pjfanning )
28
32
29
33
30
34
2.19 .0 (24 - Apr - 2025 )
@@ -59,6 +63,10 @@ a pure JSON library.
59
63
#1433 : `JsonParser#getNumberType()` throws `JsonParseException` when
60
64
the current token is non - numeric instead of returning null
61
65
(reported by @CrazySqueak )
66
+ #1446 : Invalid package reference to "java.lang.foreign" from
67
+ `com .fasterxml .jackson .core :jackson - core ` (from `FastDoubleParser `) [Android ]
68
+ (reported by Vincent B )
69
+ (fix by @pjfanning )
62
70
63
71
2.18 .4 (06 - May - 2025 )
64
72
You can’t perform that action at this time.
0 commit comments