[
https://issues.apache.org/jira/browse/NIFI-15826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Handermann updated NIFI-15826:
------------------------------------
Status: Patch Available (was: Open)
> Optimize JSON Property Validator Input Reading
> ----------------------------------------------
>
> Key: NIFI-15826
> URL: https://issues.apache.org/jira/browse/NIFI-15826
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Reporter: David Handermann
> Assignee: David Handermann
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> The {{JsonValidator}} class in {{nifi-json-utils}} creates a new instance of
> the Jackson {{ObjectMapper}} on every invocation, which is very inefficient.
> For JSON validation, the implementation should be simplified to use the
> {{JsonParser}} from {{jackson-core}} instead of {{{}ObjectMapper{}}}. The
> module should also be renamed to {{nifi-json-validator}} clarity.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)