File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,9 @@ Ilya Ryzhenkov (@orangy)
23
23
WrongWrong (@k163377 )
24
24
* #627 : Merge creator cache for Constructor and Method
25
25
* #628 : Remove unnecessary cache
26
- * #631 : Fix minor bugs in SimpleModule.addSerializer/addDeserializer(#558)
26
+ * #629 : Changed to not cache valueParameters
27
+ * #631 : Fix minor bugs in SimpleModule.addSerializer/addDeserializer
28
+ * #634 : Fix ReflectionCache to be serializable
27
29
28
30
# 2 .14.0
29
31
Original file line number Diff line number Diff line change @@ -22,9 +22,16 @@ Co-maintainers:
22
22
(fix via [jackson - dataformat - xml #547 ])
23
23
#580 : Lazy load UNIT_TYPE
24
24
(contributed by Ilya R )
25
- #627 : Merge creator cache for Constructor and Method
26
- #628 : Remove unnecessary cache
27
- #631 : Fix minor bugs in SimpleModule.addSerializer/addDeserializer(#558)
25
+ #627 : Merge creator cache for Constructor and Method(related to #584)
26
+ (contributed by wrongwrong )
27
+ #628 : Remove unnecessary cache(related to #584)
28
+ (contributed by wrongwrong )
29
+ #629 : Changed to not cache valueParameters(related to #584)
30
+ (contributed by wrongwrong )
31
+ #631 : Fix minor bugs in SimpleModule.addSerializer/addDeserializer(fixes #558)
32
+ (contributed by wrongwrong )
33
+ #634 : Fix ReflectionCache to be serializable(fixes #295)
34
+ (contributed by wrongwrong )
28
35
29
36
It was also confirmed that the issue submitted in #301 is no longer reproduced,
30
37
although it is unclear when it was explicitly fixed .
You can’t perform that action at this time.
0 commit comments