You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Matthew Knight (Jira)" <ji...@apache.org> on 2020/05/26 14:17:00 UTC

[jira] [Closed] (NIFIREG-393) VersionedComponent field name does not match getter/setter

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

Matthew Knight closed NIFIREG-393.
----------------------------------
    Resolution: Workaround

> 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
>            Priority: Trivial
>              Labels: easyfix, registry, stateless
>
> 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)