radar-schemas 0.7.0
Changes since version 0.6.1:
- Separated Java project into smaller modules
- Introduces radar-catalog-server application that replaces the catalog server from radar-schemas-tools.
- Introduces radar-schemas-core library that replaces parsing and validation code from radar-schemas-tools.
- Introduces radar-schemas-registration library that replaces topic and schema registration code from radar-schemas-tools.
- Fixed topic initialisation classpath and dependency issues
- Improved catalog-server logging.
- Read Avro schemas in via parser instead of via an avro tools Java class preprocessor.
- Added Github Actions