[
https://issues.apache.org/jira/browse/NIFI-14451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17986217#comment-17986217
]
Daniel Stieglitz edited comment on NIFI-14451 at 6/25/25 6:11 PM:
------------------------------------------------------------------
For what its worth the fix I made for this ticket accomplished nothing as the
wording is now different in the deprecation notice for processors and
controller services. Now only the message from the annotation is used and below
that is the text
{quote}See Alternatives
{quote}
with a list below of links to components.
Since there were no deprecated components currently in Apache NIFI, it took me
until I had to deprecate custom components on my project to realize this.
was (Author: JIRAUSER294662):
For what its worth the fix I made for this ticket accomplished nothing as the
wording is now different in the deprecation notice for processors and
controller services. Now only the message from the annotation is used and below
that is the text
{quote}See Alternatives
{quote}
with a list below of links to components.
Since there were no deprecated components currently in Apache NIFI, it took me
until I had to deprecate custom components on my project to realize this.
> Fix wording in HtmlExtensionDocWriter for deprecation notice
> ------------------------------------------------------------
>
> Key: NIFI-14451
> URL: https://issues.apache.org/jira/browse/NIFI-14451
> Project: Apache NiFi
> Issue Type: Bug
> Reporter: Daniel Stieglitz
> Assignee: Daniel Stieglitz
> Priority: Trivial
> Fix For: 2.4.0
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> The HtmlExtensionDocWriter class when writing the message for the use of
> alternatives has
> {code:java}
> "Please consider using one the following alternatives: "{code}
> The wording should use the word "of" as in the the following
> {code:java}
> "Please consider using one of the following alternatives: "{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)