File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,10 @@ Sven Döring (@sdoeringNew)
29
29
[3.0.0]
30
30
31
31
Michael Dillon (@michaelcdillon)
32
- #2593: StackTraceElement w/ >= Java 9 doesn't deserialize properly
33
- (requested by Michael D)
32
+ * Requested #2593: StackTraceElement w/ >= Java 9 doesn't deserialize properly
33
+ [3.0.0]
34
34
35
+ Andy Boothe (@sigpwned)
36
+ * Contributed #5025: Add support for automatic detection of subtypes (like `@JsonSubTypes`)
37
+ from Java 17 sealed types
38
+ [3.0.0]
Original file line number Diff line number Diff line change @@ -108,6 +108,9 @@ Versions: 3.x (for earlier see VERSION-2.x)
108
108
#4992: Rename `JsonNodeFactory.textNode()` as `JsonNodeFactory.stringNode()` [JSTEP-3]
109
109
#5004: Add `JsonMapper.builderWithJackson2Defaults()`
110
110
(fixed by @pjfanning)
111
+ #5025: Add support for automatic detection of subtypes (like `@JsonSubTypes`)
112
+ from Java 17 sealed types
113
+ (contributed by Andy B
111
114
- Remove `MappingJsonFactory`
112
115
- Add context parameter for `TypeSerializer` contextualization (`forProperty()`)
113
116
- Default for `JsonNodeFeature.STRIP_TRAILING_BIGDECIMAL_ZEROES` changed to `false` for 3.0
You can’t perform that action at this time.
0 commit comments