[ 
https://issues.apache.org/jira/browse/NIFI-1595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15183183#comment-15183183
 ] 

Oleg Zhurakousky commented on NIFI-1595:
----------------------------------------

Perfect. Thanks [~pvillard]! I think you can remove the temp code now and 
update the PR as since I am leaving the note about ordering of merges and 
pre-requisites (see below)

NOTE TO THE MERGER: Please ensure that this goes in before NIFI-1524 and PR 
associated with it.

> ReflectionUtils doesn't take into account "bridge" methods when checking if 
> method is annotated
> -----------------------------------------------------------------------------------------------
>
>                 Key: NIFI-1595
>                 URL: https://issues.apache.org/jira/browse/NIFI-1595
>             Project: Apache NiFi
>          Issue Type: Bug
>            Reporter: Oleg Zhurakousky
>            Assignee: Oleg Zhurakousky
>             Fix For: 0.6.0
>
>
> When extending from parameterized class some times compiler feels there is a 
> need to generate a synthetic “bridge” method modeled after the one in super 
> class. The issue is that annotations (if any) are not propagated to the 
> synthetic method and not visible when reflecting on such method, essentially 
> creating a condition where a standard lifecycle method (e.g., OnStopped) is 
> not executed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to