Github user ijokarumawak commented on the issue:
https://github.com/apache/nifi/pull/2550
@pvillard31 @MikeThomsen I thought adding backward compatibility would make
it complex, but it was not that much than I thought if I tried.
I added another commit to add few more lines of code to support migration
from old property to the new renamed one. It lets user to keep the reporting
task running using the old configuration until they remove the old property.
I think this approach will guide users to the right direction better than
providing migration guide in release note. Thanks!
---