File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments