Adrian Preston
Results
1
issues of
Adrian Preston
The [current implementation](https://github.com/Apicurio/apicurio-registry/blob/0ced3f4874928773299d6a604d561ab5e754f9fb/app/src/main/java/io/apicurio/registry/content/canon/AvroContentCanonicalizer.java#L51-L79) misses some situations where schemas are semantically the same. For example, if one rendering of a schema specifies a namespace and another specifies full names: ```json {"name":"n","namespace":"ns","type":"record","fields":[]}...