This is an automated email from the ASF dual-hosted git repository.

pvillard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new 766d3ae95c NIFI-14819 Replaced the Maven Checkstyle plugin deprecated 
'encoded' field with the 'inputEncoding' field.
766d3ae95c is described below

commit 766d3ae95cd78f321fdc4e87303d1655b2124c1b
Author: dan-s1 <[email protected]>
AuthorDate: Wed Aug 6 19:42:29 2025 +0000

    NIFI-14819 Replaced the Maven Checkstyle plugin deprecated 'encoded' field 
with the 'inputEncoding' field.
    
    Signed-off-by: Pierre Villard <[email protected]>
    
    This closes #10175.
---
 nifi-extension-bundles/nifi-asn1-bundle/nifi-asn1-services/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nifi-extension-bundles/nifi-asn1-bundle/nifi-asn1-services/pom.xml 
b/nifi-extension-bundles/nifi-asn1-bundle/nifi-asn1-services/pom.xml
index b3880c7b82..7acf878e23 100644
--- a/nifi-extension-bundles/nifi-asn1-bundle/nifi-asn1-services/pom.xml
+++ b/nifi-extension-bundles/nifi-asn1-bundle/nifi-asn1-services/pom.xml
@@ -149,7 +149,7 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-checkstyle-plugin</artifactId>
                 <configuration>
-                    <encoding>UTF-8</encoding>
+                    <inputEncoding>UTF-8</inputEncoding>
                     
<suppressionsLocation>${basedir}/checkstyle-suppressions.xml</suppressionsLocation>
                     <sourceDirectories>
                         
<sourceDirectory>${project.build.sourceDirectory}</sourceDirectory>

Reply via email to