Uploaded image for project: 'Apache NiFi'
  1. Apache NiFi
  2. NIFI-4835

Incorrect return type specified for registries/{registry-id}/buckets/{bucket-id}/flows

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.5.0
    • 1.6.0
    • Flow Versioning

    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

      Attachments

        Issue Links

          Activity

            People

              kdoran Kevin Doran
              cemeyer2 Charlie Meyer
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: