Daniel Stieglitz created NIFI-15861:
---------------------------------------
Summary: 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
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]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)