julianpeeters / sbt-avrohugger

sbt plugin for generating Scala sources for Apache Avro schemas and protocols.
Apache License 2.0
133 stars 50 forks source link

Map support in reffered type finder #38

Closed s-gelazevicius closed 7 years ago

s-gelazevicius commented 7 years ago

Added support for "map" type in ReferredTypeFinder

This fixes file ordering bug if referred type is declared as "type": {"type": "map", "values" : "referredType" }

julianpeeters commented 7 years ago

Fantastic. Thanks very much for your contribution and your patience. sbt-avrohugger 0.15.2 is up at Sonatype, and should be syncing up with maven central shortly.