exceptionfactory commented on PR #8374:
URL: https://github.com/apache/nifi/pull/8374#issuecomment-1939672267

   @pvillard31 I tracked down the source of the problem to due visibility of an 
anonymous class instance used in a test method. The stack trace was related to 
the visibility of a method within the anonymous class, which makes sense since 
it was method-local. I moved the test listener out to a public class in the 
test class and that worked locally as expected. I will plan on merging pending 
successful automated builds.


-- 
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]

Reply via email to