File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,15 +123,15 @@ Implemented limits are:
123
123
* Default: 20_000_000 (20 million) (since 2.15.1; 2.15.0 had lower limit, 5 million)
124
124
* Maximum Input nesting depth (2.15+): (see https://github.com/FasterXML/jackson-core/pull/943 )
125
125
* Default: 1000 levels
126
+ * Maximum Property name length (2.16+): (see https://github.com/FasterXML/jackson-core/issues/1047 )
127
+ * Default: 50,000
126
128
* Maximum Document length (2.16+): (see https://github.com/FasterXML/jackson-core/issues/1046 )
127
129
* Default: Unlimited (-1)
128
130
129
131
### Output generation limits
130
132
131
133
* Maximum Output nesting depth (2.16+): (see https://github.com/FasterXML/jackson-core/pull/1055 )
132
134
* Default: 1000 levels
133
- * Maximum Property name length (2.16+): (see https://github.com/FasterXML/jackson-core/issues/1047 )
134
- * Default: 50,000
135
135
136
136
### Re-configuring limits
137
137
You can’t perform that action at this time.
0 commit comments