elasticsearch/libs/x-content/impl
Ryan Ernst 6174acdc39
Workaround max name limit imposed by Jackson 2.17 (#126806)
In Jackson 2.15 a maximum string length of 50k characters was
introduced. We worked around that by override the length to max int on
all parsers created by xcontent. Jackson 2.17 introduced a similar limit
on field names. This commit mimics the workaround for string length by
overriding the max name length to be unlimited.

relates #58952
2025-04-15 11:40:27 -07:00
..
licenses Add verification metadata for dependencies (#88814) 2022-08-04 09:51:16 +02:00
src Workaround max name limit imposed by Jackson 2.17 (#126806) 2025-04-15 11:40:27 -07:00
build.gradle Use directory name as project name for libs (#115720) 2024-10-29 13:02:28 -07:00