Skip to content

Commit 90e980d

Browse files
committed
Merge branch '2.8'
2 parents 84eca86 + b5c05cc commit 90e980d

File tree

3 files changed

+114
-249
lines changed

3 files changed

+114
-249
lines changed

release-notes/CREDITS

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -476,10 +476,14 @@ Max Drobotov (fizmax@github)
476476
* Reported, contributed fix for #1332: `ArrayIndexOutOfBoundException` for enum by index deser
477477
(2.7.7)
478478

479+
Stuart Douglas (stuartwdouglas@github)
480+
* Reported #1363: The static field ClassUtil.sCached can cause a class loader leak
481+
(2.7.8)
482+
479483
Josh Caplan (jecaplan@github)
480484
* 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)
483487

484488
Artur Jonkisz (ajonkisz@github)
485489
* Reported #960: `@JsonCreator` not working on a factory with no arguments for ae enum type

release-notes/VERSION

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ Project: jackson-databind
9595
#1359: Improve `JsonNode` deserializer to create `FloatNode` if parser supports
9696
#1362: ObjectReader.readValues()` ignores offset and length when reading an array
9797
(reported by wastevenson@github)
98+
#1363: The static field ClassUtil.sCached can cause a class loader leak
99+
(reported by Stuart D)
98100
#1368: Problem serializing `JsonMappingException` due to addition of non-ignored
99101
`processor` property (added in 2.7)
100102
(reported, suggesed fix by Josh C)

0 commit comments

Comments
 (0)