Skip to content

Releases: atbashEE/atbash-json-smart

v1.1.1

04 Aug 19:24

Choose a tag to compare

  • Capture NumberFormatException for ill-formed JSON strings.

v1.1.0

20 Mar 18:55

Choose a tag to compare

  • Support for converting JSON Array to Java Set.

v1.0.0

08 Jan 15:32

Choose a tag to compare

Rewrite accessors-smart part to remove the dependency on ASM and usage of setAccessible so that it runs on newer JDK versions.

v0.9.2

08 Jan 20:32

Choose a tag to compare

  • Support for Builder like JSON encoders

v0.9.1

04 Aug 20:00

Choose a tag to compare

  • Support for @JsonProperty to define JSON property name
  • SPI for defining JSON property name
  • Integrated access-smart for additional features

v0.9.0

01 May 09:45

Choose a tag to compare

  • Initial release, based on the code of JSON smart v2.
  • Support for @mappedby for easily customized mapping logic.
  • Support for top-level Parameterized Types
  • Optimization for use within Octopus JWT