File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -1477,3 +1477,5 @@ Deniz Husaj (denizhusaj@github)
1477
1477
PJ Fanning (pjfanning@github)
1478
1478
* Contributed #3475: Support use of fast double parse
1479
1479
(2.14.0)
1480
+ * Contributed #3530: Change LRUMap to just evict one entry when maxEntries reached
1481
+ (2.14.0)
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Project: jackson-databind
29
29
#3447 : Deeply nested JsonNode throws StackOverflowError for toString ()
30
30
(reported by Deniz H)
31
31
#3475 : Support use of fast double parse
32
- (contributed by PJ Fanning )
32
+ (contributed by @pjfanning )
33
33
#3476 : Implement `JsonNodeFeature.WRITE_NULL_PROPERTIES` to allow skipping
34
34
JSON `null` values on writing
35
35
#3481 : Filter method only got called once if the field is null when using
@@ -38,6 +38,8 @@ Project: jackson-databind
38
38
#3497 : Deserialization of Throwables with PropertyNamingStrategy does not work
39
39
#3528 : `TokenBuffer` defaults for parser/stream-read features neither passed
40
40
from parser nor use real defaults
41
+ #3530 : Change LRUMap to just evict one entry when maxEntries reached
42
+ (contributed by @pjfanning)
41
43
42
44
2.13.4 (not yet released)
43
45
You can’t perform that action at this time.
0 commit comments