[
https://issues.apache.org/jira/browse/NIFI-14819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pierre Villard updated NIFI-14819:
----------------------------------
Fix Version/s: 2.6.0
Resolution: Fixed
Status: Resolved (was: Patch Available)
> Replace the Maven Checkstyle plugin deprecated 'encoded' field with the
> 'inputEncoding' field.
> ----------------------------------------------------------------------------------------------
>
> 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
> Fix For: 2.6.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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' 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)