File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ Contributors:
18
18
# 2 .18.0 (not yet released)
19
19
20
20
WrongWrong (@k163377 )
21
+ * #818 : Optimize the search process for creators
21
22
* #817 : Fixed nullability of convertValue function argument
22
23
* #782 : Organize deprecated contents
23
24
* #542 : Remove meaningless checks and properties in KNAI
Original file line number Diff line number Diff line change @@ -18,6 +18,11 @@ Co-maintainers:
18
18
19
19
2.18 .0 (not yet released )
20
20
21
+ #818 : The implementation of the search process for the `JsonCreator ` (often the primary constructor )
22
+ used by default for deserialization has been changed to `AnnotationIntrospector #findDefaultCreator `.
23
+ This has improved first - time processing performance and memory usage .
24
+ It also solves the problem of `findCreatorAnnotation ` results by `AnnotationIntrospector ` registered by the user
25
+ being ignored depending on the order in which modules are registered .
21
26
#817 : The convertValue extension function now accepts null
22
27
#803 : Kotlin has been upgraded to 1.8.10.
23
28
The reason 1.8 .22 is not used is to avoid KT -65156.
You can’t perform that action at this time.
0 commit comments