Skip to content

Commit f8cb421

Browse files
committed
Prep for 3.0.0-rc3
1 parent 5fb179a commit f8cb421

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>tools.jackson</groupId>
1212
<artifactId>jackson-base</artifactId>
13-
<version>3.0.0-rc3-SNAPSHOT</version>
13+
<version>3.0.0-rc3</version>
1414
</parent>
1515
<groupId>tools.jackson.core</groupId>
1616
<artifactId>jackson-databind</artifactId>
@@ -228,7 +228,7 @@
228228
<artifactId>maven-javadoc-plugin</artifactId>
229229
<configuration>
230230
<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? -->
232232
<link>https://javadoc.io/doc/com.fasterxml.jackson.core/jackson-annotations/latest</link>
233233
<link>https://javadoc.io/doc/tools.jackson.core/jackson-core/latest</link>
234234
</links>

release-notes/VERSION

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,22 @@ Versions: 3.x (for earlier see VERSION-2.x)
55
=== Releases ===
66
------------------------------------------------------------------------
77

8-
3.0.0-rc3 (not yet released)
8+
3.0.0-rc3 (13-Apr-2025)
99

1010
#4603: Keep full stacktrace when re-throwing exception with
1111
`DatabindException` during deserialization
1212
(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)
1316
#5065: Change default for `DateTimeFeature.ONE_BASED_MONTHS` to `true` in 3.0
1417
#5066: Move date/time `SerializationFeature`s into `DateTimeFeature` (3.0)
1518
#5067: Move date/time `DeserializationFeature`s into `DateTimeFeature` (3.0)
16-
- Branch rename "master" -> "3.x" [JSTEP-12]
1719
#5080: Move Enum-related SerializationFeatures into EnumFeature (3.0)
1820
(contributed by Joo-Hyuk K)
1921
#5079: Move Enum-related DeserializationFeatures into EnumFeature (3.0)
2022
(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]
3024

3125
3.0.0-rc2 (28-Mar-2025)
3226

0 commit comments

Comments
 (0)