spring-framework/spring-webmvc
Sébastien Deleuze 43faa439ab Refine kotlinx.serialization support
This commit introduces the following changes:
 - Converters/codecs are now used based on generic type info.
 - On WebMvc and WebFlux, kotlinx.serialization is enabled along
   to Jackson because it only serializes Kotlin @Serializable classes
   which is not enough for error or actuator endpoints in Boot as
   described on spring-projects/spring-boot#24238.

TODO: leverage Kotlin/kotlinx.serialization#1164 when fixed.

Closes gh-26147
2020-11-26 12:36:35 +01:00
..
src Refine kotlinx.serialization support 2020-11-26 12:36:35 +01:00
spring-webmvc.gradle Support suspending handler methods in Spring MVC 2020-10-09 12:25:32 +02:00