Skip to content

Commit 8c3cfae

Browse files
committed
Merge branch '2.19' into 2.x
2 parents 457c08c + 0a0808e commit 8c3cfae

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

release-notes/CREDITS-2.x

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,11 @@ Haruki (@stackunderflow111)
470470
when custom characterEscape is used
471471
(2.18.3)
472472
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+
473478
Yanming Zhou (@quaff)
474479
* Requested #633: Allow skipping `RS` CTRL-CHAR to support JSON Text Sequences
475480
(2.19.0)

release-notes/VERSION-2.x

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ a pure JSON library.
2525
#1425: `JsonPointer.head()` throws `StringIndexOutOfBoundsException` for
2626
valid JSON Pointers
2727
(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)
2832

2933

3034
2.19.0 (24-Apr-2025)
@@ -59,6 +63,10 @@ a pure JSON library.
5963
#1433: `JsonParser#getNumberType()` throws `JsonParseException` when
6064
the current token is non-numeric instead of returning null
6165
(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)
6270

6371
2.18.4 (06-May-2025)
6472

0 commit comments

Comments
 (0)