Skip to content

Releases: timvlaer/thrifty-maven-plugin

v0.8.0

23 Apr 20:54
Compare
Choose a tag to compare

Bump thrifty to 3.0.0, thanks to @keshan-desilva

v0.7.0

16 Jul 10:16
Compare
Choose a tag to compare
  • Bump thrifty to 2.1.1
  • Generate static factory methods for union based classes

Java 9 support

07 Jul 08:25
Compare
Choose a tag to compare

The @generated annotation is moved to another package in JDK9 and above. Thrifty is configured accordingly if you provide the maven.compiler.release property.

v0.5.0

20 Jan 14:02
Compare
Choose a tag to compare

Add source thrift files to the final jar

v0.4.0

16 Dec 13:02
Compare
Choose a tag to compare
  • Plugin can generate getter methods on builders (this is disabled by default)

v0.3.0

16 Sep 09:36
Compare
Choose a tag to compare

Generate convenience methods for builders and tagged unions.

v0.1.0

31 Jul 20:14
Compare
Choose a tag to compare

Initial version: thin wrapper around the thrifty-compiler with all the default options.