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)
2929# 2 .18.0 (26-Sep-2024)
3030
3131WrongWrong (@k163377 )
32+ * #883 : Raise the deprecation level to error for the MissingKotlinParameterException secondary constructor
3233* #869 : Replaced Enum.values with Enum.entries
3334* #818 : Optimize the search process for creators
3435* #817 : Fixed nullability of convertValue function argument
Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ Co-maintainers:
1717-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
1818
19192.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 .
2122#878 : Fixed a problem where settings like `@JsonSetter(nulls = AS_EMPTY)` were not being applied when the input was `undefined`.
2223#869 : By using Enum.entries in the acquisition of KotlinFeature.defaults, the initialization load was reduced, albeit slightly.
2324#861 : Kotlin has been upgraded to 1.9.24.
You can’t perform that action at this time.
0 commit comments