Thomas Cunningham created CXF-9073:
--------------------------------------
Summary: Replace usage of STRICT_VALIDATOR with UTF_VALIDATOR
Key: CXF-9073
URL: https://issues.apache.org/jira/browse/CXF-9073
Project: CXF
Issue Type: Task
Reporter: Thomas Cunningham
[~jamesnetherton] pointed out that UTF_VALIDATOR is the default validation mode
for Avro
[https://github.com/apache/avro/blob/release-1.12.0/lang/java/avro/src/main/java/org/apache/avro/Schema.java#L1433-L1435]
and that STRICT_VALIDATOR was more restrictive. Change our use of
NameValidator to use UTF_VALIDATOR rather than STRICT_VALIDATOR.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)