makubi / avrohugger-maven-plugin

Maven plugin for generating Scala case classes and ADTs from Apache Avro schemas, datafiles, and protocols
Apache License 2.0
9 stars 9 forks source link

Fix sorting algorithm for schema files. #53

Closed tyger closed 3 years ago

tyger commented 3 years ago

Whole directory structure loaded first and then schema files are sorted according to dependencies and usage instead of doing it directory by directory.