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

exceptionfactory 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 204fec41635 NIFI-15831 Added ParameterProvider and FlowAnalysisRule to 
DTO allowable values (#11133)
204fec41635 is described below

commit 204fec41635b9f3ca5241d6951433fa25ac49008
Author: Pierre Villard <[email protected]>
AuthorDate: Tue Apr 14 15:27:16 2026 +0200

    NIFI-15831 Added ParameterProvider and FlowAnalysisRule to DTO allowable 
values (#11133)
    
    Signed-off-by: David Handermann <[email protected]>
---
 .../nifi/web/api/dto/ControllerServiceReferencingComponentDTO.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ControllerServiceReferencingComponentDTO.java
 
b/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ControllerServiceReferencingComponentDTO.java
index b3bd150a7fe..79771a74537 100644
--- 
a/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ControllerServiceReferencingComponentDTO.java
+++ 
b/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ControllerServiceReferencingComponentDTO.java
@@ -115,10 +115,10 @@ public class ControllerServiceReferencingComponentDTO {
     }
 
     /**
-     * @return type of reference this is (Processor, ControllerService, 
ParameterProvider, or ReportingTask)
+     * @return type of reference this is (Processor, ControllerService, 
ReportingTask, FlowRegistryClient, ParameterProvider, or FlowAnalysisRule)
      */
     @Schema(description = "The type of reference this is.",
-            allowableValues = {"Processor", "ControllerService", 
"ReportingTask", "FlowRegistryClient"}
+            allowableValues = {"Processor", "ControllerService", 
"ReportingTask", "FlowRegistryClient", "ParameterProvider", "FlowAnalysisRule"}
     )
     public String getReferenceType() {
         return referenceType;

Reply via email to