File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ Contributors:
19
19
20
20
WrongWrong (@k163377 )
21
21
* #687 : Optimize and Refactor KotlinValueInstantiator.createFromObjectWith
22
+ * #686 : Add KotlinPropertyNameAsImplicitName option
22
23
* #685 : Streamline default value management for KotlinFeatures
23
24
* #684 : Update Kotlin Version to 1.6
24
25
* #682 : Remove MissingKotlinParameterException and replace with MismatchedInputException
Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ Co-maintainers:
21
21
#687 : Optimize and Refactor KotlinValueInstantiator .createFromObjectWith .
22
22
This improves deserialization throughput about 1.3 ~ 1.5 times faster .
23
23
https ://github.com/FasterXML/jackson-module-kotlin/pull/687#issuecomment-1637365799
24
+ #686 : Added KotlinPropertyNameAsImplicitName feature to use Kotlin property names as implicit names for getters.
25
+ Enabling this feature eliminates some of the problems summarized in #630 ,
26
+ but also causes some behavioral changes and performance degradation .
24
27
#685 : Streamline default value management for KotlinFeatures.
25
28
This improves the initialization cost of kotlin - module a little .
26
29
#684 : Kotlin 1.5 has been deprecated and the minimum supported Kotlin version will be updated to 1.6.
You can’t perform that action at this time.
0 commit comments