Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

0.7.0

Compare
Choose a tag to compare
@davidmc24 davidmc24 released this 03 Nov 17:15
· 430 commits to master since this release
  • Remove usage of Apache Commons IO (#19)
  • Add ability to retry processing of duplicate type definitions (#13)
  • Renamed "encoding" option to "outputCharacterEncoding" to match Avro compiler
  • Allowed setting "outputCharacterEncoding" to a java.nio.charset.Charset (in addition to a String charset name)
  • Allowed setting "stringType" to a org.apache.avro.generic.GenericData.StringType (in addition to a String)
  • Allowed setting "fieldVisibility" to a org.apache.avro.compiler.specific.SpecificCompiler.FieldVisibility (in addition to a String)
  • Fixed handling of non-"true" String settings for "createSetters" option
  • Automatically use encoding from JavaCompile task as "outputCharacterEncoding", if set
  • Change default "outputCharacterEncoding" to system default to match JavaCompile task behavior (#20)