File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -412,6 +412,9 @@ Jonas Konrad (yawkat@github)
412
412
* Contributed fix for #3655: `Enum` values can not be read from single-element array even
413
413
with `DeserializationFeature.UNWRAP_SINGLE_VALUE_ARRAYS`
414
414
(2.14.1)
415
+ * Contributed fix for #3655: `ObjectMapper` default heap consumption increased significantly
416
+ from 2.13.x to 2.14.0
417
+ (2.14.1)
415
418
416
419
Jirka Kremser (Jiri-Kremser@github)
417
420
* Suggested #924: SequenceWriter.writeAll() could accept Iterable
@@ -1520,3 +1523,8 @@ Andrej Mitrovic (AndrejMitrovic@github)
1520
1523
* Reported #3655: `Enum` values can not be read from single-element array even with
1521
1524
`DeserializationFeature.UNWRAP_SINGLE_VALUE_ARRAYS`
1522
1525
(2.14.1)
1526
+
1527
+ Moritz Halbritter (mhalbritter@github)
1528
+ * Reported #3665: `ObjectMapper` default heap consumption increased significantly
1529
+ from 2.13.x to 2.14.0
1530
+ (2.14.1)
Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ Project: jackson-databind
10
10
`DeserializationFeature.UNWRAP_SINGLE_VALUE_ARRAYS`
11
11
(reported by Andrej M)
12
12
(fix contributed by Jonas K)
13
+ #3665 : `ObjectMapper` default heap consumption increased significantly from 2.13 .x to 2.14.0
14
+ (reported by Moritz H)
15
+ (fix contributed by Jonas K)
13
16
14
17
2.14.0 (05 -Nov-2022 )
15
18
You can’t perform that action at this time.
0 commit comments