exceptionfactory commented on code in PR #7768: URL: https://github.com/apache/nifi/pull/7768#discussion_r1333482809
########## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/entity/ProcessGroupRecursivity.java: ########## @@ -16,7 +16,7 @@ */ package org.apache.nifi.web.api.entity; -public enum ProcessGroupUpdateStrategy { - CURRENT_GROUP, - CURRENT_GROUP_WITH_CHILDREN +public enum ProcessGroupRecursivity { Review Comment: This name change impacts the REST API parameters, which also impacts UI JavaScript code. It would be better to separate these changes into a distinct PR specific to the main branch so that the resolution for the integration test issue could be backported to the support branch. -- 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: issues-unsubscr...@nifi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org