From 262961ab1d44717c6f3250f442708e7209fb1261 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Wed, 12 Apr 2017 08:20:32 -0700 Subject: [PATCH] Update release notes wrt #1585 --- release-notes/CREDITS | 5 +++++ release-notes/VERSION | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/release-notes/CREDITS b/release-notes/CREDITS index 93b1721fea..09621ce584 100644 --- a/release-notes/CREDITS +++ b/release-notes/CREDITS @@ -596,6 +596,11 @@ Joshua Jones with a non-default constructor and a mutator annotated with `@JsonUnwrapped` (2.8.8) +Ivo Studens (istudens@redhat.com) + * 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) diff --git a/release-notes/VERSION b/release-notes/VERSION index 4ea22038d5..925d01232f 100644 --- a/release-notes/VERSION +++ b/release-notes/VERSION @@ -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