You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Charlie Meyer (JIRA)" <ji...@apache.org> on 2018/01/31 22:31:00 UTC

[jira] [Updated] (NIFI-4835) Incorrect return type specified for registries/{registry-id}/buckets/{bucket-id}/flows

     [ https://issues.apache.org/jira/browse/NIFI-4835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Charlie Meyer updated NIFI-4835:
--------------------------------
    Description: 
On [https://github.com/apache/nifi/blob/b6117743d4c1c1a37a16ba746b9edbbdd276d69f/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/api/FlowResource.java#L1376]

{{response = BucketsEntity.class}}

should likely be

{{response = VersionedFlowsEntity.class}}

 

same copy/paste error on line 1412 also for versions, although that should be {{VersionedFlowSnapshotMetadataSetEntity.class}}

  was:
On [https://github.com/apache/nifi/blob/b6117743d4c1c1a37a16ba746b9edbbdd276d69f/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/api/FlowResource.java#L1376]

{{response = BucketsEntity.class}}

should likely be

{{response = VersionedFlowsEntity.class}}


> Incorrect return type specified for registries/{registry-id}/buckets/{bucket-id}/flows
> --------------------------------------------------------------------------------------
>
>                 Key: NIFI-4835
>                 URL: https://issues.apache.org/jira/browse/NIFI-4835
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Flow Versioning
>    Affects Versions: 1.5.0
>            Reporter: Charlie Meyer
>            Priority: Major
>
> On [https://github.com/apache/nifi/blob/b6117743d4c1c1a37a16ba746b9edbbdd276d69f/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/api/FlowResource.java#L1376]
> {{response = BucketsEntity.class}}
> should likely be
> {{response = VersionedFlowsEntity.class}}
>  
> same copy/paste error on line 1412 also for versions, although that should be {{VersionedFlowSnapshotMetadataSetEntity.class}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)