Kevin Doran created NIFIREG-198:
-----------------------------------
Summary: VersionedRemoteProcessGroup targetUri and targetUris
return incorrect derived value
Key: NIFIREG-198
URL: https://issues.apache.org/jira/browse/NIFIREG-198
Project: NiFi Registry
Issue Type: Bug
Affects Versions: 0.2.0, 0.1.0
Reporter: Kevin Doran
Assignee: Kevin Doran
Fix For: 0.3.0
VersionedRemoteProcessGroup has two fields: targetUri and targetUris. They do
not have simple getters, but rather each will fallback to using the other.
Given how they are described, for certain combinations of targetUri and
targetUris, they do not work correctly (mainly, when targetUri is not set and
targetUris contains only a single value).
Furthermore, in NiFi only TargetUris is used/needed. It was a replacement for
targetUri when the requirement for multiple URIs was added. Therefore, in
addition to fixing the bug descirbed above, targetUri can be deprecated and
dropped in future versions of NiFi Registry.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)