File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 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)
2929 [3.0.0]
3030
3131Michael 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]
3434
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)
108108#4992: Rename `JsonNodeFactory.textNode()` as `JsonNodeFactory.stringNode()` [JSTEP-3]
109109#5004: Add `JsonMapper.builderWithJackson2Defaults()`
110110 (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
111114- Remove `MappingJsonFactory`
112115- Add context parameter for `TypeSerializer` contextualization (`forProperty()`)
113116- 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