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 c8fbad875d NIFI-11596 Adjusting Swagger contract to cover
RegistryClients as possible reference type for Controller Services
c8fbad875d is described below
commit c8fbad875d981634df1a6cb4e89e7d58cf485fed
Author: Bence Simon <[email protected]>
AuthorDate: Thu May 25 10:56:23 2023 +0200
NIFI-11596 Adjusting Swagger contract to cover RegistryClients as possible
reference type for Controller Services
This closes #7295
Signed-off-by: David Handermann <[email protected]>
(cherry picked from commit 007bf3bcec8c1dcc898abe0673d55465df37ee29)
---
.../nifi/web/api/dto/ControllerServiceReferencingComponentDTO.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ControllerServiceReferencingComponentDTO.java
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ControllerServiceReferencingComponentDTO.java
index 0ec76e1c0f..6abc51108f 100644
---
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ControllerServiceReferencingComponentDTO.java
+++
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ControllerServiceReferencingComponentDTO.java
@@ -124,7 +124,7 @@ public class ControllerServiceReferencingComponentDTO {
*/
@ApiModelProperty(
value = "The type of reference this is.",
- allowableValues = "Processor, ControllerService, ReportingTask"
+ allowableValues = "Processor, ControllerService, ReportingTask,
FlowRegistryClient"
)
public String getReferenceType() {
return referenceType;