File tree 2 files changed +11
-0
lines changed
2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -596,6 +596,11 @@ Joshua Jones
596
596
with a non-default constructor and a mutator annotated with `@JsonUnwrapped`
597
597
(2.8.8)
598
598
599
+
600
+ * Contributed #1585: Invoke ServiceLoader.load() inside of a privileged block
601
+ when loading modules using `ObjectMapper.findModules()`
602
+ (2.8.9)
603
+
599
604
Connor Kuhn (ckuhn@github)
600
605
* Contributed #1341: FAIL_ON_MISSING_EXTERNAL_TYPE_ID_PROPERTY
601
606
(2.9.0)
Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ Project: jackson-databind
3
3
=== Releases ===
4
4
------------------------------------------------------------------------
5
5
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
+
6
12
2.8.8 (05-Apr-2017)
7
13
8
14
(partial) #994: `DeserializationFeature.UNWRAP_SINGLE_VALUE_ARRAYS` only works for POJOs, Maps
You can’t perform that action at this time.
0 commit comments