Skip to content

Commit 8c99dc0

Browse files
committed
Merge branch '2.x' into 3.x
2 parents c9c3652 + 7fddd2a commit 8c99dc0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

release-notes/VERSION-2.x

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ a pure JSON library.
3636
(reported by @ventusfortis)
3737
- Add shading for FastDoubleParser JDK 23 class overrides
3838

39+
2.20.2 (19-Jan-2026)
40+
41+
No changes since 2.20.1
42+
3943
2.20.1 (30-Oct-2025)
4044

4145
#1473: Bug with Surrogates + Segments in the `UTF8JsonGenerator`

src/main/java/tools/jackson/core/StreamReadConstraints.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,8 @@ public StreamReadConstraints build() {
305305
* @param maxTokenCount Maximum number of tokens to allow
306306
*/
307307
protected StreamReadConstraints(int maxNestingDepth, long maxDocLen, long maxTokenCount,
308-
int maxNumLen, int maxStringLen, int maxNameLen) {
308+
int maxNumLen, int maxStringLen, int maxNameLen)
309+
{
309310
_maxNestingDepth = maxNestingDepth;
310311
_maxDocLen = maxDocLen;
311312
_maxTokenCount = maxTokenCount;

0 commit comments

Comments
 (0)