File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,19 @@ Versions: 3.x (for earlier see VERSION-2.x)
5
5
=== Releases ===
6
6
------------------------------------------------------------------------
7
7
8
+ 3.0.0-rc3 (not yet released)
9
+
10
+ #5032: Move `jackson-datatype-jsr310` module into `jackson-databind`
11
+ (implemented by @pjfanning)
12
+
8
13
3.0.0-rc2 (28-Mar-2025)
9
14
10
15
#2882: Tighten accessor naming rules to not allow leading lower-case or
11
16
non-letter character for getters/setters
12
17
#5003: Extend, improve set of `JsonNode.asXxx()` methods for number types
13
18
#5025: Add support for automatic detection of subtypes (like `@JsonSubTypes`)
14
19
from Java 17 sealed types
15
- (contributed by Andy B
20
+ (contributed by Andy B)
16
21
#5034: Extend, improve set of `JsonNode.asXxx()` methods for non-number
17
22
types (Boolean, String)
18
23
You can’t perform that action at this time.
0 commit comments