@@ -18,7 +18,7 @@ Naming of classes uses word 'JSON' in many places even though there is no actual
18
18
| Artifact | [ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/com.fasterxml.jackson.core/jackson-databind/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/com.fasterxml.jackson.core/jackson-databind ) |
19
19
| OSS Sponsorship | [ ![ Tidelift] ( https://tidelift.com/badges/package/maven/com.fasterxml.jackson.core:jackson-databind )] ( https://tidelift.com/subscription/pkg/maven-com-fasterxml-jackson-core-jackson-databind?utm_source=maven-com-fasterxml-jackson-core-jackson-databind&utm_medium=referral&utm_campaign=readme ) |
20
20
| Javadocs | [ ![ Javadoc] ( https://javadoc.io/badge/com.fasterxml.jackson.core/jackson-databind.svg )] ( http://www.javadoc.io/doc/com.fasterxml.jackson.core/jackson-databind ) |
21
- | Code coverage (2.18 ) | [ ![ codecov.io] ( https://codecov.io/github/FasterXML/jackson-databind/coverage.svg?branch=2.18 )] ( https://codecov.io/github/FasterXML/jackson-databind?branch=2.18 ) |
21
+ | Code coverage (2.19 ) | [ ![ codecov.io] ( https://codecov.io/github/FasterXML/jackson-databind/coverage.svg?branch=2.19 )] ( https://codecov.io/github/FasterXML/jackson-databind?branch=2.19 ) |
22
22
| OpenSSF Score | [ ![ OpenSSF Scorecard] ( https://api.securityscorecards.dev/projects/github.com/FasterXML/jackson-databind/badge )] ( https://securityscorecards.dev/viewer/?uri=github.com/FasterXML/jackson-databind ) |
23
23
24
24
# Get it!
@@ -31,7 +31,7 @@ Functionality of this package is contained in Java package `com.fasterxml.jackso
31
31
<properties >
32
32
...
33
33
<!-- Use the latest version whenever possible. -->
34
- <jackson .version>2.18.2 </jackson .version>
34
+ <jackson .version>2.19.0 </jackson .version>
35
35
...
36
36
</properties >
37
37
@@ -576,7 +576,7 @@ Overall, Jackson library is very powerful in deserializing objects using builder
576
576
577
577
We would love to get your contribution, whether it's in form of bug reports, Requests for Enhancement (RFE), documentation, or code patches.
578
578
579
- See [ CONTRIBUTING] ( https://github.com/FasterXML/jackson/blob/master /CONTRIBUTING.md ) for details on things like:
579
+ See [ CONTRIBUTING] ( https://github.com/FasterXML/jackson/blob/2.x /CONTRIBUTING.md ) for details on things like:
580
580
581
581
* Community, ways to interact (mailing lists, gitter)
582
582
* Issue tracking ([ GitHub Issues] ( https://github.com/FasterXML/jackson-databind/issues ) )
@@ -596,12 +596,12 @@ usually a Jackson module.
596
596
597
597
## Branches
598
598
599
- ` master ` branch is for developing the next major Jackson version -- 3.0 -- but there
599
+ ` 3.x ` branch is for developing the next major Jackson version -- 3.0 -- but there
600
600
are active maintenance branches in which much of development happens:
601
601
602
- * ` 2.19 ` is the branch for "next" minor version to release (as of February 2025)
603
- * ` 2.18 ` is the current stable minor 2.x version
604
- * ` 2.17 ` is for selected backported fixes
602
+ * ` 2.x ` is the branch for "next" minor version to release (2.20 as of May 2025)
603
+ * ` 2.19 ` is the current stable minor 2.x version
604
+ * ` 2.18 ` is for selected backported fixes
605
605
606
606
Older branches are usually not maintained after being declared as closed
607
607
on [ Jackson Releases] ( https://github.com/FasterXML/jackson/wiki/Jackson-Releases ) page,
0 commit comments