File tree Expand file tree Collapse file tree 3 files changed +114
-249
lines changed
src/main/java/com/fasterxml/jackson/databind/util Expand file tree Collapse file tree 3 files changed +114
-249
lines changed Original file line number Diff line number Diff line change @@ -476,10 +476,14 @@ Max Drobotov (fizmax@github)
476
476
* Reported, contributed fix for #1332: `ArrayIndexOutOfBoundException` for enum by index deser
477
477
(2.7.7)
478
478
479
+ Stuart Douglas (stuartwdouglas@github)
480
+ * Reported #1363: The static field ClassUtil.sCached can cause a class loader leak
481
+ (2.7.8)
482
+
479
483
Josh Caplan (jecaplan@github)
480
484
* Reported, suggested fix for #1368: Problem serializing `JsonMappingException` due to addition
481
- of non-ignored `processor` property (added in 2.7)
482
- (2.7.8)
485
+ of non-ignored `processor` property (added in 2.7)
486
+ (2.7.8)
483
487
484
488
Artur Jonkisz (ajonkisz@github)
485
489
* Reported #960: `@JsonCreator` not working on a factory with no arguments for ae enum type
Original file line number Diff line number Diff line change @@ -95,6 +95,8 @@ Project: jackson-databind
95
95
#1359: Improve `JsonNode` deserializer to create `FloatNode` if parser supports
96
96
#1362: ObjectReader.readValues()` ignores offset and length when reading an array
97
97
(reported by wastevenson@github)
98
+ #1363: The static field ClassUtil.sCached can cause a class loader leak
99
+ (reported by Stuart D)
98
100
#1368: Problem serializing `JsonMappingException` due to addition of non-ignored
99
101
`processor` property (added in 2.7)
100
102
(reported, suggesed fix by Josh C)
You can’t perform that action at this time.
0 commit comments