Github user pvillard31 commented on the issue:
https://github.com/apache/nifi/pull/2205
@joewitt @markap14
I finally found time to get back to this one. I updated every component to
use the new method with the EL scope, I updated the mock framwork to fail in
case scope is not correctly set, I updated the documentation, changed a bit the
UI to add the scope in both the processor documentation and the properties
tooltip.
A bit like the recent change with the definition of dependencies in poms,
this PR is quite impacting and possibly/probably conflicting with opened PRs.
Let me know if you have feedbacks/comments.
Note - @markap14, I didn't address your comment to document the variables
made available in some processors like in RouteText. I can do it in this PR or
in a follow-up JIRA. Just wanted to get the main work done asap, took me quite
some time :)
---