Fixed Issues in Schema Registry

Review the list of Schema Registry issues that are resolved in Cloudera Runtime 7.3.1.

OPSAPS-68708: Schema Registry might fail to start if a load balancer address is specified in Ranger
Schema Registry now always ensures that the address it uses to connect to Ranger ends with a trailing slash (/). As a result, Schema Registry no longer fails to start if Ranger has a load balancer address configured that does not end with a trailing slash.
CDPD-60160: Schema Registry Atlas integration does not work with Oracle databases
The Schema Registry Atlas integration works correctly when Oracle is used as the database of Schema Registry.
CDPD-58990: The getSortedSchemaVersions method should order by version number and not by schemaVersionId
Schemas are ordered correctly by their version number during validation instead of their ID number.
CDPD-58949: Schemas are deduplicated during import
Importing works correctly and Schema Registry does not deduplicate imported schema versions.
CDPD-59015: Schema Registry does not create new versions of schemas even if the schema is changed
The new fingerprinting version solves this issue.