File tree 2 files changed +7
-13
lines changed
2 files changed +7
-13
lines changed Original file line number Diff line number Diff line change 10
10
<parent >
11
11
<groupId >tools.jackson</groupId >
12
12
<artifactId >jackson-base</artifactId >
13
- <version >3.0.0-rc3-SNAPSHOT </version >
13
+ <version >3.0.0-rc3</version >
14
14
</parent >
15
15
<groupId >tools.jackson.core</groupId >
16
16
<artifactId >jackson-databind</artifactId >
228
228
<artifactId >maven-javadoc-plugin</artifactId >
229
229
<configuration >
230
230
<links combine.children=" append" >
231
- <!-- 13-Feb-2025, tatu: Need to update on 3.0.0-rc1 release! -->
231
+ <!-- 13-Feb-2025, tatu: Need to update on 3.0.0-rcX release? -->
232
232
<link >https://javadoc.io/doc/com.fasterxml.jackson.core/jackson-annotations/latest</link >
233
233
<link >https://javadoc.io/doc/tools.jackson.core/jackson-core/latest</link >
234
234
</links >
Original file line number Diff line number Diff line change @@ -5,28 +5,22 @@ Versions: 3.x (for earlier see VERSION-2.x)
5
5
=== Releases ===
6
6
------------------------------------------------------------------------
7
7
8
- 3.0.0-rc3 (not yet released )
8
+ 3.0.0-rc3 (13-Apr-2025 )
9
9
10
10
#4603: Keep full stacktrace when re-throwing exception with
11
11
`DatabindException` during deserialization
12
12
(fixed by Joo-Hyuk K)
13
+ #5032: Move `jackson-datatype-jsr310` module into `jackson-databind` and
14
+ rename `JavaTimeFeature` from `jackson-datatype-jsr310` module as `DateTimeFeature`
15
+ (implemented by @pjfanning)
13
16
#5065: Change default for `DateTimeFeature.ONE_BASED_MONTHS` to `true` in 3.0
14
17
#5066: Move date/time `SerializationFeature`s into `DateTimeFeature` (3.0)
15
18
#5067: Move date/time `DeserializationFeature`s into `DateTimeFeature` (3.0)
16
- - Branch rename "master" -> "3.x" [JSTEP-12]
17
19
#5080: Move Enum-related SerializationFeatures into EnumFeature (3.0)
18
20
(contributed by Joo-Hyuk K)
19
21
#5079: Move Enum-related DeserializationFeatures into EnumFeature (3.0)
20
22
(contributed by Joo-Hyuk K)
21
-
22
- 3.0.0-rc3 (not yet released)
23
-
24
- #2083: Replace Reflection usage with `MethodHandle` (3.0)
25
- (requested by @re-thc)
26
- (implemented by Steven S)
27
- #5032: Move `jackson-datatype-jsr310` module into `jackson-databind` and
28
- rename `JavaTimeFeature` from `jackson-datatype-jsr310` module as `DateTimeFeature`
29
- (implemented by @pjfanning)
23
+ - Branch rename "master" -> "3.x" [JSTEP-12]
30
24
31
25
3.0.0-rc2 (28-Mar-2025)
32
26
You can’t perform that action at this time.
0 commit comments