From 7d8648b76526d6a7605f36d4d684684464fee87a Mon Sep 17 00:00:00 2001 From: wrongwrong Date: Fri, 29 Nov 2024 23:06:58 +0900 Subject: [PATCH 1/2] Updated the latest used by CI to 2.1.0 --- .github/workflows/dep_build_v2.yml | 2 +- .github/workflows/dep_build_v3.yml | 2 +- .github/workflows/main.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dep_build_v2.yml b/.github/workflows/dep_build_v2.yml index 437c42e88..48ef8416a 100644 --- a/.github/workflows/dep_build_v2.yml +++ b/.github/workflows/dep_build_v2.yml @@ -18,7 +18,7 @@ jobs: # Versions need to align with ones in 'main.yml' workflow # kotlin-reflect 1.8.2x has a bug and some tests fail, so we are downgrading to 1.8.10. # https://youtrack.jetbrains.com/issue/KT-65156 - kotlin_version: ['1.8.10', '1.9.24', '2.0.21', '2.1.0-RC'] + kotlin_version: ['1.8.10', '1.9.24', '2.0.21', '2.1.0'] env: JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1" steps: diff --git a/.github/workflows/dep_build_v3.yml b/.github/workflows/dep_build_v3.yml index 1ce03f53d..2379d3230 100644 --- a/.github/workflows/dep_build_v3.yml +++ b/.github/workflows/dep_build_v3.yml @@ -18,7 +18,7 @@ jobs: # Versions need to align with ones in 'main.yml' workflow # kotlin-reflect 1.8.2x has a bug and some tests fail, so we are downgrading to 1.8.10. # https://youtrack.jetbrains.com/issue/KT-65156 - kotlin_version: ['1.8.10', '1.9.24', '2.0.21', '2.1.0-RC'] + kotlin_version: ['1.8.10', '1.9.24', '2.0.21', '2.1.0'] env: JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1" steps: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5129b1ad1..f13e81e79 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,7 +30,7 @@ jobs: java_version: ['8', '11', '17', '21', '23'] # kotlin-reflect 1.8.2x has a bug and some tests fail, so we are downgrading to 1.8.10. # https://youtrack.jetbrains.com/issue/KT-65156 - kotlin_version: ['1.8.10', '1.9.24', '2.0.21', '2.1.0-RC'] + kotlin_version: ['1.8.10', '1.9.24', '2.0.21', '2.1.0'] include: - java_version: '8' kotlin_version: '1.8.10' From 0f6ac1641522e1fdfa440ff893e7706b9c71ec48 Mon Sep 17 00:00:00 2001 From: wrongwrong Date: Fri, 29 Nov 2024 23:10:33 +0900 Subject: [PATCH 2/2] Fix doc --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 685a7d89a..b0f58245d 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ and those with secondary constructors or static factories are also supported. # Status -* release `2.18.0` (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) -* release `2.17.2` (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) +* release `2.18.2` (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) +* 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) * 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) * 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) * release `2.14.3` (for Jackson `2.14.x`) [![GitHub Actions build](https://github.com/FasterXML/jackson-module-kotlin/actions/workflows/main.yml/badge.svg?branch=2.14)](https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.14) @@ -28,7 +28,7 @@ Maven: com.fasterxml.jackson.module jackson-module-kotlin - 2.18.0 + 2.18.2 ``` @@ -111,7 +111,7 @@ println(arrayNode.toString()) // ["foo",true,1,1.0,"YmFy"] Different `kotlin-core` versions are supported by different Jackson Kotlin module minor versions. Here is an incomplete list of supported versions: -* Jackson 2.18.x: Kotlin-core 1.8 - 2.0 +* Jackson 2.18.x: Kotlin-core 1.8 - 2.1 * Jackson 2.17.x: Kotlin-core 1.7 - 2.0 * Jackson 2.16.x: Kotlin-core 1.6 - 1.9 * Jackson 2.15.x: Kotlin-core 1.5 - 1.8