File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -1505,7 +1505,7 @@ PJ Fanning (pjfanning@github)
1505
1505
(2.14.0)
1506
1506
* Contributed #3837: Set transformer factory attributes to improve protection against XXE
1507
1507
(2.14.3)
1508
- * ... and countless more
1508
+ - And NUMEROUS other contributions not listed here! (for 2.15 and above)
1509
1509
1510
1510
Igor Shymko (ancane@github)
1511
1511
* Contributed #3500: Add optional explicit `JsonSubTypes` repeated names check
@@ -1578,7 +1578,7 @@ Joo Hyuk Kim (JooHyukKim@github)
1578
1578
* Contributed #3819: Add convenience method `SimpleBeanPropertyFilter.filterOutAll()` as
1579
1579
counterpart of `serializeAll()`
1580
1580
(2.15.0)
1581
- * And NUMEROUS other contributions not listed here! (for 2.16 and above)
1581
+ - And NUMEROUS other contributions not listed here! (for 2.16 and above)
1582
1582
1583
1583
Vojtěch Knyttl (knyttl@github)
1584
1584
* Requested #3053: Allow serializing enums to lowercase (`EnumFeature.WRITE_ENUMS_TO_LOWERCASE`)
Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ Project: jackson-databind
6
6
7
7
2.16.0 (not yet released)
8
8
9
+ #3877 : Add new `OptBoolean` valued property in `@JsonTypeInfo`, handling,
10
+ to allow per-polymorphic type loose Type Id handling
11
+ (contributed by Joo-Hyuk K)
9
12
#3924 : Incorrect target type when disabling coercion, trying to deserialize
10
13
String from Array/Object
11
14
(reported by João G)
You can’t perform that action at this time.
0 commit comments