v2.9.0
What's Changed
New Features
- [okhttp-gson] Generate
TypeAdapter&TypeAdapterFactoryInner-Classes by @Chrimle in #399Generates inner-classes for serializing/deserializing generated
enum/recordclasses using GSON.TypeAdapterforenum-classes andTypeAdapterFactoryforrecord-classes. These classes and methods MAY be used by other classes, particularly those generated whengenerateSupportingFiles=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