Files
spring-boot/module
Brian Clozel d161aafcdf Restrict Kotlin serialization when alternative is available
This commit applies similar changes already contributed to the
`HttpMessageConverter` stack for MVC applications.
Since there was no auto-configuration for Kotlinx JSON Serialization on
the reactive side, this commit adds a relevant `CodecCustomizer` that
will use an available `Json` bean and use it to configure a codec that:

* will only consider `@Serializable`-annotated types if another JSON
  library is available
* will use a broader support with Kotlinx Serialization otherwise

Fixes gh-48070
2025-11-12 21:09:39 +01:00
..
2025-11-11 15:29:33 +00:00
2025-11-09 12:16:47 +01:00
2025-10-21 15:04:57 -07:00
2025-11-10 10:39:32 +00:00
2025-10-23 12:48:58 +01:00
2025-11-10 10:39:32 +00:00
2025-10-23 12:48:58 +01:00
2025-10-23 12:48:58 +01:00
2025-10-23 14:12:50 +02:00
2025-10-23 12:48:58 +01:00
2025-10-23 14:12:50 +02:00
2025-10-23 12:48:58 +01:00