From 69712d838556a5becc09b15efd093eab6e140df3 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Mon, 23 Oct 2023 23:33:00 +0100 Subject: [PATCH] Maximum Property name length affects input/read (#1130) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d687ab4b4..1e23293b1d 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,8 @@ Implemented limits are: * Default: 20_000_000 (20 million) (since 2.15.1; 2.15.0 had lower limit, 5 million) * Maximum Input nesting depth (2.15+): (see https://github.com/FasterXML/jackson-core/pull/943) * Default: 1000 levels +* Maximum Property name length (2.16+): (see https://github.com/FasterXML/jackson-core/issues/1047) + * Default: 50,000 * Maximum Document length (2.16+): (see https://github.com/FasterXML/jackson-core/issues/1046) * Default: Unlimited (-1) @@ -130,8 +132,6 @@ Implemented limits are: * Maximum Output nesting depth (2.16+): (see https://github.com/FasterXML/jackson-core/pull/1055) * Default: 1000 levels -* Maximum Property name length (2.16+): (see https://github.com/FasterXML/jackson-core/issues/1047) - * Default: 50,000 ### Re-configuring limits