Releases: ProjectMapK/jackson-module-kogera
Releases · ProjectMapK/jackson-module-kogera
2.14.2-alpha4
2.14.2-alpha3
2.14.1-alpha2
Please see issues for known problems.
Enhancements
Annotations given to constructor parameters containing value class
as arguments now work
Most of the problems originally summarized as #46 have been fixed and are now working. #50 #54
However, some problems with JsonDeserialize
remain.
See #46 for details of this problem.
Add common deserializer for value class
For value classes
that do not have a JsonCreator
, we have added a common deserializer that initializes with a primary constructor
.
However, this deserializer is still unable to properly handle annotations set for arguments and default arguments.
See #57 for details.
2.14.1-alpha1-hotfix
2.14.1-alpha1
Please see issues for known problems.
Enhancements
Supports deserialization of value class
Enhanced serialization support for value class
Improve strictNullChecks performance
Breaking changes
Changes to value class
serialization results
value class
serialization resultsTo serialize the value class as well as the normal class.
#37
This breaking change has been Revert with hotfix
.
https://github.com/ProjectMapK/jackson-module-kogera/releases/tag/2.14.1-alpha1-hotfix
2.14.1-alpha0
First release