[
https://issues.apache.org/jira/browse/NIFI-14819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Stieglitz updated NIFI-14819:
------------------------------------
Description:
In
{code:java}
nifi-extension-bundles/nifi-asn1-bundle/nifi-asn1-services/pom.xml{code}
the Maven Checkstyle plugin is configured with a field name 'encoded' fwhich
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'
was:
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'
> Replace the Maven Checkstyle plugin deprecated 'encoded' field with the
> 'inputEncoding'.
> ----------------------------------------------------------------------------------------
>
> Key: NIFI-14819
> URL: https://issues.apache.org/jira/browse/NIFI-14819
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Daniel Stieglitz
> Assignee: Daniel Stieglitz
> Priority: Minor
>
> In
> {code:java}
> nifi-extension-bundles/nifi-asn1-bundle/nifi-asn1-services/pom.xml{code}
> the Maven Checkstyle plugin is configured with a field name 'encoded' fwhich
> 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)