Daniel Stieglitz created NIFI-14819:
---------------------------------------
Summary: Replace the deprecated encoded field with inputEncoding
for the Maven Checkstyle plugin
Key: NIFI-14819
URL: https://issues.apache.org/jira/browse/NIFI-14819
Project: Apache NiFi
Issue Type: Improvement
Reporter: Daniel Stieglitz
Assignee: Daniel Stieglitz
In
{code:java}
nifi-extension-bundles/nifi-asn1-bundle/nifi-asn1-services/pom.xml{code}
the Maven Checkstyle plugin is configured with an encoded field which has been
deprecated resulting in the following warning
{code:java}
[WARNING] Parameter 'encoding' is unknown for plugin
'maven-checkstyle-plugin:3.6.0:check (check-style)'{code}
The suggested fix is to replace 'encoding' with 'inputEncoding'
--
This message was sent by Atlassian Jira
(v8.20.10#820010)