Skip to content

5.7.2

Compare
Choose a tag to compare
@kobylynskyi kobylynskyi released this 26 Apr 03:49
· 173 commits to main since this release

What's Changed

  • Update dependencies:
    • org.freemarker:freemarker: 2.3.31 -> 2.3.32
    • com.graphql-java:graphql-java: 20.0 -> 20.2
    • com.fasterxml.jackson.core:jackson-databind: 2.14.2 -> 2.15.0
    • com.typesafe:config: 1.4.1 -> 1.4.2
  • Fix generation of non-compilable sources when setting generateNoArgsConstructorOnly=true - #1154 #1155
  • Add @Generated annotation to Builder classes - #1159
  • Gradle plugin: Use JavaPluginExtension instead of deprecated JavaPluginConvention - #1150 #1152

New Contributors

Full Changelog: v5.7.1...v5.7.2