File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ Contributors:
1818# 2 .17.0 (not yet released)
1919
2020WrongWrong (@k163377 )
21+ * #740 : Reduce conversion cache from Executable to KFunction.
2122* #738 : Fix JacksonInject priority.
2223* #732 : SequenceSerializer removed.
2324* #727 : Fixed overriding findCreatorAnnotation instead of hasCreatorAnnotation
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ Co-maintainers:
1818
19192.17 .0 (not yet released )
2020
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 .
2123#738 : JacksonInject is now preferred over the default argument(fixes #722).
2224#732 : SequenceSerializer removed.
2325#727 : Fixed overriding findCreatorAnnotation instead of hasCreatorAnnotation.
You can’t perform that action at this time.
0 commit comments