From 53f9af245691749ebe024789f259bcb9ed62ce54 Mon Sep 17 00:00:00 2001 From: Dmitry Sulman Date: Mon, 15 Dec 2025 12:36:58 +0200 Subject: [PATCH] Fix Jackson Kotlin Module documentation Signed-off-by: Dmitry Sulman --- .../src/docs/antora/modules/reference/pages/features/kotlin.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/features/kotlin.adoc b/documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/features/kotlin.adoc index 661708a7eec2..002eee6bd408 100644 --- a/documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/features/kotlin.adoc +++ b/documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/features/kotlin.adoc @@ -24,7 +24,6 @@ Since https://discuss.kotlinlang.org/t/classes-final-by-default/166[Kotlin class https://github.com/FasterXML/jackson-module-kotlin[Jackson's Kotlin module] is required for serializing / deserializing JSON data in Kotlin. It is automatically registered when found on the classpath. -A warning message is logged if Jackson and Kotlin are present but the Jackson Kotlin module is not. TIP: These dependencies and plugins are provided by default if one bootstraps a Kotlin project on https://start.spring.io/#!language=kotlin[start.spring.io].