File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ WrongWrong (@k163377)
29
29
# 2 .18.0 (26-Sep-2024)
30
30
31
31
WrongWrong (@k163377 )
32
+ * #883 : Raise the deprecation level to error for the MissingKotlinParameterException secondary constructor
32
33
* #869 : Replaced Enum.values with Enum.entries
33
34
* #818 : Optimize the search process for creators
34
35
* #817 : Fixed nullability of convertValue function argument
Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ Co-maintainers:
17
17
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
18
18
19
19
2.19 .0 (not yet released )
20
-
20
+ #883 : The deprecation level has been raised to error for the `MissingKotlinParameterException ` secondary constructor .
21
+ This is a problematic process that has been marked as deprecated for a very long time and will be removed in 2.20 or later .
21
22
#878 : Fixed a problem where settings like `@JsonSetter(nulls = AS_EMPTY)` were not being applied when the input was `undefined`.
22
23
#869 : By using Enum.entries in the acquisition of KotlinFeature.defaults, the initialization load was reduced, albeit slightly.
23
24
#861 : Kotlin has been upgraded to 1.9.24.
You can’t perform that action at this time.
0 commit comments