Skip to content

v4.6.0

Compare
Choose a tag to compare
@srinivasankavitha srinivasankavitha released this 22 Apr 16:41
· 701 commits to master since this release
bb6da39

Fixes

  • In generated Java interface classes, only generate getters and not setters for all fields. Also, getters are generated only for fields that are not interfaces (to avoid conflicts with overridden fields that don't have the same base type) #110
  • Bug fix to use the appropriate interface class for getters when using generateInterfaces config option in codegen #111