[
https://issues.apache.org/jira/browse/NIFI-14343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17940078#comment-17940078
]
ASF subversion and git services commented on NIFI-14343:
--------------------------------------------------------
Commit 4d0696afb76d66b873bb33a54d4798530d978781 in nifi's branch
refs/heads/main from dan-s1
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=4d0696afb7 ]
NIFI-14343 Replaced IdentifyMimeType property descriptors Config File and
Config Body with one property descriptor using identifiesExternalResource.
Signed-off-by: Mike Moser <[email protected]>
Closes #9793
> Replace IdentifyMimeType property descriptors Config File and Config Body
> with one property descriptor using identifiesExternalResource
> ---------------------------------------------------------------------------------------------------------------------------------------
>
> Key: NIFI-14343
> URL: https://issues.apache.org/jira/browse/NIFI-14343
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Daniel Stieglitz
> Assignee: Daniel Stieglitz
> Priority: Minor
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> The IdentityMimeType was created prior to the introduction of the Resource
> Reference abstraction hence there was a need to support the ability to
> specify a configuration with full text or a file path hence the need for the
> two separate property descriptors "Config File" and "Config Body". But now
> that the Resource Reference abstraction exists these two property descriptors
> can be collapsed into a single property descriptor which uses
> identifiesExternalResource. In addition this new property descriptor can also
> allow for a configuration to be retrieved via a URL.
> This ticket aims to collapse property descriptors "Config File" and "Config
> Body" into one property descriptor and utilize the migrate properties
> strategy to map these two property descriptors to the new one.
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)