Skip to content

2.15.2-beta5

Compare
Choose a tag to compare
@k163377 k163377 released this 08 Oct 17:43
· 218 commits to main since this release
d52ebf5

Enhancements

Add JsonUnbox annotation

This annotation improves the serialization performance of value class when only unbox is needed.
#154

This feature is documented.
https://github.com/ProjectMapK/jackson-module-kogera/blob/develop/docs/AboutValueClassSupport.md#serialization-performance-improvement-using-jsonunbox

Minor optimizations

#146
#147
#155

Others

The Gradle version has been updated to 8.3.
Also, tests for running on K2 have been added.