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

Releases: davidmc24/gradle-avro-plugin

0.3.3

13 Nov 20:01
Compare
Choose a tag to compare
  • Fix generation of Java files from .avdl files; contribution from viacoban

0.3.2

18 Oct 16:37
Compare
Choose a tag to compare
  • Improve handling when custom buildDir is used

0.3.1

18 Oct 00:38
Compare
Choose a tag to compare
  • Fix extension support for configuring encoding
  • Make default encoding UTF-8

0.3.0

08 Oct 23:48
Compare
Choose a tag to compare
  • IntelliJ: register generated source directories even if they don't already exist.
  • Add avro-base plugin, which exposes tasks and the extension without creating tasks, defaults, etc.
  • Add support for configuring encoding

0.2.0

30 Sep 14:46
Compare
Choose a tag to compare
  • Build against Gradle 1.12
  • Compile using Avro 1.7.6
  • Support for qualified plugin ID
  • Deprecate unqualified plugin ID

0.1.3

30 Sep 14:47
Compare
Choose a tag to compare
  • Always regenerate all Java classes when any schema file changes to avoid some classes having outdated schema information.

0.1.2

30 Sep 14:47
Compare
Choose a tag to compare
  • Eliminate dependency on guava, make dependency on commons-io explicit

0.1.1

30 Sep 14:47
Compare
Choose a tag to compare
  • Fixed NullPointerException when performing clean builds

0.1.0

30 Sep 14:48
Compare
Choose a tag to compare
  • Add support for converting IDL files to JSON protocol declaration files
  • Add support for generating Java classes from JSON protocol declaration files
  • Add support for generating Java classes from JSON schema declaration files
  • Add support for inter-dependent JSON schema declaration files
  • Add support for tweaking source/exclude directories in IntelliJ
  • Add support for specifying the string type to use in generated classes