Skip to content

Commit a1dc42a

Browse files
committed
Update release notes
1 parent 6d84ed0 commit a1dc42a

File tree

4 files changed

+17
-6
lines changed

4 files changed

+17
-6
lines changed

datatypes/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1+
**NOTE**: only available for Jackson 2.x; functionality included directly in `jackson-databind`
2+
for Jackson 3.x.
3+
4+
-----
5+
16
Jackson module
27
that adds supports for JDK datatypes included in version 8 which can not be directly
38
supported by core databind due to baseline being JDK 6, excluding following:
49

510
* New Date/Time datatypes (supported by `jackson-datatype-jsr310` module)
611
* Support for parameter names (supported by `jackson-module-parameter-names`)
712

8-
NOTE: only available for Jackson 2.x; functionality included in `jackson-databind` itself
9-
for Jackson 3.x.
10-
1113
## Usage
1214

1315
### Maven dependency

datetime/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
**NOTE**: only available for Jackson 2.x; functionality included directly in `jackson-databind`
2+
for Jackson 3.x.
3+
4+
-----
5+
16
Datatype module to make Jackson recognize Java 8 Date & Time API data types (JSR-310).
27

38
## Summary

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@
1414
</description>
1515

1616
<modules>
17-
<module>datetime</module>
18-
1917
<!-- 03-Mar-2021, tatu: Stop actually publishing these modules for 3.0
18+
<module>datetime</module>
2019
<module>parameter-names</module>
2120
<module>datatypes</module>
2221
-->

release-notes/VERSION

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Project: jackson-modules-java8
22
Versions: 3.x (for earlier, see VERSION-2.x)
33
Modules:
4-
jackson-datatype-jsr310
4+
jackson-datatype-jsr310 (deprecated, no functionality as of 3.0)
55
jackson-datatype-jdk8 (deprecated, no functionality as of 3.0)
66
jackson-module-parameter-names (deprecated, no functionality as of 3.0)
77

@@ -13,6 +13,11 @@ due to number of types.
1313
=== Releases ===
1414
------------------------------------------------------------------------
1515

16+
3.0.0-rc3 (never)
17+
18+
The last module -- `jackson-datatype-jsr310` -- merged into `jackson-databind`.
19+
This repo no longer needed.
20+
1621
3.0.0-rc2 (28-Mar-2025)
1722

1823
No changes since rc1.

0 commit comments

Comments
 (0)