Skip to content

v2.8.1

Choose a tag to compare

@Chrimle Chrimle released this 06 Apr 13:19
· 103 commits to main since this release
3ceb629

What's Changed

Bug Fixes

  • [webclient] Annotate fromValue with @JsonCreator in enum Classes by @Chrimle in #383

    Annotates the fromValue method in generated enum classes with @JsonCreator, when the serializationLibrary is set to jackson (default for the webclient-library). This allows Jackson to deserialize enum values using the fromValue method. MAY be a BREAKING change for enum classes where constant values differ from their name.

Full Changelog: v2.8.0...v2.8.1