Skip to content

v2.9.0

Choose a tag to compare

@Chrimle Chrimle released this 18 Apr 23:23
· 97 commits to main since this release
1281974

What's Changed

New Features

  • [okhttp-gson] Generate TypeAdapter & TypeAdapterFactory Inner-Classes by @Chrimle in #399

    Generates inner-classes for serializing/deserializing generated enum/record classes using GSON. TypeAdapter for enum-classes and TypeAdapterFactory for record-classes. These classes and methods MAY be used by other classes, particularly those generated when generateSupportingFiles=true. NOTE: The introduction of these classes and containing methods does NOT imply that dependent features/functionalities have been verified and/or are supported.

Dependency Updates

  • Bump org.jacoco:jacoco-maven-plugin from 0.8.12 to 0.8.13 by @dependabot in #394
  • Bump junit-jupiter.version from 5.12.1 to 5.12.2 by @dependabot in #396
  • Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.3 to 2.44.4 by @dependabot in #397
  • Bump com.google.code.gson:gson from 2.12.1 to 2.13.0 by @dependabot in #398

Full Changelog: v2.8.2...v2.9.0