Description
Jackson lib 2.15.0 introduced an upper limit for string length so there were a couple of tickets (NIFI-12117, NIFI-12127, NIFI-12153) that addressed this issue in some components by introducing a new property to make the maximum sting length configurable, but there are still some occurrences where this parameter usage is missing.
The following components are still using the default string length value:
- Infer Schema Access Strategy in JSON Readers
- JsonPathRowRecordReader
- YamlTreeReader
- JsonRecordSource