mosermw commented on code in PR #9967:
URL: https://github.com/apache/nifi/pull/9967#discussion_r2429949881
##########
nifi-framework-bundle/nifi-framework/nifi-framework-components/src/main/java/org/apache/nifi/util/FlowDifferenceFilters.java:
##########
@@ -73,6 +73,10 @@ public static boolean isEnvironmentalChange(final
FlowDifference difference, fin
|| isLogFileSuffixChange(difference);
}
+ public static boolean isBundleChange(final FlowDifference difference) {
Review Comment:
I added a commit for this. Also rebased onto main because of conflicts and
because this PR didn't build anymore due to the npm package.lock changes that
were needed from a month ago.
--
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]