Skip to content

Commit 4fc50ff

Browse files
committed
Merge branch '2.x' into 3.1
2 parents 22aa7e0 + e11d743 commit 4fc50ff

File tree

3 files changed

+35
-1
lines changed

3 files changed

+35
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Project contains versions 2.0 and above: source code for earlier (1.x) versions
2929
| Artifact | ![Maven Central](https://img.shields.io/maven-central/v/tools.jackson.core/jackson-core) |
3030
| OSS Sponsorship | [![Tidelift](https://tidelift.com/badges/package/maven/com.fasterxml.jackson.core:jackson-core)](https://tidelift.com/subscription/pkg/maven-com-fasterxml-jackson-core-jackson-core?utm_source=maven-com-fasterxml-jackson-core-jackson-core&utm_medium=referral&utm_campaign=readme) |
3131
| Javadocs | [![Javadoc](https://javadoc.io/badge/tools.jackson.core/jackson-core.svg)](https://javadoc.io/doc/tools.jackson.core/jackson-core) |
32-
| Code coverage (3.0) | [![codecov.io](https://codecov.io/github/FasterXML/jackson-core/coverage.svg?branch=3.x)](https://codecov.io/github/FasterXML/jackson-core?branch=3.x) |
32+
| Code coverage (3.x) | [![codecov.io](https://codecov.io/github/FasterXML/jackson-core/coverage.svg?branch=3.x)](https://codecov.io/github/FasterXML/jackson-core?branch=3.x) |
3333
| OpenSSF Score | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/FasterXML/jackson-core/badge)](https://securityscorecards.dev/viewer/?uri=github.com/FasterXML/jackson-core) |
3434

3535
# Get it!

release-notes/CREDITS-2.x

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,14 @@ Vincent Biret (@baywet)
475475
`com.fasterxml.jackson.core:jackson-core` (from `FastDoubleParser`) [Android]
476476
(2.18.5)
477477
478+
Prabhav Srinath (@sprabhav7)
479+
* Reported #1555: Enforce StreamReadConstraints.maxNumberLength for non-blocking (async) parser
480+
(2.18.6)
481+
482+
Rohan Nagendra (@rohan-repos)
483+
* Reported #1555: Enforce StreamReadConstraints.maxNumberLength for non-blocking (async) parser
484+
(2.18.6)
485+
478486
Yanming Zhou (@quaff)
479487
* Requested #633: Allow skipping `RS` CTRL-CHAR to support JSON Text Sequences
480488
(2.19.0)

release-notes/VERSION-2.x

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ a pure JSON library.
1414
=== Releases ===
1515
------------------------------------------------------------------------
1616

17+
2.21.2 (not yet released)
18+
19+
#1541: Unexpected Illegal surrogate character when parsing field names
20+
(fix by @cowtowncoder, w/ Claude code)
21+
#1570: Fail parsing from `DataInput` if
22+
`StreamReadConstraints.getMaxDocumentLength()` set [GHSA-2m67-wjpj-xhg9]
23+
(fix by @cowtowncoder, w/ Claude code)
24+
1725
2.21.1 (22-Feb-2026)
1826

1927
#1548: `StreamReadConstraints.maxDocumentLength` not checked when
@@ -62,6 +70,17 @@ No changes since 2.20.1
6270
#1462: Deprecate `URL`-taking factory method of `JsonFactory`
6371
- Generate SBOMs [JSTEP-14]
6472

73+
2.19.5 (not yet released)
74+
75+
#1512: Number-parsing fix for `UTF8DataInputJsonParser`
76+
(reported by @ventusfortis)
77+
#1548: `StreamReadConstraints.maxDocumentLength` not checked when
78+
creating parser with fixed buffer
79+
#1555: Enforce `StreamReadConstraints.maxNumberLength` for
80+
non-blocking (async) parser
81+
(reported by Prabhav S, Rohan N)
82+
(fix by @pjfanning)
83+
6584
2.19.4 (29-Oct-2025)
6685
2.19.3 (29-Oct-2025)
6786
2.19.2 (18-Jul-2025)
@@ -105,6 +124,12 @@ No changes since 2.19.1
105124
(requested by Ilenia S)
106125
(fixed by @pjfanning)
107126

127+
2.18.7 (not yet released)
128+
129+
#1570: Fail parsing from `DataInput` if
130+
`StreamReadConstraints.getMaxDocumentLength()` set [GHSA-2m67-wjpj-xhg9]
131+
(fix by @cowtowncoder, w/ Claude code)
132+
108133
2.18.6 (22-Feb-2026)
109134

110135
#1512: Number-parsing fix for `UTF8DataInputJsonParser`
@@ -113,6 +138,7 @@ No changes since 2.19.1
113138
creating parser with fixed buffer
114139
#1555: Enforce `StreamReadConstraints.maxNumberLength` for
115140
non-blocking (async) parser
141+
(reported by Prabhav S, Rohan N)
116142
(fix by @pjfanning)
117143

118144
2.18.5 (27-Oct-2025)

0 commit comments

Comments
 (0)