Skip to content

Commit a237b52

Browse files
committed
Merge remote-tracking branch 'FasterXML/2.x' into 3.x
2 parents 347b1d7 + b9776d4 commit a237b52

File tree

7 files changed

+18
-13
lines changed

7 files changed

+18
-13
lines changed

.github/workflows/dep_build_v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
java_version: ['8', '17', '21', '24']
1818
# Versions need to align with ones in 'main.yml' workflow
19-
kotlin_version: ['1.9.24', '2.0.21', '2.1.20']
19+
kotlin_version: ['2.0.21', '2.1.20']
2020
env:
2121
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
2222
steps:

.github/workflows/dep_build_v3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
java_version: ['17', '21', '24']
1616
# Versions need to align with ones in 'main.yml' workflow
17-
kotlin_version: ['1.9.24', '2.0.21', '2.1.20']
17+
kotlin_version: ['2.0.21', '2.1.20']
1818
env:
1919
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
2020
steps:

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
max-parallel: 5
2323
matrix:
2424
java_version: ['17', '21', '24']
25-
kotlin_version: ['1.9.25', '2.0.21', '2.1.20']
25+
kotlin_version: ['2.0.21', '2.1.20']
2626
include:
2727
- java_version: '17'
28-
kotlin_version: '1.9.25'
28+
kotlin_version: '2.0.21'
2929
release_build: 'R'
3030
env:
3131
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ and those with secondary constructors or static factories are also supported.
1313

1414
# Status
1515

16+
* release `2.19.0` (for Jackson `2.19.0`) [![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)
1617
* release `2.18.3` (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)
1718
* release `2.17.3` (for Jackson `2.17.x`) [![GitHub Actions build](https://github.com/FasterXML/jackson-module-kotlin/actions/workflows/main.yml/badge.svg?branch=2.17)](https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.17)
18-
* release `2.16.2` (for Jackson `2.16.x`) [![GitHub Actions build](https://github.com/FasterXML/jackson-module-kotlin/actions/workflows/main.yml/badge.svg?branch=2.16)](https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.16)
19-
* release `2.15.4` (for Jackson `2.15.x`) [![GitHub Actions build](https://github.com/FasterXML/jackson-module-kotlin/actions/workflows/main.yml/badge.svg?branch=2.15)](https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.15)
2019

2120
Releases require that you have included Kotlin stdlib and reflect libraries already.
2221

@@ -113,13 +112,10 @@ println(arrayNode.toString()) // ["foo",true,1,1.0,"YmFy"]
113112
Different `kotlin-core` versions are supported by different Jackson Kotlin module minor versions.
114113
Here is an incomplete list of supported versions:
115114

115+
* Jackson 2.20.x: Kotlin-core 2.0 - 2.1
116116
* Jackson 2.19.x: Kotlin-core 1.9 - 2.1
117117
* Jackson 2.18.x: Kotlin-core 1.8 - 2.1
118118
* Jackson 2.17.x: Kotlin-core 1.7 - 2.0
119-
* Jackson 2.16.x: Kotlin-core 1.6 - 1.9
120-
* Jackson 2.15.x: Kotlin-core 1.5 - 1.8
121-
* Jackson 2.14.x: Kotlin-core 1.4 - 1.8
122-
* Jackson 2.13.x: Kotlin-core 1.4 - 1.7
123119

124120
Please note that the versions supported by 2.17 are tentative and may change depending on the release date.
125121

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
</scm>
5656

5757
<properties>
58-
<version.kotlin>1.9.25</version.kotlin>
58+
<version.kotlin>2.0.21</version.kotlin>
5959

6060
<!-- Generate PackageVersion.java into this directory. -->
6161
<packageVersion.dir>tools/jackson/module/kotlin</packageVersion.dir>

release-notes/CREDITS-2.x

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,14 @@ Authors:
1515

1616
Contributors:
1717

18-
# 2.19.0 (not yet released)
18+
# 2.20.0 (not yet released)
19+
20+
WrongWrong (@k163377)
21+
* #967: Update settings for 2.20
22+
23+
# 2.19.1 (not yet released)
24+
25+
# 2.19.0 (24-Apr-2025)
1926

2027
WrongWrong (@k163377)
2128
* #959: Add extensions for configOverride

release-notes/VERSION-2.x

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ Co-maintainers:
1818

1919
2.20.0 (not yet released)
2020

21-
-
21+
#967: Kotlin has been upgraded to 2.0.21.
22+
23+
2.19.1 (not yet released)
2224

2325
2.19.0 (24-Apr-2025)
2426

0 commit comments

Comments
 (0)