[
https://issues.apache.org/jira/browse/NIFI-15861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18075031#comment-18075031
]
ASF subversion and git services commented on NIFI-15861:
--------------------------------------------------------
Commit 3d68840b25aedaf231129e7030fc2e6403c9cb53 in nifi's branch
refs/heads/main from dan-s1
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=3d68840b25a ]
NIFI-15861 Replaced JsonParser.Feature.ALLOW_COMMENTS with
JsonReadFeature.ALLOW_JAVA_COMMENTS (#11165)
Signed-off-by: David Handermann <[email protected]>
> Replace com.fasterxml.jackson.core.JsonParser.Feature.ALLOW_COMMENTS with API
> suggested replacement
> ---------------------------------------------------------------------------------------------------
>
> Key: NIFI-15861
> URL: https://issues.apache.org/jira/browse/NIFI-15861
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Daniel Stieglitz
> Assignee: Daniel Stieglitz
> Priority: Minor
> Time Spent: 20m
> Remaining Estimate: 0h
>
> In the
> [javadocs|https://www.javadoc.io/doc/com.fasterxml.jackson.core/jackson-core/latest/com/fasterxml/jackson/core/JsonParser.Feature.html#ALLOW_COMMENTS]
> it suggests replacing
> com.fasterxml.jackson.core.JsonParser.Feature.ALLOW_COMMENTS since 2.10 even
> though technically its not deprecated with
> [com.fasterxml.jackson.core.json.JsonReadFeature.ALLOW_JAVA_COMMENTS|https://www.javadoc.io/static/com.fasterxml.jackson.core/jackson-core/2.21.2/com/fasterxml/jackson/core/json/JsonReadFeature.html#ALLOW_JAVA_COMMENTS]
> The aim of this ticket is replace wherever
> com.fasterxml.jackson.core.JsonParser.Feature.ALLOW_COMMENTS is used with
> com.fasterxml.jackson.core.json.JsonReadFeature_ALLOW_JAVA_COMMENTS.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)