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

exceptionfactory 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 5bd3f74b99 NIFI-13208 Increased PropertyDescriptor visibility in 
HadoopDBCPConnectionPool
5bd3f74b99 is described below

commit 5bd3f74b996cca18c439a851d5e4b47bc953382f
Author: lehelb <lehe...@hotmail.com>
AuthorDate: Thu May 9 23:49:46 2024 -0500

    NIFI-13208 Increased PropertyDescriptor visibility in 
HadoopDBCPConnectionPool
    
    This closes #8805
    
    Signed-off-by: David Handermann <exceptionfact...@apache.org>
    (cherry picked from commit 49a9f4f54460b940321fae2698464058ee0f81b4)
---
 .../src/main/java/org/apache/nifi/dbcp/HadoopDBCPConnectionPool.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/nifi-nar-bundles/nifi-standard-services/nifi-hadoop-dbcp-service-bundle/nifi-hadoop-dbcp-service/src/main/java/org/apache/nifi/dbcp/HadoopDBCPConnectionPool.java
 
b/nifi-nar-bundles/nifi-standard-services/nifi-hadoop-dbcp-service-bundle/nifi-hadoop-dbcp-service/src/main/java/org/apache/nifi/dbcp/HadoopDBCPConnectionPool.java
index 17917f8489..cbdd7220ce 100644
--- 
a/nifi-nar-bundles/nifi-standard-services/nifi-hadoop-dbcp-service-bundle/nifi-hadoop-dbcp-service/src/main/java/org/apache/nifi/dbcp/HadoopDBCPConnectionPool.java
+++ 
b/nifi-nar-bundles/nifi-standard-services/nifi-hadoop-dbcp-service-bundle/nifi-hadoop-dbcp-service/src/main/java/org/apache/nifi/dbcp/HadoopDBCPConnectionPool.java
@@ -116,7 +116,7 @@ public class HadoopDBCPConnectionPool extends 
AbstractDBCPConnectionPool {
             .required(true)
             .build();
 
-    static final PropertyDescriptor HADOOP_CONFIGURATION_RESOURCES = new 
PropertyDescriptor.Builder()
+    public static final PropertyDescriptor HADOOP_CONFIGURATION_RESOURCES = 
new PropertyDescriptor.Builder()
             .name("hadoop-config-resources")
             .displayName("Hadoop Configuration Resources")
             .description("A file, or comma separated list of files, which 
contain the Hadoop configuration (core-site.xml, etc.). Without this, Hadoop "

Reply via email to