[
https://issues.apache.org/jira/browse/NIFI-12323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17783665#comment-17783665
]
ASF subversion and git services commented on NIFI-12323:
--------------------------------------------------------
Commit 940c9276c5ca345739e89ab20db09011a2b6f326 in nifi's branch
refs/heads/main from Bryan Bende
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=940c9276c5 ]
NIFI-12323 Removed String Length Limits from JSON Flow Configuration
- Configured StreamReadConstraints on the ObjectMapper used by StandardDataFlow
This closes #7985
Signed-off-by: David Handermann <[email protected]>
> 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
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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)