markap14 commented on pull request #5042: URL: https://github.com/apache/nifi/pull/5042#issuecomment-829469369
@joewitt agreed. Definitely need some good analysis of the changes here. Good news is that the changes fall into 3 categories: - Updating the API and StandardProcessSession. These are the most critical but pretty low-risk because not a whole lot changed. - Updating the Processors. This is the largest part of the changeset by far. But tiny changes (mostly 1-liners) to many classes, which makes it look like a lot. - Updating stateless. This is a big part of the changes, but low risk in that stateless isn't as heavily used yet, as is still pretty immature. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
