Skip to content

Commit 69712d8

Browse files
authored
Maximum Property name length affects input/read (#1130)
1 parent 66a4d2f commit 69712d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -123,15 +123,15 @@ Implemented limits are:
123123
* Default: 20_000_000 (20 million) (since 2.15.1; 2.15.0 had lower limit, 5 million)
124124
* Maximum Input nesting depth (2.15+): (see https://github.com/FasterXML/jackson-core/pull/943)
125125
* Default: 1000 levels
126+
* Maximum Property name length (2.16+): (see https://github.com/FasterXML/jackson-core/issues/1047)
127+
* Default: 50,000
126128
* Maximum Document length (2.16+): (see https://github.com/FasterXML/jackson-core/issues/1046)
127129
* Default: Unlimited (-1)
128130

129131
### Output generation limits
130132

131133
* Maximum Output nesting depth (2.16+): (see https://github.com/FasterXML/jackson-core/pull/1055)
132134
* Default: 1000 levels
133-
* Maximum Property name length (2.16+): (see https://github.com/FasterXML/jackson-core/issues/1047)
134-
* Default: 50,000
135135

136136
### Re-configuring limits
137137

0 commit comments

Comments
 (0)