@@ -18,7 +18,7 @@ Naming of classes uses word 'JSON' in many places even though there is no actual
1818| 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 ) |
1919| 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 ) |
2020| 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.15 ) | [ ![ codecov.io] ( https://codecov.io/github/FasterXML/jackson-databind/coverage.svg?branch=2.15 )] ( https://codecov.io/github/FasterXML/jackson-databind?branch=2.15 ) |
21+ | Code coverage (2.16 ) | [ ![ codecov.io] ( https://codecov.io/github/FasterXML/jackson-databind/coverage.svg?branch=2.16 )] ( https://codecov.io/github/FasterXML/jackson-databind?branch=2.16 ) |
2222| 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 ) |
2323
2424# Get it!
@@ -558,14 +558,14 @@ usually a Jackson module.
558558` master ` branch is for developing the next major Jackson version -- 3.0 -- but there
559559are active maintenance branches in which much of development happens:
560560
561- * ` 2.15 ` is the branch for "next" minor version to release (as of November 2022 )
562- * ` 2.14 ` is the current stable minor 2.x version
563- * ` 2.13 ` is for selected backported fixes
561+ * ` 2.16 ` is the branch for "next" minor version to release (as of July 2023 )
562+ * ` 2.15 ` is the current stable minor 2.x version
563+ * ` 2.14 ` is for selected backported fixes
564564
565565Older branches are usually not maintained after being declared as closed
566566on [ Jackson Releases] ( https://github.com/FasterXML/jackson/wiki/Jackson-Releases ) page,
567567but exist just in case a rare emergency patch is needed.
568- All released versions have matching git tags (` jackson-dataformats-binary-2.12.3 ` ).
568+ All released versions have matching git tags (e.g. ` jackson-dataformats-binary-2.12.3 ` ).
569569
570570-----
571571
0 commit comments