Skip to content

Commit 592baef

Browse files
authored
Merge pull request #1135 from k163377/fix-1129
Set apiVersion and languageVersion to 1.9
2 parents 50fff7c + 8af231d commit 592baef

4 files changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ Different `kotlin-core` versions are supported by different Jackson Kotlin modul
112112
Here is an incomplete list of supported versions:
113113

114114
* Jackson 2.21.x: Kotlin-core 2.1 - 2.3
115+
* Starting with version 2.21.2, compatibility with Kotlin 1.9 is provided(see [#1129](https://github.com/FasterXML/jackson-module-kotlin/issues/1129)).
115116
* Jackson 2.20.x: Kotlin-core 2.0 - 2.2
116117
* Jackson 2.19.x: Kotlin-core 1.9 - 2.1
117118

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,11 @@
142142
<artifactId>kotlin-maven-plugin</artifactId>
143143
<groupId>org.jetbrains.kotlin</groupId>
144144
<version>${version.kotlin}</version>
145+
<!-- Based on discussion #1129, version 2.21 provides compatibility with Kotlin 1.9. -->
146+
<configuration>
147+
<apiVersion>1.9</apiVersion>
148+
<languageVersion>1.9</languageVersion>
149+
</configuration>
145150

146151
<executions>
147152
<execution>

release-notes/CREDITS-2.x

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ Authors:
1515

1616
Contributors:
1717

18+
# 2.21.2 (not yet released)
19+
20+
WrongWrong (@k163377)
21+
* #1135: Set apiVersion and languageVersion to 1.9
22+
1823
# 2.21.0 (18-Jan-2026)
1924

2025
WrongWrong (@k163377)

release-notes/VERSION-2.x

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ Co-maintainers:
1616
=== Releases ===
1717
------------------------------------------------------------------------
1818

19+
2.21.2 (not yet released)
20+
21+
#1135: Compatibility with Kotlin 1.9 is provided(see #1129).
22+
1923
2.21.1 (22-Feb-2026)
2024

2125
No changes since 2.21.0

0 commit comments

Comments
 (0)