You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,20 +20,19 @@ When used with Jackson 2.x, Java 8 support is provided via 3 separate modules:
20
20
all of which are built from this repository, and accessed and used as separate Jackson modules
21
21
(with separate Maven artifacts).
22
22
23
-
### Jackson 3.0
23
+
### Jackson 3.x
24
24
25
-
Jackson 3.0 changes things as it requires Java 8 to work and can thereby directly supported features.
25
+
Jackson 3.0 changes things as it requires Java 17 to work and can thereby directly supported features.
26
26
27
-
Because of this, all 3 modules are merged into `jackson-databind`
28
-
and need not be registered (as of Jacksson `3.0.0-rc3`)
27
+
Because of this, all 3 modules are merged into `jackson-databind` and need not be registered (as of Jackson `3.0.0`)
29
28
30
29
## License
31
30
32
31
All modules are licensed under [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt).
33
32
34
33
## Status
35
34
36
-
[](https://github.com/FasterXML/jackson-databind/actions/workflows/main.yml)
35
+
[](https://github.com/FasterXML/jackson-modules-java8/actions/workflows/main.yml)
0 commit comments