pvillard31 commented on code in PR #10757:
URL: https://github.com/apache/nifi/pull/10757#discussion_r2681714101


##########
nifi-framework-bundle/nifi-framework/nifi-framework-components/src/main/java/org/apache/nifi/registry/flow/StandardFlowRegistryClientNode.java:
##########
@@ -168,7 +168,7 @@ public boolean isDeprecated() {
 
     @Override
     public boolean isValidationNecessary() {
-        return getValidationStatus() != ValidationStatus.VALID;
+        return true;

Review Comment:
   This is not about returning that validation is true and we don't check 
anything, this is about saying that we should always check for the component's 
validity. Similar to parameter providers, registry clients cannot be 
enabled/disabled so we should always check for the validity.



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