dan-s1 commented on code in PR #10601: URL: https://github.com/apache/nifi/pull/10601#discussion_r2589806622
########## nifi-extension-bundles/nifi-asana-bundle/nifi-asana-processors/src/main/java/org/apache/nifi/processors/asana/GetAsanaObject.java: ########## @@ -83,6 +84,7 @@ import static org.apache.nifi.processors.asana.AsanaObjectType.AV_COLLECT_TASK_ATTACHMENTS; import static org.apache.nifi.processors.asana.AsanaObjectType.AV_COLLECT_TEAM_MEMBERS; +@DeprecationNotice(reason = "Depends on unsupported java-asana library") Review Comment: This is minor but my experience on my current project is, if we do not mention the word deprecated in the reason, there is no mention of deprecation in the UI except for a reddish brownish banner. This could be confusing to users (as I was somewhat confused). Please see [NIFI-14845](https://issues.apache.org/jira/browse/NIFI-14845). I think there should be mention that this processor and below for the controller service is deprecated because... This makes it very clear that this component is deprecated. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
