File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ Project: jackson-databind
6
6
7
7
2.5.4 (not yet released)
8
8
9
+ #676: Deserialization of class with generic collection inside depends on
10
+ how is was deserialized first time
11
+ (reported by lunaticare@github)
9
12
#771: Annotation bundles ignored when added to Mixin
10
13
(reported by Andrew D)
11
14
#774: NPE from SqlDateSerializer as _useTimestamp is not checked for being null
@@ -140,11 +143,6 @@ Project: jackson-databind
140
143
- Added new overload for `JsonSerializer.isEmpty()`, to eventually solve #588
141
144
- Improve error messaging (related to [jaxb-annotations#38]) to include known subtype ids.
142
145
143
- 2.4.7 (not yet released)
144
-
145
- #676: Deserialization of class with generic collection inside depends on
146
- how is was deserialized first time
147
-
148
146
2.4.6 (23-Apr-2015)
149
147
150
148
#735: (complete fix) @JsonDeserialize on Map with contentUsing custom deserializer overwrites default behavior
You can’t perform that action at this time.
0 commit comments