Skip to content

Releases: ProjectMapK/jackson-module-kogera

2.21.2-beta35

28 Mar 11:09
a8a604f

Choose a tag to compare

What's Changed

Full Changelog: 2.21.0-beta34...2.21.2-beta35

2.21.0-beta34

22 Feb 08:51
fb9202d

Choose a tag to compare

What's Changed

2.20.2-beta33

22 Feb 08:32
91a7090

Choose a tag to compare

What's Changed

  • Added addMixIn function for generic MapperBuilder by @k163377 in #408
  • Fix "missing" custom ClassIntrospector after ObjectMapper::copy by @vlsergey in #409
  • Update libs by @k163377 in #412

New Contributors

Full Changelog: 2.20.1-beta32...2.20.2-beta33

2.20.1-beta32

06 Dec 14:00
e55726b

Choose a tag to compare

What's Changed

The version of Jackson is now 2.20.1
#402

Full Changelog: 2.20.0-beta31...2.20.1-beta32

2.20.0-beta31

27 Sep 02:55
3f577c5

Choose a tag to compare

What's Changed

Full Changelog: 2.20.0-beta30...2.20.0-beta31

2.20.0-beta30

27 Sep 02:20
af165b9

Choose a tag to compare

What's Changed

  • Fixed a regression related to deserializing value classes with private constructor by @k163377 in #389

Full Changelog: 2.20.0-beta29...2.20.0-beta30

2.20.0-beta29

13 Sep 14:56
33869a1

Choose a tag to compare

What's Changed

The version of Jackson is now 2.20.0
#385

Full Changelog: 2.19.2-beta28...2.20.0-beta29

2.19.2-beta28

09 Aug 10:24
019f99d

Choose a tag to compare

What's Changed

  • Ported new exceptions introduced to the original by @k163377 in #377

Full Changelog: 2.19.2-beta27...2.19.2-beta28

2.19.2-beta27

26 Jul 13:25
0eee4dd

Choose a tag to compare

The version of Jackson is now 2.19.2
#372

Full Changelog: 2.19.1-beta26...2.19.2-beta27

2.19.1-beta26

06 Jul 07:55
af34b2b

Choose a tag to compare

Full Changelog: 2.19.0-beta25...2.19.1-beta26

Enhancements

Update library version

The version of Jackson is now 2.19.1.
#362

The performance of KotorinDurationValueToJavaDurationConverter has been slightly improved

#365

Constants related to MethodType are now lazy

This improves the initialization load.
#367