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

turcsanyi pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
     new 62989e4920 NIFI-13605 Make 
AbstractHadoopProcessor.KERBEROS_USER_SERVICE public
62989e4920 is described below

commit 62989e49204e15165800eef038c8fa818896b107
Author: tpalfy <[email protected]>
AuthorDate: Wed Jul 31 14:48:58 2024 +0200

    NIFI-13605 Make AbstractHadoopProcessor.KERBEROS_USER_SERVICE public
    
    This closes #9129.
    
    Signed-off-by: Peter Turcsanyi <[email protected]>
    
    (cherry picked from commit b7faf8c84a6d83bc796e0c36462efbae403fa529)
---
 .../java/org/apache/nifi/processors/hadoop/AbstractHadoopProcessor.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/nifi-nar-bundles/nifi-extension-utils/nifi-hadoop-utils/src/main/java/org/apache/nifi/processors/hadoop/AbstractHadoopProcessor.java
 
b/nifi-nar-bundles/nifi-extension-utils/nifi-hadoop-utils/src/main/java/org/apache/nifi/processors/hadoop/AbstractHadoopProcessor.java
index c76de7c881..bf3575d52a 100644
--- 
a/nifi-nar-bundles/nifi-extension-utils/nifi-hadoop-utils/src/main/java/org/apache/nifi/processors/hadoop/AbstractHadoopProcessor.java
+++ 
b/nifi-nar-bundles/nifi-extension-utils/nifi-hadoop-utils/src/main/java/org/apache/nifi/processors/hadoop/AbstractHadoopProcessor.java
@@ -154,7 +154,7 @@ public abstract class AbstractHadoopProcessor extends 
AbstractProcessor implemen
             .required(false)
             .build();
 
-    static final PropertyDescriptor KERBEROS_USER_SERVICE = new 
PropertyDescriptor.Builder()
+    public static final PropertyDescriptor KERBEROS_USER_SERVICE = new 
PropertyDescriptor.Builder()
             .name("kerberos-user-service")
             .displayName("Kerberos User Service")
             .description("Specifies the Kerberos User Controller Service that 
should be used for authenticating with Kerberos")

Reply via email to