[
https://issues.apache.org/jira/browse/NIFI-13156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17845413#comment-17845413
]
ASF subversion and git services commented on NIFI-13156:
--------------------------------------------------------
Commit 811a491ba51c3fa18cb6b6cd2fa93e5f69602909 in nifi's branch
refs/heads/main from dan-s1
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=811a491ba5 ]
NIFI-13156 Replaced JsonParser deprecated getCurrentName() with currentName()
This closes #8807
Signed-off-by: David Handermann <[email protected]>
> Replace use of com.fasterxml.jackson.core.JsonParser deprecated
> getCurrentName() with currentName() in JsonParser
> -----------------------------------------------------------------------------------------------------------------
>
> Key: NIFI-13156
> URL: https://issues.apache.org/jira/browse/NIFI-13156
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Daniel Stieglitz
> Assignee: Daniel Stieglitz
> Priority: Minor
> Time Spent: 20m
> Remaining Estimate: 0h
>
> The getCurrentName() of com.fasterxml.jackson.core.JsonParser has been
> deprecated and the suggested replacement is to use method currentName().
> This should be replaced in the following places
> #
> nifi-extension-bundles/nifi-extension-utils/nifi-record-utils/nifi-json-record-utils/src/main/j
> ava/org/apache/nifi/json/AbstractJsonRowRecordReader.java
> #
> nifi-extension-bundles/nifi-hubspot-bundle/nifi-hubspot-processors/src/main/java/org/apache/nifi/processors/hubspot/GetHubSpot.java
> #
> nifi-extension-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/src/main/java/org/apac
> he/nifi/processors/salesforce/QuerySalesforceObject.java
> #
> nifi-extension-bundles/nifi-shopify-bundle/nifi-shopify-processors/src/main/java/org/apache/nifi/processors/shopify/GetShopify.java
> #
> nifi-extension-bundles/nifi-zendesk-bundle/nifi-zendesk-processors/src/main/java/org/apache/nifi/processors/zendesk/GetZendesk.java
--
This message was sent by Atlassian Jira
(v8.20.10#820010)