@@ -12,9 +12,9 @@ With this module, single constructor classes can be used automatically,
1212and those with secondary constructors or static factories are also supported.
1313
1414# Status
15- * release ` 2.20.0 ` (for Jackson ` 2.20 .x` ) [ ![ GitHub Actions build] ( https://github.com/FasterXML/jackson-module-kotlin/actions/workflows/main.yml/badge.svg?branch=2.20 )] ( https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.20 )
16- * release ` 2.19.3 ` (for Jackson ` 2.19 .x ` ) [ ![ GitHub Actions build] ( https://github.com/FasterXML/jackson-module-kotlin/actions/workflows/main.yml/badge.svg?branch=2.19 )] ( https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.19 )
17- * release ` 2.18.5 ` (for Jackson ` 2.18 .x ` ) [ ![ GitHub Actions build] ( https://github.com/FasterXML/jackson-module-kotlin/actions/workflows/main.yml/badge.svg?branch=2.18 )] ( https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.18 )
15+ * release ` 3.0.3 ` (for Jackson ` 3.0 .x` ) [ ![ GitHub Actions build] ( https://github.com/FasterXML/jackson-module-kotlin/actions/workflows/main.yml/badge.svg?branch=3.0 )] ( https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A3.0 )
16+ * release ` 2.20.1 ` (for Jackson ` 2.20 .x ` ) [ ![ GitHub Actions build] ( https://github.com/FasterXML/jackson-module-kotlin/actions/workflows/main.yml/badge.svg?branch=2.20 )] ( https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.20 )
17+ * release ` 2.19.4 ` (for Jackson ` 2.19 .x ` ) [ ![ GitHub Actions build] ( https://github.com/FasterXML/jackson-module-kotlin/actions/workflows/main.yml/badge.svg?branch=2.19 )] ( https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.19 )
1818
1919Releases require that you have included Kotlin stdlib and reflect libraries already.
2020
@@ -111,10 +111,10 @@ println(arrayNode.toString()) // ["foo",true,1,1.0,"YmFy"]
111111Different ` kotlin-core ` versions are supported by different Jackson Kotlin module minor versions.
112112Here is an incomplete list of supported versions:
113113
114+ * Jackson 3.0.x: Kotlin-core 2.1 - 2.2
114115* Jackson 2.21.x: Kotlin-core 2.1 - 2.2
115116* Jackson 2.20.x: Kotlin-core 2.0 - 2.2
116117* Jackson 2.19.x: Kotlin-core 1.9 - 2.1
117- * Jackson 2.18.x: Kotlin-core 1.8 - 2.1
118118
119119Please note that the versions supported by 2.17 are tentative and may change depending on the release date.
120120
0 commit comments