Closed s-gelazevicius closed 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" }
"type": {"type": "map", "values" : "referredType" }
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.
Added support for "map" type in ReferredTypeFinder
This fixes file ordering bug if referred type is declared as
"type": {"type": "map", "values" : "referredType" }