mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-05-04 05:01:06 +01:00
a6cf0365ce
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