spring-boot/module/spring-boot-http-converter
Brian Clozel a6cf0365ce Revisit Kotlin Serialization integration
This commit removes the "kotlin-serialization" option from the
`spring.http.converters.preferred-json-mapper` and configures the kotlin
serialization http message converter ahead of the preferred JSON
converter.

This effectively makes Kotlin Serialization a converter that is
considered first for JSON support, and then Jackson/Jsonb/Gson is
considered as fallback.

Closes gh-47178
2025-09-12 18:05:23 +02:00
..
src Revisit Kotlin Serialization integration 2025-09-12 18:05:23 +02:00
build.gradle Introduce Kotlin Serialization auto-configuration 2025-09-10 20:53:40 +02:00