Browse Source

Merge branch '3.4.x' into 3.5.x

Closes gh-48533
3.5.x
Stéphane Nicoll 2 days ago
parent
commit
95e45e383e
  1. 1
      spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/features/kotlin.adoc

1
spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/features/kotlin.adoc

@ -23,7 +23,6 @@ Since https://discuss.kotlinlang.org/t/classes-final-by-default/166[Kotlin class @@ -23,7 +23,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].

Loading…
Cancel
Save