Skip to content

Commit 46a7e53

Browse files
committed
Update release notes wrt #5025
1 parent b64284b commit 46a7e53

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

release-notes/CREDITS

+6-2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ Sven Döring (@sdoeringNew)
2929
[3.0.0]
3030

3131
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]
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]

release-notes/VERSION

+3
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)