Github user ottobackwards commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2699#discussion_r188064016
--- Diff:
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ValidateXml.java
---
@@ -72,6 +72,7 @@
.name("Schema File")
.description("The path to the Schema file that is to be used
for validation")
.required(true)
+ .expressionLanguageSupported(true)
--- End diff --
contrib-check should fail for this no?
---