[
https://issues.apache.org/jira/browse/NIFI-1774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15272287#comment-15272287
]
Brandon DeVries commented on NIFI-1774:
---------------------------------------
So, was another ticket created to address the issue (I don't see one linked)?
The issue isn't the use of "@OnConfigured", its the use of any deprecated
annotation. If the fix is the creation of a new annotation, that is completely
legitimate... but needs to be done.
> AbstractControllerService: use of deprecated Annotation
> -------------------------------------------------------
>
> Key: NIFI-1774
> URL: https://issues.apache.org/jira/browse/NIFI-1774
> Project: Apache NiFi
> Issue Type: Bug
> Reporter: Brandon DeVries
> Assignee: Pierre Villard
> Priority: Trivial
>
> AbstractControllerService is using the deprecated annotation \@OnConfigured.
> Possibly should be org.apache.nifi.annotation.lifecycle.OnEnabled.
> https://github.com/apache/nifi/blob/e4b7e47836edf47042973e604005058c28eed23b/nifi-api/src/main/java/org/apache/nifi/controller/AbstractControllerService.java#L52
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)