File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ Contributors:
18
18
# 2 .17.0 (not yet released)
19
19
20
20
WrongWrong (@k163377 )
21
+ * #740 : Reduce conversion cache from Executable to KFunction.
21
22
* #738 : Fix JacksonInject priority.
22
23
* #732 : SequenceSerializer removed.
23
24
* #727 : Fixed overriding findCreatorAnnotation instead of hasCreatorAnnotation
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ Co-maintainers:
18
18
19
19
2.17 .0 (not yet released )
20
20
21
+ #740 : Reduce conversion cache from Executable to KFunction .
22
+ This will reduce memory usage efficiency and total memory consumption , but may result in a minor performance degradation in use cases where a large number of factory functions are used as JsonCreator .
21
23
#738 : JacksonInject is now preferred over the default argument(fixes #722).
22
24
#732 : SequenceSerializer removed.
23
25
#727 : Fixed overriding findCreatorAnnotation instead of hasCreatorAnnotation.
You can’t perform that action at this time.
0 commit comments