Matthew Knight created NIFIREG-393:
--------------------------------------

             Summary: VersionedComponent field name does not match getter/setter
                 Key: NIFIREG-393
                 URL: https://issues.apache.org/jira/browse/NIFIREG-393
             Project: NiFi Registry
          Issue Type: Bug
    Affects Versions: 0.6.0
            Reporter: Matthew Knight


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.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to