Skip to content

Commit 76d6bb2

Browse files
committed
Update README
1 parent a460d0a commit 76d6bb2

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,19 @@ When used with Jackson 2.x, Java 8 support is provided via 3 separate modules:
2020
all of which are built from this repository, and accessed and used as separate Jackson modules
2121
(with separate Maven artifacts).
2222

23-
### Jackson 3.0
23+
### Jackson 3.x
2424

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.
2626

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`)
2928

3029
## License
3130

3231
All modules are licensed under [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt).
3332

3433
## Status
3534

36-
[![Build status (github)](https://github.com/FasterXML/jackson-databind/actions/workflows/main.yml/badge.svg)](https://github.com/FasterXML/jackson-databind/actions/workflows/main.yml)
35+
[![Build status (github)](https://github.com/FasterXML/jackson-modules-java8/actions/workflows/main.yml/badge.svg)](https://github.com/FasterXML/jackson-modules-java8/actions/workflows/main.yml)
3736
[![Tidelift](https://tidelift.com/badges/package/maven/com.fasterxml.jackson.datatype:jackson-datatype-jsr310)](https://tidelift.com/subscription/pkg/maven-com-fasterxml-jackson-datatype-jackson-datatype-jsr310?utm_source=maven-com-fasterxml-jackson-datatype-jackson-datatype-jsr310&utm_medium=referral&utm_campaign=readme)
3837

3938
## Usage

0 commit comments

Comments
 (0)