File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ and those with secondary constructors or static factories are also supported.
1313
1414# Status
1515* 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.2 ` (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.4 ` (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 )
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 )
1818
1919Releases require that you have included Kotlin stdlib and reflect libraries already.
2020
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ Former maintainers:
2222=== Releases ===
2323------------------------------------------------------------------------
2424
25+ 3.0.2 (07-Nov-2025)
25263.0.1 (21-Oct-2025)
2627
2728No changes since 3.0.0
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Co-maintainers:
2424#1041 : The deprecated MissingKotlinParameterException has been removed .
2525#1039 : Kotlin has been upgraded to 2.1 .x .
2626
27- 2.20 .1 (not yet released )
27+ 2.20 .1 (30 - Oct - 2025 )
2828
2929#1057 : The issue where deserialization of value classes using private constructor failed starting from version 2.20 .0 has been fixed .
3030
@@ -48,6 +48,8 @@ Co-maintainers:
4848#967 : Kotlin has been upgraded to 2.0.21.
4949- Generate SBOMs [JSTEP - 14 ]
5050
51+ 2.19 .4 (29 - Oct - 2025 )
52+ 2.19 .3 (29 - Oct - 2025 )
51532.19 .2 (18 - Jul - 2025 )
52542.19 .1 (13 - Jun - 2025 )
5355
@@ -91,6 +93,10 @@ No changes since 2.19.0
9193#839 : Remove useKotlinPropertyNameForGetter and unify with kotlinPropertyNameAsImplicitName.
9294#835 : Remove old SingletonSupport class and unified with KotlinFeature.SingletonSupport.
9395
96+ 2.18 .5 (27 - Oct - 2025 )
97+
98+ No changes since 2.18 .4
99+
941002.18 .4 (06 - May - 2025 )
95101
96102#923 : Fixed a problem where the result of processing `hasRequiredMarker ` by a `KotlinModule` would also apply to
You can’t perform that action at this time.
0 commit comments