File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ WrongWrong (@k163377)
27
27
* #631 : Fix minor bugs in SimpleModule.addSerializer/addDeserializer
28
28
* #634 : Fix ReflectionCache to be serializable
29
29
* #640 : Fixed problem with test failure in windows.
30
+ * #646 : In 2.15, fixed to not be able to use Kotlin 1.4 or lower.
31
+ * #647 : Added deprecation to MissingKotlinParameterException.
30
32
31
33
# 2 .14.0
32
34
Original file line number Diff line number Diff line change @@ -32,6 +32,11 @@ Co-maintainers:
32
32
(contributed by wrongwrong )
33
33
#634 : Fix ReflectionCache to be serializable(fixes #295)
34
34
(contributed by wrongwrong )
35
+ #646 : Drop Kotlin 1.4 support from Kotlin module 2.15.
36
+ If Kotlin 1.4 or lower is detected , a JsonMappingException will be thrown when initializing a KotlinModule .
37
+ (contributed by wrongwrong , cowtowncoder , pjfanning )
38
+ #647 : Added deprecation to MissingKotlinParameterException(related to #617)
39
+ (contributed by wrongwrong )
35
40
36
41
It is also confirmed that the issue submitted below is no longer reproduced ,
37
42
although it is unclear when it was explicitly fixed .
You can’t perform that action at this time.
0 commit comments