turcsanyip commented on PR #10553:
URL: https://github.com/apache/nifi/pull/10553#issuecomment-3567018772

   @exceptionfactory Thanks for your feedback.
   
   These methods were originally added for extension, which is why I believe we 
could still provide this option. The affected classes are not part of the 
framework API but reside in a framework extension module, where maintaining 
backward compatibility is not a strict requirement for the upstream side to 
fulfill. External dependents can use this code without an expectation of future 
compatibility, and if incompatible changes happen over time, they will need to 
adapt accordingly (potentially even by copying the source, if necessary). In 
other words, the risk lies on the dependent side.
   
    Having said that, would it be possible to incorporate this PR into the 
upstream codebase?


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