Uploaded image for project: 'NiFi Registry - MOVED TO NIFI PROJECT'
  1. NiFi Registry - MOVED TO NIFI PROJECT
  2. NIFIREG-393

VersionedComponent field name does not match getter/setter

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Workaround
    • 0.6.0
    • None
    • None

    Description

      In org.apache.nifi.registry.flow.VersionedComponent the field name groupId does not match the getter/setter getGroupIdentifier.

      This causes problems with exporting flows to json using nifi-registry (uses jackson, which references getter/setters) and importing those flows into nifi-stateless (uses gson, which looks at field names).

      Changing the field name from groupId to groupIdentifier should fix this problem.

      Attachments

        Activity

          People

            Unassigned Unassigned
            Matthew Knight Matthew Knight
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: