You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by bb...@apache.org on 2021/06/11 20:49:09 UTC

[nifi] branch main updated (1ccc4fb -> 38cf25c)

This is an automated email from the ASF dual-hosted git repository.

bbende pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git.


    from 1ccc4fb  NIFI-8651: Refactor Sensitive Properties Providers for extension
     add 38cf25c  NIFI-8647: Updated VersionedPropertyDescriptor to include information about which properties are referencing resources, how many resource, and the types of resources; updated NiFiRegistryFlowMapper to perform the mapping. (#5114)

No new revisions were added by this update.

Summary of changes:
 .../flow/mapping/NiFiRegistryFlowMapper.java       | 25 +++++++++++++++++++
 .../registry/flow/VersionedPropertyDescriptor.java | 10 ++++++++
 .../flow/VersionedResourceCardinality.java         |  8 +++---
 .../registry/flow/VersionedResourceDefinition.java | 29 +++++++++++++---------
 .../nifi/registry/flow/VersionedResourceType.java  | 21 +++++-----------
 5 files changed, 61 insertions(+), 32 deletions(-)
 copy nifi-api/src/main/java/org/apache/nifi/components/resource/ResourceCardinality.java => nifi-registry/nifi-registry-core/nifi-registry-data-model/src/main/java/org/apache/nifi/registry/flow/VersionedResourceCardinality.java (84%)
 copy nifi-api/src/main/java/org/apache/nifi/components/resource/StandardResourceDefinition.java => nifi-registry/nifi-registry-core/nifi-registry-data-model/src/main/java/org/apache/nifi/registry/flow/VersionedResourceDefinition.java (59%)
 copy nifi-api/src/main/java/org/apache/nifi/components/resource/ResourceType.java => nifi-registry/nifi-registry-core/nifi-registry-data-model/src/main/java/org/apache/nifi/registry/flow/VersionedResourceType.java (76%)