mirror of
https://github.com/apache/nifi.git
synced 2025-02-07 18:48:51 +00:00
NIFI-1121 Fix Schema Name and Schema Branch properties
This closes #4512. Signed-off-by: Bryan Bende <bbende@apache.org>
This commit is contained in:
parent
42c2cda9a2
commit
d773521ee0
@ -88,7 +88,7 @@ public class SchemaAccessUtils {
|
||||
"If the chosen Schema Registry does not support branching, this value will be ignored.")
|
||||
.addValidator(StandardValidators.NON_EMPTY_VALIDATOR)
|
||||
.expressionLanguageSupported(ExpressionLanguageScope.FLOWFILE_ATTRIBUTES)
|
||||
.dependsOn(SCHEMA_ACCESS_STRATEGY, HWX_SCHEMA_REF_ATTRIBUTES, HWX_CONTENT_ENCODED_SCHEMA)
|
||||
.dependsOn(SCHEMA_ACCESS_STRATEGY, SCHEMA_NAME_PROPERTY)
|
||||
.required(false)
|
||||
.build();
|
||||
|
||||
@ -99,7 +99,7 @@ public class SchemaAccessUtils {
|
||||
"If not specified then the latest version of the schema will be retrieved.")
|
||||
.addValidator(StandardValidators.POSITIVE_INTEGER_VALIDATOR)
|
||||
.expressionLanguageSupported(ExpressionLanguageScope.FLOWFILE_ATTRIBUTES)
|
||||
.dependsOn(SCHEMA_ACCESS_STRATEGY, HWX_SCHEMA_REF_ATTRIBUTES, HWX_CONTENT_ENCODED_SCHEMA)
|
||||
.dependsOn(SCHEMA_ACCESS_STRATEGY, SCHEMA_NAME_PROPERTY)
|
||||
.required(false)
|
||||
.build();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user