Github user JPercivall commented on a diff in the pull request:
https://github.com/apache/nifi-minifi/pull/45#discussion_r85142121
--- Diff:
minifi-commons/minifi-commons-schema/src/main/java/org/apache/nifi/minifi/commons/schema/serialization/SchemaLoader.java
---
@@ -30,13 +32,13 @@
import java.util.stream.Collectors;
public class SchemaLoader {
--- End diff --
When you attempt to load a schema version that's not listed you see this
error message (gotten via config.sh validate):
YAML configuration version 3 not supported. Supported versions: , 1, 2,
null)
"" and "Null" are more implementation details that the user doesn't need
to know about. Somewhere we should say that a missing version number = v1.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---