[
https://issues.apache.org/jira/browse/NIFI-15322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18044251#comment-18044251
]
ASF subversion and git services commented on NIFI-15322:
--------------------------------------------------------
Commit 04f3b44b03510cd30850d03d700fb1e6cd2bd8fd in nifi's branch
refs/heads/NIFI-15258 from Mark Payne
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=04f3b44b03 ]
NIFI-15322: Require all property descriptors within a PropertyGroup /
ConfigurationStep are unique (#10626)
* NIFI-15322: Huge refactoring of Connectors to require that <Step Name,
Property Name> tuple is unique. Requiring that is simple, but now that we
enforce that, we can greatly simplify much
of the code.
* NIFI-15322: Added StepConfiguration to simplify API rather than using
Map<String, ConnectorValueReference> in some places
* NIFI-15322: Now that we enforce unique property names per step, introduced
StepConfigurationContext to further reduce API complexity
Signed-off-by: Kevin Doran <[email protected]>
> Require property name uniqueness within Configuration Step
> ----------------------------------------------------------
>
> Key: NIFI-15322
> URL: https://issues.apache.org/jira/browse/NIFI-15322
> Project: Apache NiFi
> Issue Type: Task
> Components: Core Framework
> Reporter: Mark Payne
> Assignee: Mark Payne
> Priority: Major
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Require that for each Configuration Step, all property descriptor names are
> unique. This means that when setting or retrieving property names, the group
> does not need to be specified, which significantly simplifies the API.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)