Bryan Bende created NIFI-12323:
----------------------------------
Summary: StandardDataFlow parsing can hit Jackson
StreamReadConstraints issue
Key: NIFI-12323
URL: https://issues.apache.org/jira/browse/NIFI-12323
Project: Apache NiFi
Issue Type: Bug
Affects Versions: 1.23.2
Reporter: Bryan Bende
Assignee: Bryan Bende
Similar to other processors/services that ran into the recent issue from the
Jackson upgrade that set a default limit on the size of a single string value,
the same issue can happen in
{code:java}
VersionedDataflow parseVersionedDataflow(final byte[] flow) {code}
Nifi start up will fail because it will be unable to parse the bytes of
flow.json.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)