Skip to content

Commit

Permalink
Update release notes wrt #1585
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Apr 12, 2017
1 parent afcb309 commit 262961a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions release-notes/CREDITS
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,11 @@ Joshua Jones
with a non-default constructor and a mutator annotated with `@JsonUnwrapped`
(2.8.8)

Ivo Studens ([email protected])
* Contributed #1585: Invoke ServiceLoader.load() inside of a privileged block
when loading modules using `ObjectMapper.findModules()`
(2.8.9)

Connor Kuhn (ckuhn@github)
* Contributed #1341: FAIL_ON_MISSING_EXTERNAL_TYPE_ID_PROPERTY
(2.9.0)
6 changes: 6 additions & 0 deletions release-notes/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ Project: jackson-databind
=== Releases ===
------------------------------------------------------------------------

2.8.9 (not yet released)

#1585: Invoke ServiceLoader.load() inside of a privileged block when loading
modules using `ObjectMapper.findModules()`
(contributed by Ivo S)

2.8.8 (05-Apr-2017)

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

0 comments on commit 262961a

Please sign in to comment.