Skip to content

Commit 262961a

Browse files
committed
Update release notes wrt #1585
1 parent afcb309 commit 262961a

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

release-notes/CREDITS

+5
Original file line numberDiff line numberDiff line change
@@ -596,6 +596,11 @@ Joshua Jones
596596
with a non-default constructor and a mutator annotated with `@JsonUnwrapped`
597597
(2.8.8)
598598

599+
Ivo Studens ([email protected])
600+
* Contributed #1585: Invoke ServiceLoader.load() inside of a privileged block
601+
when loading modules using `ObjectMapper.findModules()`
602+
(2.8.9)
603+
599604
Connor Kuhn (ckuhn@github)
600605
* Contributed #1341: FAIL_ON_MISSING_EXTERNAL_TYPE_ID_PROPERTY
601606
(2.9.0)

release-notes/VERSION

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ Project: jackson-databind
33
=== Releases ===
44
------------------------------------------------------------------------
55

6+
2.8.9 (not yet released)
7+
8+
#1585: Invoke ServiceLoader.load() inside of a privileged block when loading
9+
modules using `ObjectMapper.findModules()`
10+
(contributed by Ivo S)
11+
612
2.8.8 (05-Apr-2017)
713

814
(partial) #994: `DeserializationFeature.UNWRAP_SINGLE_VALUE_ARRAYS` only works for POJOs, Maps

0 commit comments

Comments
 (0)